Skip to content

Commit

Permalink
Update fields
Browse files Browse the repository at this point in the history
Update sigma to err
  • Loading branch information
bsmartradio committed Nov 22, 2023
1 parent 887d12b commit 3c226ca
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 28 deletions.
70 changes: 70 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 24 additions & 28 deletions yml/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ tables:
- name: pmParallaxNdata
"@id": "#DiaObject.pmParallaxNdata"
datatype: int
nullable: false
description: The number of data points used to fit the model.
mysql:datatype: INTEGER
- name: u_psfFluxMean
Expand All @@ -170,8 +169,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: u_psfFluxSigma
"@id": "#DiaObject.u_psfFluxSigma"
- name: u_psfFluxErr
"@id": "#DiaObject.u_psfFluxErr"
datatype: float
description: Standard deviation of the distribution of u_psfFlux.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -203,8 +202,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: u_fpFluxSigma
"@id": "#DiaObject.u_fpFluxSigma"
- name: u_fpFluxErr
"@id": "#DiaObject.u_fpFluxErr"
datatype: float
description: Standard deviation of the distribution of u_fpFlux.
mysql:datatype: FLOAT
Expand All @@ -224,8 +223,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: g_psfFluxSigma
"@id": "#DiaObject.g_psfFluxSigma"
- name: g_psfFluxErr
"@id": "#DiaObject.g_psfFluxErr"
datatype: float
description: Standard deviation of the distribution of g_psfFlux.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -257,8 +256,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: g_fpFluxSigma
"@id": "#DiaObject.g_fpFluxSigma"
- name: g_fpFluxErr
"@id": "#DiaObject.g_fpFluxErr"
datatype: float
description: Standard deviation of the distribution of g_fpFlux.
mysql:datatype: FLOAT
Expand All @@ -278,8 +277,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: r_psfFluxSigma
"@id": "#DiaObject.r_psfFluxSigma"
- name: r_psfFluxErr
"@id": "#DiaObject.r_psfFluxErr"
datatype: float
description: Standard deviation of the distribution of r_psfFlux.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -311,8 +310,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: r_fpFluxSigma
"@id": "#DiaObject.r_fpFluxSigma"
- name: r_fpFluxErr
"@id": "#DiaObject.r_fpFluxErr"
datatype: float
description: Standard deviation of the distribution of r_fpFlux.
mysql:datatype: FLOAT
Expand All @@ -332,8 +331,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: i_psfFluxSigma
"@id": "#DiaObject.i_psfFluxSigma"
- name: i_psfFluxErr
"@id": "#DiaObject.i_psfFluxErr"
datatype: float
description: Standard deviation of the distribution of i_psfFlux.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -365,8 +364,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: i_fpFluxSigma
"@id": "#DiaObject.i_fpFluxSigma"
- name: i_fpFluxErr
"@id": "#DiaObject.i_fpFluxErr"
datatype: float
description: Standard deviation of the distribution of i_fpFlux.
mysql:datatype: FLOAT
Expand All @@ -386,8 +385,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: z_psfFluxSigma
"@id": "#DiaObject.z_psfFluxSigma"
- name: z_psfFluxErr
"@id": "#DiaObject.z_psfFluxErr"
datatype: float
description: Standard deviation of the distribution of z_psfFlux.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -419,8 +418,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: z_fpFluxSigma
"@id": "#DiaObject.z_fpFluxSigma"
- name: z_fpFluxErr
"@id": "#DiaObject.z_fpFluxErr"
datatype: float
description: Standard deviation of the distribution of z_fpFlux.
mysql:datatype: FLOAT
Expand All @@ -440,8 +439,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: y_psfFluxSigma
"@id": "#DiaObject.y_psfFluxSigma"
- name: y_psfFluxErr
"@id": "#DiaObject.y_psfFluxErr"
datatype: float
description: Standard deviation of the distribution of y_psfFlux.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -473,8 +472,8 @@ tables:
mysql:datatype: FLOAT
fits:tunit: nJy
ivoa:ucd: stat.error
- name: y_fpFluxSigma
"@id": "#DiaObject.y_fpFluxSigma"
- name: y_fpFluxErr
"@id": "#DiaObject.y_fpFluxErr"
datatype: float
description: Standard deviation of the distribution of y_fpFlux.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -567,7 +566,6 @@ tables:
- name: nearbyObj1
"@id": "#DiaObject.nearbyObj1"
datatype: long
nullable: false
description: Id of the closest nearby object.
mysql:datatype: BIGINT
ivoa:ucd: meta.id;src
Expand All @@ -586,7 +584,6 @@ tables:
- name: nearbyObj2
"@id": "#DiaObject.nearbyObj2"
datatype: long
nullable: false
description: Id of the second-closest nearby object.
mysql:datatype: BIGINT
ivoa:ucd: meta.id;src
Expand All @@ -605,7 +602,6 @@ tables:
- name: nearbyObj3
"@id": "#DiaObject.nearbyObj3"
datatype: long
nullable: false
description: Id of the third-closest nearby object.
mysql:datatype: BIGINT
ivoa:ucd: meta.id;src
Expand Down

0 comments on commit 3c226ca

Please sign in to comment.