-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Dear users,
I have encountered some problems during the usage of this program and kindly solved by the author. And I post my previous problem hope that could help you.
-
This code need iminuit in 2.x version, but if you install iminuit first then probfit, the probfit will uninstall your 2.x iminuit and install 1.5 iminuit. You need to update the iminuit to 2.x again after install probfit.
-
About the X.pkl and y.pkl, X.pkl is a 2D array of the coordinate of single particle, just like [[x1,y1],[x2,y2],[x3,y3]......]
y.pkl should be a 1d array containing indices representib the experiments from which the track in X came from.
For y.pkl, for example, if you did two experiments, each gave 10 traces, the first ten values in y would be 0 and the next ten would be 1.