acdc.database.query_cos_dark

Functions

all_darks

Query the Darks table to get darks for all time for all PHAs.

counts_by_mjd

files_by_mjd

all_darks(dbname='cos_dark')[source]

Query the Darks table to get darks for all time for all PHAs.

Parameters:

dbname (str) – The location of the SQLite database, with full path, e.g. /path/to/cos_dark.db If in the current directory, do not include . or ./

Returns:

df (pandas.DataFrame) – Query results.