Skip to content

Commit

Permalink
Merge pull request #249 from lsst/tickets/DM-46009
Browse files Browse the repository at this point in the history
DM-46009: Add Mount Jitter to LATISS and ComCam cdb
  • Loading branch information
elanaku authored Oct 4, 2024
2 parents eb88f93 + 6eb31ea commit 9c2c963
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 2 deletions.
37 changes: 36 additions & 1 deletion yml/cdb_latiss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cdb_latiss
"@id": "#cdb_latiss"
description: Consolidated Database for LATISS
version:
current: "3.3.0"
current: "3.4.0"
tables:
- name: exposure
"@id": "#exposure"
Expand Down Expand Up @@ -305,6 +305,41 @@ tables:
length: 1024
description: Sky region in STC-S format (https://www.ivoa.net/documents/STC-S/20130917/index.html).
ivoa:ucd: pos.outline;obs.field
- name: mount_motion_image_degradation
"@id": "#exposure.mount_motion_image_degradation"
datatype: float
ivoa:unit: arcsec
description: Image degradation due to mount motion.
- name: mount_motion_image_degradation_az
"@id": "#exposure.mount_motion_image_degradation_az"
datatype: float
ivoa:unit: arcsec
description: Image degradation due to mount motion in azimuth.
- name: mount_motion_image_degradation_el
"@id": "#exposure.mount_motion_image_degradation_el"
datatype: float
ivoa:unit: arcsec
description: Image degradation due to mount motion in elevation.
- name: mount_jitter_rms
"@id": "#exposure.mount_jitter_rms"
datatype: float
ivoa:unit: arcsec
description: RMS mount jitter.
- name: mount_jitter_rms_az
"@id": "#exposure.mount_jitter_rms_az"
datatype: float
ivoa:unit: arcsec
description: Azimuth RMS mount jitter.
- name: mount_jitter_rms_el
"@id": "#exposure.mount_jitter_rms_el"
datatype: float
ivoa:unit: arcsec
description: Elevation RMS mount jitter.
- name: mount_jitter_rms_rot
"@id": "#exposure.mount_jitter_rms_rotator"
datatype: float
ivoa:unit: arcsec
description: Rotator RMS mount jitter.
- name: exposure_flexdata
"@id": "#exposure_flexdata"
primaryKey:
Expand Down
37 changes: 36 additions & 1 deletion yml/cdb_lsstcomcam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cdb_lsstcomcam
"@id": "#cdb_lsstcomcam"
description: Consolidated Database for LSSTComCam
version:
current: "3.3.0"
current: "3.4.0"
tables:
- name: exposure
"@id": "#exposure"
Expand Down Expand Up @@ -293,6 +293,41 @@ tables:
length: 1024
description: Sky region in STC-S format (https://www.ivoa.net/documents/STC-S/20130917/index.html).
ivoa:ucd: pos.outline;obs.field
- name: mount_motion_image_degradation
"@id": "#exposure.mount_motion_image_degradation"
datatype: float
ivoa:unit: arcsec
description: Image degradation due to mount motion.
- name: mount_motion_image_degradation_az
"@id": "#exposure.mount_motion_image_degradation_az"
datatype: float
ivoa:unit: arcsec
description: Image degradation due to mount motion in azimuth.
- name: mount_motion_image_degradation_rot
"@id": "#exposure.mount_motion_image_degradation_rotator"
datatype: float
ivoa:unit: arcsec
description: Image degradation due to rotator jitter.
- name: mount_jitter_rms
"@id": "#exposure.mount_jitter_rms"
datatype: float
ivoa:unit: arcsec
description: RMS mount jitter.
- name: mount_jitter_rms_az
"@id": "#exposure.mount_jitter_rms_az"
datatype: float
ivoa:unit: arcsec
description: Azimuth RMS mount jitter.
- name: mount_jitter_rms_el
"@id": "#exposure.mount_jitter_rms_el"
datatype: float
ivoa:unit: arcsec
description: Elevation RMS mount jitter.
- name: mount_jitter_rms_rot
"@id": "#exposure.mount_jitter_rms_rotator"
datatype: float
ivoa:unit: arcsec
description: Rotator RMS mount jitter.
- name: exposure_flexdata
"@id": "#exposure_flexdata"
primaryKey:
Expand Down

0 comments on commit 9c2c963

Please sign in to comment.