-
Notifications
You must be signed in to change notification settings - Fork 0
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
Review this package in light of gammapy recent developments #3
Comments
This would basically entail to not use the current scripts, but the gammapy API top use the IRF of the instrument which the user wants to use for the proposal and run an estimation of the flux / sky map
|
OK I am splitting this issue in smaller ones after the first tests:
|
The configuration system might be very low-level at the beginning, but I am trying to use the same configuration schema as provided by gammapy's high-level interface. Unfortunately this issue upstream prevents us to use it in one go - that would be awesome. |
|
gammapy devs explained me that in fact simulating a 3D map dataset already allows to get events sampled in the fov from just faking the dataset counts the only limitation that seems to be remaining is doing a plot like the one in this tutorial section when we do not have simulated events, but just counts from an on/off spectrum dataset |
An additional check that I want to add is for the target source altazimutal trajectory against the same coordinates valid fro the IRFs input by the user |
Since the original script was developed, gammapy evolved quite a bit.
At some point we should review the entire package to see if we can substitute some features with gammapy and/or integrate some more advanced features.
The text was updated successfully, but these errors were encountered: