-
The CLD reconstruction seems to be broken with CentOS 7 but works with the Alma9 flavor.
Reproducer:
```
git clone https://github.com/key4hep/CLDConfig.git
cd CLDConfig/CLDConfig
source /cvm…
-
-
First this is the way I remapped the DMs
```
remap_d =
{0: '$h^\pm$', # DM0
1: '$h^\pm \pi^0$', # DM1
2: '$h^\pm \geq 2\pi^0$', # DM2, DM3, DM4
3: '$h^\pm h^\mp h^\pm$', # DM10
4: '$h^\pm h^\…
-
-
Are we multiplying first acc bin by second of data??
-
Hello,
I am trying to use the VimbaPythonAPI with an Allied Vision ALVIUM 1800 U-1236c color camera alongside with a jetson nano.
I've written a asynchronous acquisition script and it runs just fine…
-
Hello,
I'm using a JAI camera that has 3 different sensors (1 RGB, and 2 NIR). JAI is a Genicam camera and I can use this package to reach the camera in ROS. It works fine for RGB sensor but, how …
-
There is a default behavior in gen_amp that I think is somewhat inefficient. @ReBarsotti noted that it was taking a long time to generate the eta pi double Regge model. It seems like when a model is…
-
### Describe your issue.
The fitting functions well by default (i.e., with method='MLE') but not with method='MM'.
### Reproducing Code Example
```python
from scipy.stats import genextreme
data= […
-
Right now, histograms can only be rebinned by some integer amount via the `hist.rebin` indicator. I would be nice if there was some way to rebin a certain axis arbitrary bin edges, as we might wan…