Skip to content

Commit

Permalink
Fix duplicate column IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Jan 23, 2024
1 parent 0fdf6e7 commit 6f15224
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ tables:
mysql:datatype: FLOAT
fits:tunit:
- name: g_deblend_fluxOverlapFraction
"@id": "#Object.g_deblend_fluxOverlap"
"@id": "#Object.g_deblend_fluxOverlapFraction"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -2522,7 +2522,7 @@ tables:
mysql:datatype: FLOAT
fits:tunit:
- name: i_deblend_fluxOverlapFraction
"@id": "#Object.i_deblend_fluxOverlap"
"@id": "#Object.i_deblend_fluxOverlapFraction"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -3645,7 +3645,7 @@ tables:
mysql:datatype: FLOAT
fits:tunit:
- name: r_deblend_fluxOverlapFraction
"@id": "#Object.r_deblend_fluxOverlap"
"@id": "#Object.r_deblend_fluxOverlapFraction"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -4768,7 +4768,7 @@ tables:
mysql:datatype: FLOAT
fits:tunit:
- name: y_deblend_fluxOverlapFraction
"@id": "#Object.y_deblend_fluxOverlap"
"@id": "#Object.y_deblend_fluxOverlapFraction"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -5891,7 +5891,7 @@ tables:
mysql:datatype: FLOAT
fits:tunit:
- name: z_deblend_fluxOverlapFraction
"@id": "#Object.z_deblend_fluxOverlap"
"@id": "#Object.z_deblend_fluxOverlapFraction"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
Expand Down
12 changes: 6 additions & 6 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ tables:
mysql:datatype: FLOAT
fits:tunit:
- name: g_deblend_fluxOverlapFraction
"@id": "#Object.g_deblend_fluxOverlap"
"@id": "#Object.g_deblend_fluxOverlapFraction"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -2540,7 +2540,7 @@ tables:
mysql:datatype: FLOAT
fits:tunit:
- name: i_deblend_fluxOverlapFraction
"@id": "#Object.i_deblend_fluxOverlap"
"@id": "#Object.i_deblend_fluxOverlapFraction"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -3668,7 +3668,7 @@ tables:
mysql:datatype: FLOAT
fits:tunit:
- name: r_deblend_fluxOverlapFraction
"@id": "#Object.r_deblend_fluxOverlap"
"@id": "#Object.r_deblend_fluxOverlapFraction"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -4796,7 +4796,7 @@ tables:
mysql:datatype: FLOAT
fits:tunit:
- name: u_deblend_fluxOverlapFraction
"@id": "#Object.u_deblend_fluxOverlap"
"@id": "#Object.u_deblend_fluxOverlapFraction"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -5924,7 +5924,7 @@ tables:
mysql:datatype: FLOAT
fits:tunit:
- name: y_deblend_fluxOverlapFraction
"@id": "#Object.y_deblend_fluxOverlap"
"@id": "#Object.y_deblend_fluxOverlapFraction"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
Expand Down Expand Up @@ -7052,7 +7052,7 @@ tables:
mysql:datatype: FLOAT
fits:tunit:
- name: z_deblend_fluxOverlapFraction
"@id": "#Object.z_deblend_fluxOverlap"
"@id": "#Object.z_deblend_fluxOverlapFraction"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
Expand Down

0 comments on commit 6f15224

Please sign in to comment.