acdc.database.query_cos_dark.all_darks
- 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.