Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_test
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:AP S18-5
-
Team:Alert Production
Description
The data in obs_test/data/input are provided in the form of a Butler v1 repository, which is sufficient for most testing purposes. However, the files cannot be used to test ingestion code: the files have minimal (and generic) FITS headers, and cannot be ingested using default configurations for IngestTask and IngestCalibsTask.
Known issues:
- The flats and biases do not have an OBSTYPE header keyword, so they cannot be ingested without --calibType (or with it, given
DM-13975). - The default config for IngestCalibsTask does not list "defect" as one of the data types to register
- Calibration files (or just defects?) cannot use the default columns in register.unique
Attachments
Issue Links
- blocks
-
DM-13849 Convert all ap_verify test data to obs_test
- Done
Hi Russell Owen, could you review this PR (and let me know if the solution I adopted is reasonable)?