Database and Data Access 
 Location 
The database is currently in testing on the Pharos machine.
Current version in Don Neill's 
Github
.
Data access functions  are in kpy/SEDMDb/SedmDb.py.
More complex functions are in kpy/SEDMDb/SedmDb_tools.py
 Data Access 
The class `SedmDB` in 
SedmDb.py has functions named with the scheme:
 
-  add_'table name' to insert into the table (e.g. add_object for the object table)
-  update_'table name' to update an existing entry
-  get_from_'table name' to select certain values from the table
-- 
KarlVyhmeister - 12 Jan 2017