If we want to generate a 2D distribution from 3D one, for instance, we need a subcommand to sum over several bins: - [x] add switch `--integrated` to produce integrated cross sections; implemented in commit ad80e83b857140ff353cd711bb2b814f838380b0 - [ ] add switch `--sum-obs` to integrate over the dependence of entire observables (changes N-dimensional grids to (N-1)-dimensional ones) - [x] add switch `--bins` to sum individual bins; implemented in commit 424ff5e5aa3955598311646a46a72df3462d01db
If we want to generate a 2D distribution from 3D one, for instance, we need a subcommand to sum over several bins:
--integratedto produce integrated cross sections; implemented in commit ad80e83--sum-obsto integrate over the dependence of entire observables (changes N-dimensional grids to (N-1)-dimensional ones)--binsto sum individual bins; implemented in commit 424ff5e