StepSlopes¶
- class rubin_sim.scheduler.utils.StepSlopes(period=365.25, rise=1.0, t_start=0.0)¶
Bases:
BasePixelEvolution
- Parameters:
- periodfloat (365.25)
The period to use
- risenp.array-like
How much the curve should rise each period.
Methods Summary
__call__
(mjd_in, phase)Call self as a function.
Methods Documentation
- __call__(mjd_in, phase)¶
Call self as a function.