Skip to content

Commit

Permalink
Adding missing descriptions for dp03_10yr suggested by @MelissaGraham
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Feb 26, 2024
1 parent eecd088 commit 08d1798
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions yml/dp03_10yr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ tables:
- name: nameTrue
"@id": "#DiaSource.nameTrue"
datatype: char
description: MPC designation of the moving object
length: 20
mysql:datatype: CHAR(20)
- name: ssObjectReassocTime
Expand Down Expand Up @@ -456,6 +457,7 @@ tables:
- name: band
"@id": "#DiaSource.band"
datatype: char
description: Name of the band used to take the exposure where this source was measured
length: 1
mysql:datatype: CHAR(1)
- name: mag
Expand All @@ -471,14 +473,17 @@ tables:
- name: magTrueVband
"@id": "#DiaSource.magTrueVband"
datatype: float
description: True V-band magnitude of the simulated diaSource
mysql:datatype: FLOAT
- name: raTrue
"@id": "#DiaSource.raTrue"
datatype: double
description: True right ascension of the simulated diaSource
mysql:datatype: DOUBLE
- name: decTrue
"@id": "#DiaSource.decTrue"
datatype: double
description: True declination of the simulated diaSource
mysql:datatype: DOUBLE
primaryKey: "#DiaSource.diaSourceId"
indexes:
Expand Down

0 comments on commit 08d1798

Please sign in to comment.