CloseAltDetailer¶
- class rubin_sim.scheduler.detailers.CloseAltDetailer(alt_band=10.0)¶
Bases:
BaseDetailer
re-order a list of observations so that the closest in altitude to the current pointing is first.
- Parameters:
- alt_band
float
(10) The altitude band to try and stay in (degrees)
- alt_band
Methods Summary
__call__
(observation_list, conditions)- Parameters:
Methods Documentation