You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to store the result of the gammapy regions based 1D spectral analysis to disk. I though it might be a good idea to use the format proposed here. The problem is that I don't really understand it 😁
@zblz@woodmd : What should a YAML output file look like in order to comply to your proposed format? Where do I put the actual values of the parameters?
The text was updated successfully, but these errors were encountered:
@joleroi - I've assigned you and put this under the "whishlist" milestone.
If you don't get any comments, do whatever you like for now and then we'll start discussing that proposal.
Given that we have JSON exporters in HESS (because YAML C++ libs are a big dependency and picoJSON is a single header file), maybe write the spec so that it just describes the dict keys / values and then say that it can easily be stored in JSON or YAML.
Generating example JSON / YAML is most easily done by defining it in a Python script and then using Python to generate the JSON / YAML text .... less error-prone than manually writing JSON / YAML.
Script should also be added to this repo somewhere.
Hi,
I would like to store the result of the gammapy regions based 1D spectral analysis to disk. I though it might be a good idea to use the format proposed here. The problem is that I don't really understand it 😁
@zblz @woodmd : What should a YAML output file look like in order to comply to your proposed format? Where do I put the actual values of the parameters?
The text was updated successfully, but these errors were encountered: