lsst.obs.base  20.0.0-15-g34741e2+1
Functions
lsst.obs.base.script.ingestRaws Namespace Reference

Functions

def ingestRaws (repo, output_run, config=None, config_file=None, directory=None, file=None, transfer="auto", ingest_task="lsst.obs.base.RawIngestTask")
 

Function Documentation

◆ ingestRaws()

def lsst.obs.base.script.ingestRaws.ingestRaws (   repo,
  output_run,
  config = None,
  config_file = None,
  directory = None,
  file = None,
  transfer = "auto",
  ingest_task = "lsst.obs.base.RawIngestTask" 
)
Ingests raw frames into the butler registry

Parameters
----------
repo : `str`
    URI to the repository.
output_run : `str`
    The path to the location, the run, where datasets should be put.
config : `dict` [`str`, `str`] or `None`
    Key-vaule pairs to apply as overrides to the ingest config.
config_file : `str` or `None`
    Path to a config file that contains overrides to the ingest config.
directory : `str` or `None`
    Path to the directory containing the raws to ingest.
file : `str` or `None`
    Path to a file containing raws to ingest.
transfer : `str` or None
    The external data transfer type, by default "auto".
ingest_task : `str`
    The fully qualified class name of the ingest task to use by default
    lsst.obs.base.RawIngestTask.

Raises
------
Exception
    Raised if operations on configuration object fail.

Definition at line 29 of file ingestRaws.py.