Skip to content

Commit

Permalink
Merge pull request #240 from lsst/tickets/DM-44825-fix-precision-dp03
Browse files Browse the repository at this point in the history
DM-44825: Add missing precision values on timestamps for DP0.3 1yr
  • Loading branch information
JeremyMcCormick authored Jul 16, 2024
2 parents 39d0d49 + 715f7c3 commit 0504081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yml/dp03_1yr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ tables:
- name: ssObjectReassocTime
"@id": "#DiaSource.ssObjectReassocTime"
datatype: timestamp
precision: 6
description: Time when this diaSource was reassociated from diaObject to ssObject
(if such reassociation happens, otherwise NULL).
- name: midPointMjdTai
Expand Down Expand Up @@ -678,10 +679,12 @@ tables:
- name: arcStart
"@id": "#MPCORB.arcStart"
datatype: timestamp
precision: 6
description: 'MPCORB: Year of first observation (for multi-opposition objects)'
- name: arcEnd
"@id": "#MPCORB.arcEnd"
datatype: timestamp
precision: 6
description: 'MPCORB: Year of last observation (for multi-opposition objects)'
- name: rms
"@id": "#MPCORB.rms"
Expand Down

0 comments on commit 0504081

Please sign in to comment.