generate_presto_pop_slicer¶
- rubin_sim.maf.maf_contrib.generate_presto_pop_slicer(skyregion='galactic', t_start=1, t_end=3652, n_events=10000, seed=42, n_files=100, d_min=10, d_max=300, gb_cut=20)¶
Generate a population of KNe events, and put the info about them into a UserPointSlicer object Parameters ———- skyregion : string
The skyregion of interst. Only two options: ‘galactic’ and ‘extragalaxtic’
- t_startfloat (1)
The night to start kilonova events on (days)
- t_endfloat (3652)
The final night of kilonova events
- n_eventsint (10000)
The number of kilonova events to generate
- seedfloat
The seed passed to np.random
- n_filesint (7)
The number of different kilonova lightcurves to use
- d_minfloat or int (10)
Minimum luminosity distance (Mpc)
- d_maxfloat or int (300)
Maximum luminosity distance (Mpc)