Skip to content

Commit

Permalink
MTScheduler: In fbs_config_minimal_fieldsurvey.py, update rotational …
Browse files Browse the repository at this point in the history
…dither.
  • Loading branch information
bechtol authored and edennihy committed Nov 18, 2024
1 parent ba7445d commit cec02a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_scheduler():

config_detailers = [
detailers.DitherDetailer(max_dither=0.2, per_night=False),
detailers.CameraSmallRotPerObservationListDetailer(max_rot=45.0, min_rot=-45.0),
detailers.CameraRotDetailer(max_rot=10.0, min_rot=-10.0),
]

observation_reason = "science"
Expand Down

0 comments on commit cec02a0

Please sign in to comment.