From 1f9731fecd32844ca7c03c30428ed60bb44ee682 Mon Sep 17 00:00:00 2001 From: Keith Bechtol <kbechtol@lsst.org> Date: Fri, 22 Nov 2024 19:01:15 +0000 Subject: [PATCH] Add candidate targets for ComCam science scheduler configurations --- doc/version_history.rst | 5 +++++ .../fbs/utils/data/field_survey_centers.yaml | 18 +++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/version_history.rst b/doc/version_history.rst index d809d0c..5e4f369 100644 --- a/doc/version_history.rst +++ b/doc/version_history.rst @@ -4,6 +4,11 @@ Version History =============== +v0.15.0 +------- + +* Add candidate targets for ComCam science scheduler configurations. + v0.14.0 ------- diff --git a/python/lsst/ts/fbs/utils/data/field_survey_centers.yaml b/python/lsst/ts/fbs/utils/data/field_survey_centers.yaml index 6e0643f..ae8e8de 100644 --- a/python/lsst/ts/fbs/utils/data/field_survey_centers.yaml +++ b/python/lsst/ts/fbs/utils/data/field_survey_centers.yaml @@ -110,4 +110,20 @@ comcam_sv_targets: Rubin_SV_105_20: # Ecliptic ra: 105.0 - dec: 20.0 \ No newline at end of file + dec: 20.0 + Rubin_SV_38_7: + # Ecliptic + ra: 37.86 + dec: 6.98 + Fornax_dSph: + # Dwarf Spheroidal Galaxy + ra: 39.9971 + dec: -34.4492 + 47_Tuc: + # Globular Cluster + ra: 6.022329 + dec: -72.081444 + Seagull: + # Nebulosity + ra: 106.23 + dec: -10.51 \ No newline at end of file