acdc.database.query_dark_events

Functions

all_rows

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

equals_query

range_query

sql_query

all_rows(hvtable, returncols=['id', 'xcorr', 'ycorr', 'pha', 'mjd', 'hv', 'segment', 'filename', 'proposid'])[source]

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

Args: :Returns: df (pandas.DataFrame) – Query results.