lsst.obs.base
19.0.0-80-g3c4dce0
|
Functions | |
def | convert (*args, **kwargs) |
def | define_visits (*args, **kwargs) |
def | ingest_raws (*args, **kwargs) |
def | register_instrument (*args, **kwargs) |
def | write_curated_calibrations (*args, **kwargs) |
Variables | |
short_help | |
required | |
help | |
multiple | |
True | |
callback | |
split_commas | |
metavar | |
def cmd.commands.convert | ( | * | args, |
** | kwargs | ||
) |
Convert a Butler gen 2 repository into a gen 3 repository.
Definition at line 51 of file commands.py.
def cmd.commands.define_visits | ( | * | args, |
** | kwargs | ||
) |
Define visits from exposures in the butler registry.
Definition at line 66 of file commands.py.
def cmd.commands.ingest_raws | ( | * | args, |
** | kwargs | ||
) |
Ingest raw frames into from a directory into the butler registry
Definition at line 82 of file commands.py.
def cmd.commands.register_instrument | ( | * | args, |
** | kwargs | ||
) |
Add an instrument to the data repository.
Definition at line 91 of file commands.py.
def cmd.commands.write_curated_calibrations | ( | * | args, |
** | kwargs | ||
) |
Add an instrument's curated calibrations to the data repository.
Definition at line 101 of file commands.py.
cmd.commands.callback |
Definition at line 46 of file commands.py.
cmd.commands.help |
Definition at line 34 of file commands.py.
cmd.commands.metavar |
Definition at line 46 of file commands.py.
cmd.commands.multiple |
Definition at line 46 of file commands.py.
cmd.commands.required |
Definition at line 33 of file commands.py.
cmd.commands.short_help |
Definition at line 32 of file commands.py.
cmd.commands.split_commas |
Definition at line 46 of file commands.py.
cmd.commands.True |
Definition at line 46 of file commands.py.