Skip to content

Commit e587adc

Browse files
authored
Merge pull request #30 from lsst-ts/tickets/DM-47381
DM-47381: Add candidate targets for ComCam science scheduler configurations
2 parents 1197097 + fda18c4 commit e587adc

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

doc/version_history.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Version History
55
===============
66

7+
v0.13.1
8+
-------
9+
10+
* Add candidate targets for ComCam science scheduler configurations.
11+
712
v0.13.0
813
-------
914

python/lsst/ts/fbs/utils/data/field_survey_centers.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,28 @@ comcam_sv_targets:
8686
NGC_6822:
8787
# Euclid ERO target
8888
ra: 296.236
89-
dec: -14.788
89+
dec: -14.788
90+
Rubin_SV_16_4:
91+
# Ecliptic
92+
ra: 16.0
93+
dec: 4.0
94+
Rubin_SV_30_10:
95+
# Ecliptic
96+
ra: 30.0
97+
dec: 10.0
98+
Rubin_SV_40_10:
99+
# Ecliptic
100+
ra: 40.0
101+
dec: 10.0
102+
Rubin_SV_75_8:
103+
# Ecliptic
104+
ra: 75.0
105+
dec: 8.0
106+
Rubin_SV_85_10:
107+
# Ecliptic
108+
ra: 85.0
109+
dec: 10.0
110+
Rubin_SV_105_20:
111+
# Ecliptic
112+
ra: 105.0
113+
dec: 20.0

0 commit comments

Comments
 (0)