Tomas Bylund
Tomas Bylund
Hello, today I tried using rootpy to get the maximum value in a Ntuple I read from file, and it was reporting wildly incorrect maximum variables for the first branch...
In pydantic you can use the Field function to attach a description to the model properties, and I wonder if there is a way that pydantic-yaml could save that description...
Adds `parse_yaml_raw_section_as` function, which allows for selectively picking out a section from a YAML file and only parsing that as a given type. This is useful if you want to...
The automatic pydantic error messages are not very clear, so it would be nice if the developer could pass a function that produces nicer error messages for simple and plausible...
**Gammapy version** Gammapy 1.3, also happens in dev. **Bug description** A `EventList` created using only mandatory options cannot be printed because display method cannot handle missing metadata **Expected behavior** That...
**Description** A simple fix to bug #5920, it just skips printing time information if `TSTART`is not present in the (optional) metadata table. **Dear reviewer** Ready to review.
This is a very minimal update to `integrate_project_irf_on_geom` that allows it to also work with Effective Areas, I have not testes other IRFs yet.
Using the high level interface to perform a "quick look" analysis of data via the sciance portal, it is not impossible to create a runlist containing runs from two different...
at least `makers/utils.py::project_irf_on_geom` and `makers/utils.py::integrate_project_irf_on_geom` do not have explicit unit tests, though they indirectly covered by other tests in `makers/tests/test_map.py`.
Currently exclusion masks are simply WcsMaps with a special pattern of values, making it useless for tracking the radius of the exclusion region except by saving the full mask or...