Atreyee Sinha
Atreyee Sinha
Hi @mireianievas ! The energy edges are not aligned to the IRFs, but rather to the bins of your dataset. In a binned analysis, the information on individual photon energies...
@ccossou Your issue is probably unrelated to the docs improvement proposed here. Gammapy 1.1 is not compatible with astropy 6.0. The best way to set it up would be to...
Maybe we can adapt our tutorial to say something like ``` axis = flux_points.geom.axes["energy"] spectral_model.plot(energy_bounds=(axis.edges_min[0], axis.edges_max[-1]), sed_type="flux", n_points=axis.nbin) ```
> We should probably even change `SpectralModel.plot()` to allow for passing energy axis. Such that the following works: @adonath Personally, +1. But we had discussed this in details in https://github.com/gammapy/gammapy/issues/3078,...
Do we really need this hard check on the `TELESCOP` ? I think we introduced it to avoid fitting different instruments together, but this seems to create more confusion than...
> I have a side question: the discusssion outcomes was not to use the FitResult object within the tutorials? @bkhelifi : Thanks to @QRemy recent efforts, `datasets.models` is now complete....
Thanks @maxnoe ! I agree it is rather strange to silently re-order the data (and a relief it does not affect any major results!) I think it might still be...
@adonath does this need to be deprecated? Adding quality checks on input data is more of a new feature/clean up, no?
What is the status here? I think most of the API we expose to users is public now, no? Can we close this @Astro-Kirsty ?
I think we decided to support this deprecated feature because it was conceptually difficult to explain a `FixedPointingInfo` and users were comfortable passing a `SkyCoord` as a pointing position. But...