Skip to content

Commit

Permalink
Add missing descriptions for measurement fields in dp03_10yr schema
Browse files Browse the repository at this point in the history
The descriptions in SSSource of heliocentricX, heliocentricVX,
topocentricX, and topocentricVX were used to fill in missing
descriptions for related fields.
  • Loading branch information
JeremyMcCormick committed Feb 26, 2024
1 parent 74946da commit e67930f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions yml/dp03_10yr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -618,73 +618,73 @@ tables:
- name: heliocentricX
"@id": "#SSSource.heliocentricX"
datatype: float
description: Cartesian heliocentric coordinates (at the emit time)
description: Cartesian heliocentric X coordinate (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
- name: heliocentricY
"@id": "#SSSource.heliocentricY"
datatype: float
description: ''
description: Cartesian heliocentric Y coordinate (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
- name: heliocentricZ
"@id": "#SSSource.heliocentricZ"
datatype: float
description: ''
description: Cartesian heliocentric Z coordinate (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
- name: heliocentricVX
"@id": "#SSSource.heliocentricVX"
datatype: float
description: Cartesian heliocentric velocities (at the emit time)
description: Cartesian heliocentric X velocity (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
- name: heliocentricVY
"@id": "#SSSource.heliocentricVY"
datatype: float
description: ''
description: Cartesian heliocentric Y velocity (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
- name: heliocentricVZ
"@id": "#SSSource.heliocentricVZ"
datatype: float
description: ''
description: Cartesian heliocentric Z velocity (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
- name: topocentricX
"@id": "#SSSource.topocentricX"
datatype: float
description: Cartesian topocentric coordinates (at the emit time)
description: Cartesian topocentric X coordinate (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
- name: topocentricY
"@id": "#SSSource.topocentricY"
datatype: float
description: ''
description: Cartesian topocentric Y coordinate (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
- name: topocentricZ
"@id": "#SSSource.topocentricZ"
datatype: float
description: ''
description: Cartesian topocentric Z coordinate (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
- name: topocentricVX
"@id": "#SSSource.topocentricVX"
datatype: float
description: Cartesian topocentric velocities (at the emit time)
description: Cartesian topocentric X velocity (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
- name: topocentricVY
"@id": "#SSSource.topocentricVY"
datatype: float
description: ''
description: Cartesian topocentric Y velocity (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
- name: topocentricVZ
"@id": "#SSSource.topocentricVZ"
datatype: float
description: ''
description: Cartesian topocentric Z velocity (at the emit time)
mysql:datatype: FLOAT
fits:tunit: AU
constraints:
Expand Down

0 comments on commit e67930f

Please sign in to comment.