Skip to content

Commit

Permalink
Merge branch 'tickets/DM-32666'
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Nov 24, 2021
2 parents 9298b57 + 6536e2e commit 574913b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
18 changes: 18 additions & 0 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5306,6 +5306,18 @@ tables:
description:
mysql:datatype: DOUBLE
fits.tunit:
- name: gaussianFlux
"@id": "#Source.gaussianFlux"
datatype: double
description:
mysql:datatype: DOUBLE
fits.tunit:
- name: gaussianFluxErr
"@id": "#Source.gaussianFluxErr"
datatype: double
description:
mysql:datatype: DOUBLE
fits.tunit:
- name: extendedness
"@id": "#Source.extendedness"
datatype: double
Expand Down Expand Up @@ -5594,6 +5606,12 @@ tables:
description:
mysql:datatype: BOOLEAN
fits.tunit:
- name: gaussianFlux_flag
"@id": "#Source.gaussianFlux_flag"
datatype: boolean
description:
mysql:datatype: BOOLEAN
fits.tunit:
- name: centroid_flag
"@id": "#Source.centroid_flag"
datatype: boolean
Expand Down
18 changes: 18 additions & 0 deletions yml/hsc_gen2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5298,6 +5298,18 @@ tables:
description:
mysql:datatype: DOUBLE
fits.tunit:
- name: gaussianFlux
"@id": "#Source.gaussianFlux"
datatype: double
description:
mysql:datatype: DOUBLE
fits.tunit:
- name: gaussianFluxErr
"@id": "#Source.gaussianFluxErr"
datatype: double
description:
mysql:datatype: DOUBLE
fits.tunit:
- name: extendedness
"@id": "#Source.extendedness"
datatype: double
Expand Down Expand Up @@ -5586,6 +5598,12 @@ tables:
description:
mysql:datatype: BOOLEAN
fits.tunit:
- name: gaussianFlux_flag
"@id": "#Source.gaussianFlux_flag"
datatype: boolean
description:
mysql:datatype: BOOLEAN
fits.tunit:
- name: centroid_flag
"@id": "#Source.centroid_flag"
datatype: boolean
Expand Down
18 changes: 18 additions & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6267,6 +6267,18 @@ tables:
description:
mysql:datatype: DOUBLE
fits.tunit:
- name: gaussianFlux
"@id": "#Source.gaussianFlux"
datatype: double
description:
mysql:datatype: DOUBLE
fits.tunit:
- name: gaussianFluxErr
"@id": "#Source.gaussianFluxErr"
datatype: double
description:
mysql:datatype: DOUBLE
fits.tunit:
- name: extendedness
"@id": "#Source.extendedness"
datatype: double
Expand Down Expand Up @@ -6555,6 +6567,12 @@ tables:
description:
mysql:datatype: BOOLEAN
fits.tunit:
- name: gaussianFlux_flag
"@id": "#Source.gaussianFlux_flag"
datatype: boolean
description:
mysql:datatype: BOOLEAN
fits.tunit:
- name: centroid_flag
"@id": "#Source.centroid_flag"
datatype: boolean
Expand Down

0 comments on commit 574913b

Please sign in to comment.