lsst.obs.base  19.0.0-70-g334bf3e
Functions | Variables
cmd.commands Namespace Reference

Functions

def convert (*args, **kwargs)
 
def ingest_raws (*args, **kwargs)
 
def register_instrument (*args, **kwargs)
 
def write_curated_calibrations (*args, **kwargs)
 

Variables

 required
 
 help
 
 multiple
 
 True
 
 callback
 

Function Documentation

◆ convert()

def cmd.commands.convert ( args,
**  kwargs 
)
Convert a Butler gen 2 repository into a gen 3 repository.

Definition at line 49 of file commands.py.

◆ ingest_raws()

def cmd.commands.ingest_raws ( args,
**  kwargs 
)

Definition at line 65 of file commands.py.

◆ register_instrument()

def cmd.commands.register_instrument ( args,
**  kwargs 
)
Add an instrument to the data repository.

Definition at line 72 of file commands.py.

◆ write_curated_calibrations()

def cmd.commands.write_curated_calibrations ( args,
**  kwargs 
)
Add an instrument's curated calibrations to the data repository.

Definition at line 82 of file commands.py.

Variable Documentation

◆ callback

cmd.commands.callback

Definition at line 44 of file commands.py.

◆ help

cmd.commands.help

Definition at line 32 of file commands.py.

◆ multiple

cmd.commands.multiple

Definition at line 44 of file commands.py.

◆ required

cmd.commands.required

Definition at line 31 of file commands.py.

◆ True

cmd.commands.True

Definition at line 44 of file commands.py.