Gen3DatasetIngestConfig#
- class lsst.ap.verify.Gen3DatasetIngestConfig(*args, **kw)#
Bases:
ConfigSettings and defaults for
Gen3DatasetIngestTask.The correct target for
ingestercan be found in the documentation of the appropriateobspackage.Attributes Summary
Names of raw science files (no path; wildcards allowed) to not ingest, supersedes
dataFiles.Names of raw science files (no path; wildcards allowed) to ingest from the ap_verify dataset.
Task used to perform raw data ingestion.
Task used to organize raw exposures into visits.
Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- dataBadFiles#
Names of raw science files (no path; wildcards allowed) to not ingest, supersedes
dataFiles. (List, default[])
- dataFiles#
Names of raw science files (no path; wildcards allowed) to ingest from the ap_verify dataset. (
List, default['*.fits', '*.fz', '*.fits.gz'])
- ingester#
Task used to perform raw data ingestion. (
ConfigurableInstance, default<class 'lsst.obs.base.ingest.RawIngestConfig'>)
- visitDefiner#
Task used to organize raw exposures into visits. (
ConfigurableInstance, default<class 'lsst.obs.base.defineVisits.DefineVisitsConfig'>)
Methods Documentation