IngestTask¶
Python API summary¶
from lsst.pipe.tasks.ingest import IngestTask
-
class
(*args, **kwargs)IngestTask
Task that will ingest images into the data repository
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(args)run
Ingest all specified files and add them to the registry
...
See also
See the IngestTask
API reference for complete details.