TargetoO

class rubin_sim.scheduler.utils.TargetoO(tooid, footprint, mjd_start, duration, ra_rad_center=None, dec_rad_center=None)

Bases: object

Class to hold information about a target of opportunity object

Parameters:
tooidint

Unique ID for the ToO.

footprintsnp.array

np.array healpix maps. 1 for areas to observe, 0 for no observe.

mjd_startfloat

The MJD the ToO starts

durationfloat

Duration of the ToO (days).

ra_rad_centerfloat

RA of the estimated center of the event (radians).

dec_rad_centerfloat

Dec of the estimated center of the event (radians).