Skip to content

Commit

Permalink
Update training region for u-band SLR.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jun 4, 2024
1 parent bb2f029 commit 077d146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/the/monster/measure_uband_slr_colorterm.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def ra_dec_range(self):
-------
ra_min, ra_max, dec_min, dec_max : `float`
"""
return (-10.0, 10.0, -20.0, 10.0)
return (20.0, 35.0, -4.0, 4.0)

@property
def n_nodes(self):
Expand Down

0 comments on commit 077d146

Please sign in to comment.