Skip to content

Commit bc22af5

Browse files
committed
include HEALPix index
1 parent 4718e54 commit bc22af5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

broker/setup_broker/lsst/templates/bq_lsst_alerts_v9_0_schema.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,5 +2032,23 @@
20322032
"type": "FLOAT"
20332033
}
20342034
]
2035+
},
2036+
{
2037+
"description": "HEALPix order 9 pixel index at the source’s right ascension (RA) and declination",
2038+
"mode": "REQUIRED",
2039+
"name": "healpix9",
2040+
"type": "INTEGER"
2041+
},
2042+
{
2043+
"description": "HEALPix order 19 pixel index at the source’s right ascension (RA) and declination",
2044+
"mode": "REQUIRED",
2045+
"name": "healpix19",
2046+
"type": "INTEGER"
2047+
},
2048+
{
2049+
"description": "HEALPix order 29 pixel index at the source’s right ascension (RA) and declination",
2050+
"mode": "REQUIRED",
2051+
"name": "healpix29",
2052+
"type": "INTEGER"
20352053
}
20362054
]

0 commit comments

Comments
 (0)