Skip to content

Commit 4988ff9

Browse files
committed
Add configuration for prompt data products
1 parent 29b2474 commit 4988ff9

2 files changed

Lines changed: 85 additions & 0 deletions

File tree

configs/prompt.yaml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
facility_name: Rubin:Simonyi
2+
facility_map:
3+
LSSTComCam: "Rubin:Simonyi"
4+
obs_collection: LSST.Prompt
5+
collections: ["Prompt/Available"]
6+
use_butler_uri: false
7+
fallback_instrument: LSSTCam
8+
obs_publisher_did_fmt: "ivo://org.rubinobs/usdac/lsst-prompt?repo=prompt&id={id}"
9+
dataset_types:
10+
raw:
11+
dataproduct_type: image
12+
dataproduct_subtype: lsst.raw
13+
calib_level: 1
14+
obs_id_fmt: "{records[exposure].obs_id}"
15+
o_ucd: phot.count
16+
access_format: "application/x-votable+xml;content=datalink"
17+
datalink_url_fmt: "https://data.lsst.cloud/api/datalink/links?ID=ivo%3A%2F%2Forg.rubinobs%2Flsst-prompt%3Frepo%3Dprompt%26id%3D{id}"
18+
s_xel: [4608, 4096]
19+
extra_columns:
20+
obs_title:
21+
template: "{dataset_type} - {band} - {records[exposure].obs_id}-{records[detector].full_name} {records[exposure].timespan.begin.utc.isot}Z"
22+
preliminary_visit_image:
23+
dataproduct_type: image
24+
dataproduct_subtype: lsst.preliminary_visit_image
25+
calib_level: 2
26+
obs_id_fmt: "{records[visit].name}"
27+
o_ucd: phot.flux.density
28+
access_format: "application/x-votable+xml;content=datalink"
29+
datalink_url_fmt: "https://data.lsst.cloud/api/datalink/links?ID=ivo%3A%2F%2Forg.rubinobs%2Flsst-prompt%3Frepo%3Dprompt%26id%3D{id}"
30+
s_xel: [4072, 4000]
31+
extra_columns:
32+
obs_title:
33+
template: "{dataset_type} - {band} - {records[visit].name}-{records[detector].full_name} {records[visit].timespan.begin.utc.isot}Z"
34+
difference_image:
35+
dataproduct_type: image
36+
dataproduct_subtype: lsst.difference_image
37+
calib_level: 3
38+
obs_id_fmt: "{records[visit].name}"
39+
o_ucd: phot.flux.density
40+
access_format: "application/x-votable+xml;content=datalink"
41+
datalink_url_fmt: "https://data.lsst.cloud/api/datalink/links?ID=ivo%3A%2F%2Forg.rubinobs%2Flsst-prompt%3Frepo%3Dprompt%26id%3D{id}"
42+
s_xel: [4072, 4000]
43+
extra_columns:
44+
obs_title:
45+
template: "{dataset_type} - {band} - {records[visit].name}-{records[detector].full_name} {records[visit].timespan.begin.utc.isot}Z"
46+
extra_columns:
47+
lsst_visit:
48+
template: "{visit}"
49+
type: "int"
50+
doc: Visit or exposure identifier
51+
lsst_detector:
52+
template: "{detector}"
53+
type: "int"
54+
doc: Detector number of this observation
55+
lsst_tract:
56+
template: "{tract}"
57+
type: "int"
58+
doc: Tract within a skymap
59+
lsst_patch:
60+
template: "{patch}"
61+
type: "int"
62+
doc: Patch within a tract
63+
lsst_band:
64+
template: "{band}"
65+
type: "string"
66+
doc: Wavelength band for this observation
67+
lsst_filter:
68+
template: "{physical_filter}"
69+
type: "string"
70+
doc: Physical filter name for this observation
71+
spectral_ranges:
72+
"u": [300.0e-9, 393.2e-9]
73+
"g": [402.6e-9, 548.3e-9]
74+
"r": [551.0e-9, 689.1e-9]
75+
"i": [693.6e-9, 818.8e-9]
76+
"z": [819.2e-9, 920.1e-9]
77+
"y": [927.8e-9, 1100.0e-9]
78+
origin:
79+
publisher: "NSF-DOE Vera C. Rubin Observatory US Data Access Center"
80+
publication_date: 2025-06-30
81+
citation: 10.71929/rubin/2570308
82+
reference_url: "https://promptdataproducts.lsst.io"
83+
article: 10.71929/rubin/2570536
84+
title: "Legacy Survey of Date and Time Data Preview 1"

doc/changes/DM-54169.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added an SIAv2 configuration for Prompt Data Products.

0 commit comments

Comments
 (0)