-
Notifications
You must be signed in to change notification settings - Fork 0
Gammapy simulations #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
enforcement to the end to avoid artifical split into very short runs when requested observation time is short (within one day).
observations support.
observations support.
properties to allow generalization of the predict() call.
needed to be set by run generator.
functionality from DataRun.
…ionality and API.
…p dataset generation.
RA/Dec during drift observation (simulated event times are otherwise unconnected to the actual pointing history).
Added an option to simulate only one selected run out of the simulated pool. This allows running the code in parallel.
I think this goes on the line of what I started to do in cta-observatory/iact-estimator#33 even though there I was doing it for a 1D analysis using faked counts and not simulating the entire run with the observation event sampler (also because you cannot use that to simulate observations for 1D analysis only 3D, but I guess you do not care about that use case here, and anyway given enough statistics you can get a 1D data set by slicing a 3D one) I do not know the details that brought you to develop this PR, but why faking counts was not enough? do you need to add specific timing information to the simulated runs? it was my understandig that the observation event sampler was a bit of an overpowered solution unless you need to simulated e.g. a transient or something flaring but maybe I remember wrongly |
Support for simulations via
gammapy
. Automatic generation of the runs following the specified constraints with selection of the appropriate IRF from the library.Run as
Example config file: