Skip to content

Commit

Permalink
Add 41024123441 image info.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwv committed Jun 7, 2024
1 parent 76491b0 commit dd5c329
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/RomanDESCForwardModelLightcurves.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ def get_visit_band_sca_for_object_id(object_id):
For now this returns the results from a dict that was manually computed
"""
visit_band_sca = {
41024123441: {
"visit": [1394, 8340, 14088, 29499, 36445, 42193],
"band": ["H158", "H158", "H158", "H158", "H158", "H158"],
"sca": [9, 17, 8, 9, 17, 8],
},
30328322: {
"visit": [36445, 1394, 14088, 8340, 42193, 29499],
"band": ["H158", "H158", "H158", "H158", "H158", "H158"],
Expand Down

0 comments on commit dd5c329

Please sign in to comment.