adler.adler_run

Attributes

logger

Functions

runAdler(cli_args)

Function behind the "adler" command line tool (see pyproject.toml where this is setup).

main()

Module Contents

logger[source]
runAdler(cli_args)[source]

Function behind the “adler” command line tool (see pyproject.toml where this is setup). Running adler will retrieve observations of an SSO from either RSP or a local database and fits a selected phase curve model to each filter. SSO colour as a function of time can be calculated between data in two filters. Plots can be generated (interactive or saved to file). The calculated values are determined as an AdlerData object which can be saved to a database file.

Run “adler –help” to see all command line options.

main()[source]