litebird / litebird_sim

Simulation tools for LiteBIRD
GNU General Public License v3.0
18 stars 13 forks source link

Add to simulation a method for writing all the observations #287

Closed paganol closed 5 months ago

paganol commented 6 months ago

We should complete the structure of the high level interface adding a method for quickly writing all the observations of a simulation. Something like

sim = lbs.Simulation(...)
...
...
sim.create_observations(...)
sim.write_observations(...)