lsst.obs.base  19.0.0-64-gf672fef+4
Functions | Variables
lsst.obs.base.script.writeCuratedCalibrations Namespace Reference

Functions

def writeCuratedCalibrations (repo, instrument, output_run)
 

Variables

 log = logging.getLogger(__name__)
 

Function Documentation

◆ writeCuratedCalibrations()

def lsst.obs.base.script.writeCuratedCalibrations.writeCuratedCalibrations (   repo,
  instrument,
  output_run 
)
Add an instrument's curated calibrations to the data repository.

Parameters
----------
repo : `str`
    URI to the location to create the repo.
instrument : `str`
    The name or the fully quallified class name of an instument.
output_run : `str`
    The path to the location, the run, where datasets should be put.

Raises
------
RuntimeError
    If the instrument can not be imported, instantiated, or obtained from
    the registry.
TypeError
    If the instrument is not a subclass of lsst.obs.base.Instrument.

Definition at line 30 of file writeCuratedCalibrations.py.

Variable Documentation

◆ log

lsst.obs.base.script.writeCuratedCalibrations.log = logging.getLogger(__name__)

Definition at line 27 of file writeCuratedCalibrations.py.