Skip to content

Commit

Permalink
Merge branch 'main' into tickets/DM-41652-part2
Browse files Browse the repository at this point in the history
  • Loading branch information
gpdf committed Feb 5, 2024
2 parents aaeb11d + 7ac4e5a commit ce3abb9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8819,7 +8819,7 @@ tables:
'@id': '#Visit.obsStartMJD'
datatype: double
description: Start of the exposure in MJD, TAI, accurate to 10ms.
mysql:datatype: TIMESTAMP
mysql:datatype: DOUBLE
fits:tunit: d
ivoa:ucd: time.start;obs.exposure
- name: CcdVisit
Expand Down Expand Up @@ -8950,7 +8950,7 @@ tables:
'@id': '#CcdVisit.obsStartMJD'
datatype: double
description: Start of the exposure in MJD, TAI, accurate to 10ms.
mysql:datatype: TIMESTAMP
mysql:datatype: DOUBLE
fits:tunit: d
ivoa:ucd: time.start;obs.exposure
- name: darkTime
Expand Down
4 changes: 2 additions & 2 deletions yml/dp03_10yr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: dp03_catalogs_10yr
"@id": "#dp03_catalogs_10yr"
description: >
Data Preview 0.3 contains the catalog products of a Solar System Science
Data Preview 0.3 (ten-year version): Contains the catalog products of a Solar System Science
Collaboration simulation of the results of SSO analysis of the wide-fast-deep data
from the LSST ten-year dataset.
from the full LSST ten-year dataset.
tables:
- name: SSObject
"@id": "#SSObject"
Expand Down
6 changes: 3 additions & 3 deletions yml/dp03_1yr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: dp03_catalogs_1yr
"@id": "#dp03_catalogs_1yr"
description: >
Data Preview 0.3 contains the catalog products of a Solar System Science
Collaboration simulation of the results of SSO analysis of the wide-fast-deep data.
This set of tables is from analyzing only the first year of LSST observations.
Data Preview 0.3 (one-year version): Contains the catalog products of a Solar System Science
Collaboration simulation of the results of SSO analysis of the wide-fast-deep data,
based on analyzing only the first year of LSST observations.
tables:
- name: SSObject
"@id": "#SSObject"
Expand Down
4 changes: 2 additions & 2 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7070,7 +7070,7 @@ tables:
datatype: double
description: Start of the visit, expressed as Modified
Julian Date, International Atomic Time, accurate to 10ms.
mysql:datatype: TIMESTAMP
mysql:datatype: DOUBLE
- name: CcdVisit
'@id': '#CcdVisit'
description: Defines a single detector of a visit
Expand Down Expand Up @@ -7197,7 +7197,7 @@ tables:
datatype: double
description: Start of the visit, expressed as Modified
Julian Date, International Atomic Time, accurate to 10ms.
mysql:datatype: TIMESTAMP
mysql:datatype: DOUBLE
- name: darkTime
'@id': '#CcdVisit.darkTime'
datatype: double
Expand Down
6 changes: 3 additions & 3 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10027,9 +10027,9 @@ tables:
- name: obsStartMjdTai
'@id': '#Visit.obsStartMjdTai'
datatype: double
description: Start of the visit expressed as Modified Julian Date,
description: Start of the visit, expressed as Modified Julian Date,
International Atomic Time, accurate to 10ms.
mysql:datatype: TIMESTAMP
mysql:datatype: DOUBLE
- name: CcdVisit
'@id': '#CcdVisit'
description: Defines a single detector of a visit
Expand Down Expand Up @@ -10156,7 +10156,7 @@ tables:
datatype: double
description: Start of the visit, expressed as Modified Julian Date,
International Atomic Time, accurate to 10ms.
mysql:datatype: TIMESTAMP
mysql:datatype: DOUBLE
- name: darkTime
'@id': '#CcdVisit.darkTime'
datatype: double
Expand Down

0 comments on commit ce3abb9

Please sign in to comment.