Skip to content

Commit

Permalink
Merge pull request #166 from lsst/tickets/DM-41921
Browse files Browse the repository at this point in the history
DM-41921: Fix misspelled attribute names in schemas
  • Loading branch information
JeremyMcCormick authored Dec 1, 2023
2 parents dd69ae0 + 9c55fe6 commit f870e1e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion yml/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2483,7 +2483,7 @@ tables:
mysql:charset: latin1
- name: DiaObjectLast
"@id": "#DiaObjectLast"
deescription: Table with a subset of DiaObject columns used to store only the
description: Table with a subset of DiaObject columns used to store only the
latest version of each object.
columns:
- name: diaObjectId
Expand Down
6 changes: 3 additions & 3 deletions yml/dp01_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8390,23 +8390,23 @@ tables:
mysql:datatype: DOUBLE
tap:column_index: 999
tap:principal: 0
fits:tunits: nmgy*asec^2
fits:tunit: nmgy*asec^2
- name: IyyPSF_pixel
'@id': '#object.IyyPSF_pixel'
datatype: double
description: Adaptive second moment of the PSF across bands
mysql:datatype: DOUBLE
tap:column_index: 999
tap:principal: 0
fits:tunits: nmgy*asec^2
fits:tunit: nmgy*asec^2
- name: IxyPSF_pixel
'@id': '#object.IxyPSF_pixel'
datatype: double
description: Adaptive second moment of the PSF across bands
mysql:datatype: DOUBLE
tap:column_index: 999
tap:principal: 0
fits:tunits: nmgy*asec^2
fits:tunit: nmgy*asec^2
- name: mag_g_cModel
'@id': '#object.mag_g_cModel'
datatype: double
Expand Down
12 changes: 6 additions & 6 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8695,7 +8695,7 @@ tables:
description: ID of physical filter, the filter associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(32)
fits.tunit:
fits:tunit:
- name: band
'@id': '#Visit.band'
datatype: char
Expand All @@ -8704,7 +8704,7 @@ tables:
Abstract filter that is not associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(1)
fits.tunit:
fits:tunit:
- name: ra
'@id': '#Visit.ra'
datatype: double
Expand Down Expand Up @@ -8748,7 +8748,7 @@ tables:
datatype: double
description: Airmass of the observed line of sight.
mysql:datatype: FLOAT
fits.tunit:
fits:tunit:
- name: expTime
'@id': '#Visit.expTime'
datatype: double
Expand All @@ -8769,7 +8769,7 @@ tables:
description: Midpoint time for exposure at the fiducial center of the focal plane array in MJD.
TAI, accurate to 10ms.
mysql:datatype: DOUBLE
fits.tunit: d
fits:tunit: d
- name: obsStart
'@id': '#Visit.obsStart'
datatype: timestamp
Expand Down Expand Up @@ -8805,7 +8805,7 @@ tables:
description: ID of physical filter, the filter associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(32)
fits.tunit:
fits:tunit:
- name: band
'@id': '#CcdVisit.band'
datatype: char
Expand All @@ -8814,7 +8814,7 @@ tables:
Abstract filter that is not associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(1)
fits.tunit:
fits:tunit:
- name: ra
'@id': '#CcdVisit.ra'
datatype: double
Expand Down
18 changes: 9 additions & 9 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5483,19 +5483,19 @@ tables:
datatype: double
description: HSM moments
mysql:datatype: DOUBLE
fits.tunit:
fits:tunit:
- name: iyyDebiasedPSF
"@id": "#Source.iyyDebiasedPSF"
datatype: double
description: HSM moments
mysql:datatype: DOUBLE
fits.tunit:
fits:tunit:
- name: ixyDebiasedPSF
"@id": "#Source.ixyDebiasedPSF"
datatype: double
description: HSM moments
mysql:datatype: DOUBLE
fits.tunit:
fits:tunit:
- name: gaussianFlux
"@id": "#Source.gaussianFlux"
datatype: double
Expand Down Expand Up @@ -6151,7 +6151,7 @@ tables:
description: ID of physical filter, the filter associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(32)
fits.tunit:
fits:tunit:
- name: band
'@id': '#Visit.band'
datatype: char
Expand All @@ -6160,7 +6160,7 @@ tables:
Abstract filter that is not associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(1)
fits.tunit:
fits:tunit:
- name: ra
'@id': '#Visit.ra'
datatype: double
Expand Down Expand Up @@ -6208,7 +6208,7 @@ tables:
datatype: double
description: Airmass of the observed line of sight.
mysql:datatype: FLOAT
fits.tunit:
fits:tunit:
- name: expTime
'@id': '#Visit.expTime'
datatype: double
Expand All @@ -6229,7 +6229,7 @@ tables:
description: Midpoint time of the visit at the fiducial center of the focal plane array,
expressed as Modified Julian Date, International Atomic Time, accurate to 10ms.
mysql:datatype: DOUBLE
fits.tunit: d
fits:tunit: d
- name: obsStart
'@id': '#Visit.obsStart'
datatype: timestamp
Expand Down Expand Up @@ -6264,7 +6264,7 @@ tables:
description: ID of physical filter, the filter associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(32)
fits.tunit:
fits:tunit:
- name: band
'@id': '#CcdVisit.band'
datatype: char
Expand All @@ -6273,7 +6273,7 @@ tables:
Abstract filter that is not associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(1)
fits.tunit:
fits:tunit:
- name: ra
'@id': '#CcdVisit.ra'
datatype: double
Expand Down
12 changes: 6 additions & 6 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8936,7 +8936,7 @@ tables:
description: ID of physical filter, the filter associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(32)
fits.tunit:
fits:tunit:
- name: band
'@id': '#Visit.band'
datatype: char
Expand All @@ -8945,7 +8945,7 @@ tables:
Abstract filter that is not associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(1)
fits.tunit:
fits:tunit:
- name: ra
'@id': '#Visit.ra'
datatype: double
Expand Down Expand Up @@ -8993,7 +8993,7 @@ tables:
datatype: double
description: Airmass of the observed line of sight.
mysql:datatype: FLOAT
fits.tunit:
fits:tunit:
- name: expTime
'@id': '#Visit.expTime'
datatype: double
Expand All @@ -9014,7 +9014,7 @@ tables:
description: Midpoint time for visit at the fiducial center of the focal plane array,
expressed as Modified Julian Date, International Atomic Time, accurate to 10ms.
mysql:datatype: DOUBLE
fits.tunit: d
fits:tunit: d
- name: obsStart
'@id': '#Visit.obsStart'
datatype: timestamp
Expand Down Expand Up @@ -9049,7 +9049,7 @@ tables:
description: ID of physical filter, the filter associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(32)
fits.tunit:
fits:tunit:
- name: band
'@id': '#CcdVisit.band'
datatype: char
Expand All @@ -9058,7 +9058,7 @@ tables:
Abstract filter that is not associated with a particular instrument.
votable:arraysize: "*"
mysql:datatype: CHAR(1)
fits.tunit:
fits:tunit:
- name: ra
'@id': '#CcdVisit.ra'
datatype: double
Expand Down

0 comments on commit f870e1e

Please sign in to comment.