Skip to content

Commit

Permalink
Add cdb ComCam ccdexposure_quicklook table
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Oct 3, 2024
1 parent 1193bfd commit 9913e06
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion yml/cdb_lsstcomcam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1454,8 +1454,25 @@ tables:
datatype: float
description: Maximum distance of an unmasked pixel to its nearest model PSF star.
ivoa:unit: pixel
- name: ccdexposure_quicklook
"@id": "#ccdexposure_quicklook"
primaryKey:
- "#ccdexposure_quicklook.ccdexposure_id"
constraints:
- name: fk_ccdexposure_quicklook_obs_id
"@id": "#ccdexposure_quicklook.fk_ccdexposure_quicklook_obs_id"
"@type": ForeignKey
description: Quicklook ccdvisit_id must be a CcdExposure ccdexposure_id.
columns: ["#ccdexposure_quicklook.ccdexposure_id"]
referencedColumns: ["#ccdexposure.ccdexposure_id"]
columns:
- name: ccdexposure_id
"@id": "#ccdexposure_quicklook.ccdvisit_id"
datatype: long
nullable: false
description: Unique identifier.
- name: postisr_pixel_median
"@id": "#ccdvisit1_quicklook.postisr_pixel_median"
"@id": "#ccdexposure_quicklook.postisr_pixel_median"
datatype: float
description: Median postISR pixel value.
ivoa:unit: electron

0 comments on commit 9913e06

Please sign in to comment.