Skip to content

Commit

Permalink
Fix incorrect UCDs in imsim schema
Browse files Browse the repository at this point in the history
This corrects the syntax of UCDs that included invalid words according
to the UCD1+ controlled vocabulary. The corrections were straighforward
aside from changing 'pos.eq.ra_dec_Cov' to
'stat.covariance;pos.eq.ra;pos.eq.dec'. This correction indicates that
the column represents the complex covariance between the two positional
measurements, which are listed explicitly with two different words.
  • Loading branch information
JeremyMcCormick committed Dec 11, 2023
1 parent 8100dd8 commit 7468a27
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tables:
description: Error in fiducial ICRS Declination of centroid
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.decErr;meta.main
ivoa:ucd: stat.error;pos.eq.dec;meta.main
- name: coord_ra
"@id": "#Object.coord_ra"
datatype: double
Expand All @@ -46,14 +46,14 @@ tables:
description: Error in fiducial ICRS Right Ascension of centroid
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr;meta.main
ivoa:ucd: stat.error;pos.eq.ra;meta.main
- name: coord_ra_dec_Cov
"@id": "#Object.coord_ra_dec_Cov"
datatype: float
description: Covariance between fiducial ICRS Right Ascension and Declination of centroid
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov;meta.main
ivoa:ucd: stat.covariance;pos.eq.ra;pos.eq.dec;meta.main
- name: deblend_nChild
"@id": "#Object.deblend_nChild"
datatype: int
Expand Down Expand Up @@ -674,7 +674,7 @@ tables:
description: Error in declination, measured on g-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.decErr
ivoa:ucd: stat.error;pos.eq.dec
- name: g_decl
"@id": "#Object.g_decl"
datatype: double
Expand Down Expand Up @@ -1265,14 +1265,14 @@ tables:
description: Error in right ascension, measured on g-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
ivoa:ucd: stat.error;pos.eq.ra
- name: g_ra_dec_Cov
"@id": "#Object.g_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on g-band.
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
ivoa:ucd: stat.covariance;pos.eq.ra;pos.eq.dec
- name: g_deblend_dataCoverage
"@id": "#Object.g_deblend_dataCoverage"
datatype: float
Expand Down Expand Up @@ -1682,7 +1682,7 @@ tables:
description: Error in declination, measured on i-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.decErr
ivoa:ucd: stat.error;pos.eq.dec
- name: i_decl
"@id": "#Object.i_decl"
datatype: double
Expand Down Expand Up @@ -2273,14 +2273,14 @@ tables:
description: Error in right ascension, measured on i-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
ivoa:ucd: stat.error;pos.eq.ra
- name: i_ra_dec_Cov
"@id": "#Object.i_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on i-band.
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
ivoa:ucd: stat.covariance;pos.eq.ra;pos.eq.dec
- name: i_deblend_dataCoverage
"@id": "#Object.i_deblend_dataCoverage"
datatype: float
Expand Down Expand Up @@ -2690,7 +2690,7 @@ tables:
description: Error in declination, measured on r-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.decErr
ivoa:ucd: stat.error;pos.eq.dec
- name: r_decl
"@id": "#Object.r_decl"
datatype: double
Expand Down Expand Up @@ -3281,14 +3281,14 @@ tables:
description: Error in right ascension, measured on r-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
ivoa:ucd: stat.error;pos.eq.ra
- name: r_ra_dec_Cov
"@id": "#Object.r_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on r-band.
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
ivoa:ucd: stat.covariance;pos.eq.ra;pos.eq.dec
- name: r_deblend_dataCoverage
"@id": "#Object.r_deblend_dataCoverage"
datatype: float
Expand Down Expand Up @@ -3698,7 +3698,7 @@ tables:
description: Error in declination, measured on u-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.decErr
ivoa:ucd: stat.error;pos.eq.dec
- name: u_decl
"@id": "#Object.u_decl"
datatype: double
Expand Down Expand Up @@ -4289,14 +4289,14 @@ tables:
description: Error in right ascension, measured on u-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
ivoa:ucd: stat.error;pos.eq.ra
- name: u_ra_dec_Cov
"@id": "#Object.u_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on u-band.
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
ivoa:ucd: stat.covariance;pos.eq.ra;pos.eq.dec
- name: u_deblend_dataCoverage
"@id": "#Object.u_deblend_dataCoverage"
datatype: float
Expand Down Expand Up @@ -4706,7 +4706,7 @@ tables:
description: Error in declination, measured on y-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.decErr
ivoa:ucd: stat.error;pos.eq.dec
- name: y_decl
"@id": "#Object.y_decl"
datatype: double
Expand Down Expand Up @@ -5297,14 +5297,14 @@ tables:
description: Error in right ascension, measured on y-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
ivoa:ucd: stat.error;pos.eq.ra
- name: y_ra_dec_Cov
"@id": "#Object.y_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on y-band.
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
ivoa:ucd: stat.covariance;pos.eq.ra;pos.eq.dec
- name: y_deblend_dataCoverage
"@id": "#Object.y_deblend_dataCoverage"
datatype: float
Expand Down Expand Up @@ -5714,7 +5714,7 @@ tables:
description: Error in declination, measured on z-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.decErr
ivoa:ucd: stat.error;pos.eq.dec
- name: z_decl
"@id": "#Object.z_decl"
datatype: double
Expand Down Expand Up @@ -6305,14 +6305,14 @@ tables:
description: Error in right ascension, measured on z-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
ivoa:ucd: stat.error;pos.eq.ra
- name: z_ra_dec_Cov
"@id": "#Object.z_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on z-band.
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
ivoa:ucd: stat.covariance;pos.eq.ra;pos.eq.dec
- name: z_deblend_dataCoverage
"@id": "#Object.z_deblend_dataCoverage"
datatype: float
Expand Down Expand Up @@ -6422,21 +6422,21 @@ tables:
description: Error in right ascension.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
ivoa:ucd: stat.error;pos.eq.ra
- name: decErr
"@id": "#Source.decErr"
datatype: float
description: Error in declination.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.decErr
ivoa:ucd: stat.error;pos.eq.dec
- name: ra_dec_Cov
"@id": "#Source.ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination.
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
ivoa:ucd: stat.covariance;pos.eq.ra;pos.eq.dec
- name: decl
"@id": "#Source.decl"
datatype: double
Expand Down Expand Up @@ -8362,7 +8362,7 @@ tables:
description: Error in declination.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.decErr
ivoa:ucd: stat.error;pos.eq.dec
- name: diaObjectId
"@id": "#DiaSource.diaObjectId"
datatype: long
Expand Down Expand Up @@ -8636,14 +8636,14 @@ tables:
description: Error in right ascension.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
ivoa:ucd: stat.error;pos.eq.ra
- name: ra_dec_Cov
"@id": "#DiaSource.ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination.
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
ivoa:ucd: stat.covariance;pos.eq.ra;pos.eq.dec
- name: shape_flag
"@id": "#DiaSource.shape_flag"
datatype: boolean
Expand Down

0 comments on commit 7468a27

Please sign in to comment.