lsst.obs.base  20.0.0-74-g0218c7a+939693069d
Functions | Variables
cmd.commands Namespace Reference

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

string fits_re = r"\.fit[s]?\b"
 
 short_help
 
 cls
 
 required
 
 help
 
 multiple
 
 True
 
 callback
 
 split_commas
 
 metavar
 

Function Documentation

◆ convert()

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

This is a highly simplified interface that should only be used to convert
suites of gen 2 repositories that contain at most one calibration repo and
has no chained reruns.  Custom scripts that call ConvertRepoTask should be
used on more complex suites of repositories.

Definition at line 70 of file commands.py.

◆ define_visits()

def cmd.commands.define_visits ( args,
**  kwargs 
)
Define visits from exposures in the butler registry.

Definition at line 93 of file commands.py.

◆ ingest_raws()

def cmd.commands.ingest_raws ( args,
**  kwargs 
)
Ingest raw frames into from a directory into the butler registry

Definition at line 113 of file commands.py.

◆ register_instrument()

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

Definition at line 121 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 136 of file commands.py.

Variable Documentation

◆ callback

cmd.commands.callback

Definition at line 60 of file commands.py.

◆ cls

cmd.commands.cls

Definition at line 48 of file commands.py.

◆ fits_re

string cmd.commands.fits_re = r"\.fit[s]?\b"

Definition at line 45 of file commands.py.

◆ help

cmd.commands.help

Definition at line 50 of file commands.py.

◆ metavar

cmd.commands.metavar

Definition at line 60 of file commands.py.

◆ multiple

cmd.commands.multiple

Definition at line 60 of file commands.py.

◆ required

cmd.commands.required

Definition at line 49 of file commands.py.

◆ short_help

cmd.commands.short_help

Definition at line 48 of file commands.py.

◆ split_commas

cmd.commands.split_commas

Definition at line 60 of file commands.py.

◆ True

cmd.commands.True

Definition at line 60 of file commands.py.