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.