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

Update boss_drp.json #275

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions schema/sdss5db/metadata/boss_drp.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,17 @@
{
"schema": "boss_drp",
"table_name": "boss_spectrum",
"column_name": "CatalogID from V0",
"display_name": "CATALOGID_V0",
"column_name": "catalogid_v0",
"display_name": "CATALOGID from V0",
"sql_type": "bigint",
"description": "SDSS-V CatalogID from Catalog v0",
"unit": "None"
},
{
"schema": "boss_drp",
"table_name": "boss_spectrum",
"column_name": "CatalogID from V0.5",
"display_name": "CATALOGID_V0P5",
"column_name": "catalogid_v0p5",
"display_name": "CatalogID from V0.5",
"sql_type": "bigint",
"description": "SDSS-V CatalogID from Catalog v0.5",
"unit": "None"
Expand Down Expand Up @@ -399,8 +399,8 @@
{
"schema": "boss_drp",
"table_name": "boss_spectrum",
"column_name": "Catalog DEC",
"display_name": "DECCAT",
"column_name": "deccat",
"display_name": "Catalog DEC",
"sql_type": "double precision",
"description": "Dec in ICRS coordinates at 'coord_epoch' for the target assigned",
"unit": "deg"
Expand Down Expand Up @@ -768,16 +768,16 @@
{
"schema": "boss_drp",
"table_name": "boss_spectrum",
"column_name": "ivar of Flux of Template in UGRIZ",
"display_name": "SPECTROSYNFLUX_IVAR",
"column_name": "spectrosynflux_ivar",
"display_name": "ivar of Template in UGRIZ",
"sql_type": "real[]",
"description": "Inverse variance of SPECTROSYNFLUX",
"unit": "None"
},
{
"schema": "boss_drp",
"table_name": "boss_spectrum",
"column_name": "Flux of Sky in UGRIZ",
"column_name": "spectroskyflux",
"display_name": "SPECTROSKYFLUX",
"sql_type": "real[]",
"description": "Sky spectrum projected onto SDSS-{ugriz} filter",
Expand Down Expand Up @@ -1659,8 +1659,8 @@
{
"schema": "boss_drp",
"table_name": "boss_field",
"column_name": "SP1 red Exposure Time",
"display_name": "EXPT_R1",
"column_name": "expt_r1",
"display_name": "SP1 red Exposure Time",
"sql_type": "real",
"description": "Total Exposure Time of r1",
"unit": "None"
Expand Down Expand Up @@ -2449,4 +2449,4 @@
"unit": "None"
}
]
}
}