adler.adler_day

Attributes

ssobject_list

Functions

run_adler_day(ssobject_list)

Runs the Adler day process for a list of SSObjectIds.

Module Contents

run_adler_day(ssobject_list)[source]

Runs the Adler day process for a list of SSObjectIds. I.e. retrieve all observations for an object and fit phase curve models. In the context of Lasair broker integration “day-time” operations are when the broker is not currently ingesting alerts and we are able to query the databases of past observations for each object. Phase curve models are saved to an AdlerData database, which are then available during “night-time” operations, when we are testing incoming observations for outlying the model.

Parameters:

ssobject_list (list of str) – List of strings of the SSObjectIDs we want to investigate.

ssobject_list = ['685835657114313227', '-6411717652251119994', '3881603647193383121', '6711448832195578320',...[source]