Skip to content

Commit

Permalink
Add ebv to Object Table
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Mar 14, 2022
1 parent b08e798 commit d059402
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
8 changes: 7 additions & 1 deletion yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tables:
- name: detect_isPrimary
"@id": "#Object.detect_isPrimary"
datatype: boolean
description:
description: E(B-V) from the Schlegel, Finkbeiner, and Davis 1998 dust map
mysql:datatype: BOOLEAN
fits.tunit:
- name: detect_isTractInner
Expand All @@ -82,6 +82,12 @@ tables:
description:
mysql:datatype: BOOLEAN
fits.tunit:
- name: ebv
"@id": "#Object.ebv"
datatype: double
description:
mysql:datatype: DOUBLE
fits.tunit: mag
- name: footprintArea
"@id": "#Object.footprintArea"
datatype: int
Expand Down
6 changes: 6 additions & 0 deletions yml/hsc_gen2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ tables:
description:
mysql:datatype: BOOLEAN
fits.tunit:
- name: ebv
"@id": "#Object.ebv"
datatype: double
description: E(B-V) from the Schlegel, Finkbeiner, and Davis 1998 dust map
mysql:datatype: DOUBLE
fits.tunit: mag
- name: footprintArea
"@id": "#Object.footprintArea"
datatype: int
Expand Down
6 changes: 6 additions & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ tables:
description:
mysql:datatype: BOOLEAN
fits.tunit:
- name: ebv
"@id": "#Object.ebv"
datatype: double
description: E(B-V) from the Schlegel, Finkbeiner, and Davis 1998 dust map
mysql:datatype: DOUBLE
fits.tunit: mag
- name: footprintArea
"@id": "#Object.footprintArea"
datatype: int
Expand Down

0 comments on commit d059402

Please sign in to comment.