You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/lsst/sdm/schemas/cdb_lsstcam.yaml
+135-1Lines changed: 135 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: >
5
5
The Consolidated Database for LSSTCam schema contains information for each exposure and visit (and each detector within those) taken by the instrument, the primary instrument for the Legacy Survey of Space and Time.
6
6
This includes observatory data from the FITS image header metadata and measurements and metrics from Rapid Analysis and other data processing.
7
7
version:
8
-
current: "1.4.0"
8
+
current: "1.5.0"
9
9
tables:
10
10
- name: exposure
11
11
"@id": "#exposure"
@@ -1535,6 +1535,140 @@ tables:
1535
1535
description: Physical rotator angle in degrees.
1536
1536
ivoa:ucd: pos.posAng
1537
1537
ivoa:unit: deg
1538
+
- name: guider_exp_time
1539
+
"@id": "#visit1_quicklook.guider_exp_time"
1540
+
datatype: float
1541
+
description: Guider exposure time.
1542
+
ivoa:ucd: time.interval
1543
+
ivoa:unit: s
1544
+
- name: guider_roi_size
1545
+
"@id": "#visit1_quicklook.guider_roi_size"
1546
+
datatype: float
1547
+
description: Length of guider ROI side in pixels.
1548
+
ivoa:unit: pixel
1549
+
- name: guider_n_tracked_stars
1550
+
"@id": "#visit1_quicklook.guider_n_tracked_stars"
1551
+
datatype: int
1552
+
description: Number of tracked stars.
1553
+
ivoa:unit: count
1554
+
- name: guider_n_measurements
1555
+
"@id": "#visit1_quicklook.guider_n_measurements"
1556
+
datatype: int
1557
+
description: Number of tracked star measurements.
1558
+
ivoa:unit: count
1559
+
- name: guider_altitude_drift
1560
+
"@id": "#visit1_quicklook.guider_altitude_drift"
1561
+
datatype: float
1562
+
description: Altitude drift over exposure in arcsec.
0 commit comments