Maximilian Linhoff

Results 342 comments of Maximilian Linhoff

> Do you still think supporting binary bigger than 4GB is important? Yes. It frequently occurs in scientific computing and limitation to 4GB is a major limitation in most current,...

Introducing statically typed arrays with a single data type would make it usable for our use case of storing and exchanging gamma-ray astronomy data. I also think this use case...

I think most of us will be vey happy with a new macro, that should make it much easier to come up with a good interface. E.g. ``` \SIAsymUncert{value}{lower}{upper}{unit} ```

Sorry, I am not as familiar with the internals, but I thought with `reoptimize=True`, the `LightCurveEstimator` not only fits the amplitude but also the other parameters of the model. So...

> reoptimize=True will fit all free parameters that do not belong to the source What are those parameters? At least for the normal case of a 1D spectral analysis light...

Looking at this tutorial: https://docs.gammapy.org/0.19/tutorials/analysis/time/light_curve.html#Light-Curve-estimation:-by-observation It's absolutely not clear to me, that > We can optionally ask for parameters reoptimization during fit excludes optimizing parameters of the source model!

It even has a comment in the section of the code that defines frozen model parameters that implies otherwise: ``` # Now we freeze these parameters that we don't want...