RisingMoreBasisFunction¶
- class rubin_sim.scheduler.basis_functions.RisingMoreBasisFunction(RA, pad=30.0)¶
Bases:
BaseBasisFunction
Say a spot is not available if it will rise substatially before twilight.
- Parameters:
- RAfloat
The RA of the point in the sky (degrees)
- padfloat
When to start observations if there’s plenty of time before twilight (minutes)
Methods Summary
check_feasibility
(conditions)If there is logic to decide if something is feasible (e.g., only if moon is down), it can be calculated here.
Methods Documentation
- check_feasibility(conditions)¶
If there is logic to decide if something is feasible (e.g., only if moon is down), it can be calculated here.
Helps prevent full __call__ from being called more than needed.