Database Queries (skeleton_keys.database_queries
)#
These functions are used to interface with the private Allen Institute for Brain Science LIMS database. Users external to the Allen Institute will generally not have a use for these functions.
Queries with default engine#
Query the database for SWC paths |
|
Get path strings for pia, wm, and soma drawing |
|
Determine shrinkage factor for morphology using database information |
|
Obtain layer drawing polygons from database |
|
Multiplier for reversing slice angle. |
Queries with specified engine#
|
Get an SWC file path for a specimen ID using the specified query engine |
Get an image series ID for a specimen ID using the specified query engine |
|
Return the pia and white matter surface drawings for an image series (and optionally specimen ID) |
|
Get all layer polygons for this image series |
|
Return the soma center coordinates for an image series ID and specimen ID |
|
|
Return the marker file path for a specimen ID |
|
Cell depth from surface of slice for specimen |
Get the pinned CCF coordinates for a set of projects |
Query Engine#
Get Postgres query engine with environmental variable parameters |