Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-43333: Fix remaining non-controversial VOUnit usage errors in sdm_schemas #197

Merged
merged 3 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
46 changes: 23 additions & 23 deletions yml/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ tables:
"@id": "#DiaObject.u_psfFluxLinearSlope"
datatype: float
description: Linear best fit slope of the u band fluxes.
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: u_psfFluxLinearIntercept
"@id": "#DiaObject.u_psfFluxLinearIntercept"
datatype: float
Expand All @@ -843,7 +843,7 @@ tables:
"@id": "#DiaObject.u_psfFluxMaxSlope"
datatype: float
description: Maximum slope between u band flux obsevations max(delta_flux/delta_time).
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: u_psfFluxErrMean
"@id": "#DiaObject.u_psfFluxErrMean"
datatype: float
Expand Down Expand Up @@ -901,7 +901,7 @@ tables:
"@id": "#DiaObject.g_psfFluxLinearSlope"
datatype: float
description: Linear best fit slope of the g band fluxes.
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: g_psfFluxLinearIntercept
"@id": "#DiaObject.g_psfFluxLinearIntercept"
datatype: float
Expand All @@ -911,7 +911,7 @@ tables:
"@id": "#DiaObject.g_psfFluxMaxSlope"
datatype: float
description: Maximum slope between g band flux obsevations max(delta_flux/delta_time).
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: g_psfFluxErrMean
"@id": "#DiaObject.g_psfFluxErrMean"
datatype: float
Expand Down Expand Up @@ -969,7 +969,7 @@ tables:
"@id": "#DiaObject.r_psfFluxLinearSlope"
datatype: float
description: Linear best fit slope of the r band fluxes.
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: r_psfFluxLinearIntercept
"@id": "#DiaObject.r_psfFluxLinearIntercept"
datatype: float
Expand All @@ -979,7 +979,7 @@ tables:
"@id": "#DiaObject.r_psfFluxMaxSlope"
datatype: float
description: Maximum slope between r band flux obsevations max(delta_flux/delta_time).
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: r_psfFluxErrMean
"@id": "#DiaObject.r_psfFluxErrMean"
datatype: float
Expand Down Expand Up @@ -1037,7 +1037,7 @@ tables:
"@id": "#DiaObject.i_psfFluxLinearSlope"
datatype: float
description: Linear best fit slope of the i band fluxes.
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: i_psfFluxLinearIntercept
"@id": "#DiaObject.i_psfFluxLinearIntercept"
datatype: float
Expand All @@ -1047,7 +1047,7 @@ tables:
"@id": "#DiaObject.i_psfFluxMaxSlope"
datatype: float
description: Maximum slope between i band flux obsevations max(delta_flux/delta_time).
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: i_psfFluxErrMean
"@id": "#DiaObject.i_psfFluxErrMean"
datatype: float
Expand Down Expand Up @@ -1105,7 +1105,7 @@ tables:
"@id": "#DiaObject.z_psfFluxLinearSlope"
datatype: float
description: Linear best fit slope of the z band fluxes.
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: z_psfFluxLinearIntercept
"@id": "#DiaObject.z_psfFluxLinearIntercept"
datatype: float
Expand All @@ -1115,7 +1115,7 @@ tables:
"@id": "#DiaObject.z_psfFluxMaxSlope"
datatype: float
description: Maximum slope between z band flux obsevations max(delta_flux/delta_time).
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: z_psfFluxErrMean
"@id": "#DiaObject.z_psfFluxErrMean"
datatype: float
Expand Down Expand Up @@ -1173,7 +1173,7 @@ tables:
"@id": "#DiaObject.y_psfFluxLinearSlope"
datatype: float
description: Linear best fit slope of the y band fluxes.
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: y_psfFluxLinearIntercept
"@id": "#DiaObject.y_psfFluxLinearIntercept"
datatype: float
Expand All @@ -1183,7 +1183,7 @@ tables:
"@id": "#DiaObject.y_psfFluxMaxSlope"
datatype: float
description: Maximum slope between y band flux obsevations max(delta_flux/delta_time)
fits:tunit: nJy/day
fits:tunit: nJy/d
- name: y_psfFluxErrMean
"@id": "#DiaObject.y_psfFluxErrMean"
datatype: float
Expand Down Expand Up @@ -1241,20 +1241,20 @@ tables:
to the MPC. May be NULL if not an LSST discovery. The date format will follow
general LSST conventions (MJD TAI, at the moment).
mysql:datatype: DOUBLE
fits:tunit: day
fits:tunit: d
- name: firstObservationDate
"@id": "#SSObject.firstObservationDate"
datatype: double
description: The time of the first LSST observation of this object (could be precovered)
as Modified Julian Date, International Atomic Time.
mysql:datatype: DOUBLE
fits:tunit: day
fits:tunit: d
- name: arc
"@id": "#SSObject.arc"
datatype: float
description: Arc of LSST observations.
mysql:datatype: FLOAT
fits:tunit: day
fits:tunit: d
- name: numObs
"@id": "#SSObject.numObs"
datatype: int
Expand Down Expand Up @@ -2640,31 +2640,31 @@ tables:
datatype: double
description: 'MPCORB: Epoch (in MJD, .0 TT)'
mysql:datatype: DOUBLE
fits:tunit: day
fits:tunit: d
- name: M
"@id": "#MPCORB.M"
datatype: double
description: 'MPCORB: Mean anomaly at the epoch, in degrees'
mysql:datatype: DOUBLE
fits:tunit: degree
fits:tunit: deg
- name: peri
"@id": "#MPCORB.peri"
datatype: double
description: 'MPCORB: Argument of perihelion, J2000.0 (degrees)'
mysql:datatype: DOUBLE
fits:tunit: degree
fits:tunit: deg
- name: node
"@id": "#MPCORB.node"
datatype: double
description: 'MPCORB: Longitude of the ascending node, J2000.0 (degrees)'
mysql:datatype: DOUBLE
fits:tunit: degree
fits:tunit: deg
- name: incl
"@id": "#MPCORB.incl"
datatype: double
description: 'MPCORB: Inclination to the ecliptic, J2000.0 (degrees)'
mysql:datatype: DOUBLE
fits:tunit: degree
fits:tunit: deg
- name: e
"@id": "#MPCORB.e"
datatype: double
Expand All @@ -2675,7 +2675,7 @@ tables:
datatype: double
description: 'MPCORB: Mean daily motion (degrees per day)'
mysql:datatype: DOUBLE
fits:tunit: degree/day
fits:tunit: deg/d
- name: a
"@id": "#MPCORB.a"
datatype: double
Expand Down Expand Up @@ -2709,7 +2709,7 @@ tables:
datatype: float
description: 'MPCORB: Arc (days), for single-opposition objects'
mysql:datatype: FLOAT
fits:tunit: day
fits:tunit: d
- name: arcStart
"@id": "#MPCORB.arcStart"
datatype: timestamp
Expand Down Expand Up @@ -2765,7 +2765,7 @@ tables:
datatype: float
description: 'MPCORB: Date of last observation included in orbit solution'
mysql:datatype: FLOAT
fits:tunit: day
fits:tunit: d
- name: MPCORBDESIGMAP
"@id": "#MPCORBDESIGMAP"
description: The mapping between old and new provisional MPC designation, produced
Expand Down
6 changes: 3 additions & 3 deletions yml/dp01_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ tables:
tap:column_index: 999
tap:principal: 0
description: Time spent in stage
fits:tunit: second
fits:tunit: s
- name: modelfit_CModel_exp_instFlux
'@id': '#reference.modelfit_CModel_exp_instFlux'
datatype: double
Expand Down Expand Up @@ -1667,7 +1667,7 @@ tables:
tap:column_index: 999
tap:principal: 0
description: Time spent in stage
fits:tunit: second
fits:tunit: s
- name: modelfit_CModel_dev_instFlux
'@id': '#reference.modelfit_CModel_dev_instFlux'
datatype: double
Expand Down Expand Up @@ -1779,7 +1779,7 @@ tables:
tap:column_index: 999
tap:principal: 0
description: Time spent in stage
fits:tunit: second
fits:tunit: s
- name: modelfit_CModel_instFlux
'@id': '#reference.modelfit_CModel_instFlux'
datatype: double
Expand Down