Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-21915: Support Gen 3 ingestion of ap_verify datasets #11

Merged
merged 2 commits into from
Jul 14, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44 changes: 22 additions & 22 deletions config/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ data:
- type: dimension
element: calibration_label
records:
- instrument: LSST-ImSim
name: gen2/flat_2022-08-06_037_i
datetime_begin: 1995-03-21 23:59:31
datetime_end: 2049-12-21 23:59:23
- instrument: LSST-ImSim
name: gen2/bias_2022-01-01_037
datetime_begin: 1994-08-16 23:59:31
datetime_end: 2049-05-18 23:59:23
- instrument: LSST-ImSim
name: gen2/flat_2022-08-06_037_i
datetime_begin: 1995-03-21 23:59:31
datetime_end: 2049-12-21 23:59:23
- instrument: LSST-ImSim
name: unbounded
datetime_begin: 1969-12-31 23:59:51.999918
Expand All @@ -46,62 +46,62 @@ data:
- calibration_label
storage_class: Camera
- type: run
name: calib/LSST-ImSim
name: LSST-ImSim/calib
- type: dataset
dataset_type: camera
run: calib/LSST-ImSim
run: LSST-ImSim/calib
records:
- dataset_id:
- 1
data_id:
- instrument: LSST-ImSim
calibration_label: unbounded
path: calib/LSST-ImSim/camera/camera_unbounded_LSST-ImSim_calib_LSST-ImSim.fits
path: LSST-ImSim/calib/camera/camera_unbounded_LSST-ImSim_LSST-ImSim_calib.fits
formatter: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
- type: dataset_type
name: flat
name: bias
dimensions:
- abstract_filter
- instrument
- calibration_label
- detector
- physical_filter
storage_class: ExposureF
- type: run
name: calib/LSST-ImSim
name: LSST-ImSim/calib
- type: dataset
dataset_type: flat
run: calib/LSST-ImSim
dataset_type: bias
run: LSST-ImSim/calib
records:
- dataset_id:
- 2
data_id:
- instrument: LSST-ImSim
calibration_label: gen2/flat_2022-08-06_037_i
calibration_label: gen2/bias_2022-01-01_037
detector: 37
physical_filter: i
path: calib/LSST-ImSim/flat/i/i/flat_i_i_gen2_flat_2022-08-06_037_i_37_LSST-ImSim_calib_LSST-ImSim.fits
path: LSST-ImSim/calib/bias/bias_gen2_bias_2022-01-01_037_37_LSST-ImSim_LSST-ImSim_calib.fits
formatter: lsst.obs.base.formatters.fitsExposure.FitsExposureFormatter
- type: dataset_type
name: bias
name: flat
dimensions:
- abstract_filter
- instrument
- calibration_label
- detector
- physical_filter
storage_class: ExposureF
- type: run
name: calib/LSST-ImSim
name: LSST-ImSim/calib
- type: dataset
dataset_type: bias
run: calib/LSST-ImSim
dataset_type: flat
run: LSST-ImSim/calib
records:
- dataset_id:
- 3
data_id:
- instrument: LSST-ImSim
calibration_label: gen2/bias_2022-01-01_037
calibration_label: gen2/flat_2022-08-06_037_i
detector: 37
path: calib/LSST-ImSim/bias/bias_gen2_bias_2022-01-01_037_37_LSST-ImSim_calib_LSST-ImSim.fits
physical_filter: i
path: LSST-ImSim/calib/flat/i/i/flat_i_i_gen2_flat_2022-08-06_037_i_37_LSST-ImSim_LSST-ImSim_calib.fits
formatter: lsst.obs.base.formatters.fitsExposure.FitsExposureFormatter
- type: dataset_type
name: gaia
Expand Down
4 changes: 2 additions & 2 deletions preloaded/gen3.sqlite3
Git LFS file not shown