generate_xrb_pop_slicer

rubin_sim.maf.maf_contrib.generate_xrb_pop_slicer(t_start=1, t_end=3652, n_events=10000, seed=42)

Generate a population of XRB events, and put the info about them into a UserPointSlicer object

Parameters:
t_startfloat

The night to start an XRB outburst on (days; default 1)

t_endfloat

The final night of XRBs events (days; default 3652)

n_eventsint

The number of XRB outbursts to generate (default 10000)

seedfloat

The seed passed to np.random (default 42)