ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 2 forks source link

Expose some fitting controls #186

Closed gwm17 closed 2 months ago

gwm17 commented 2 months ago

Tests against simulation show we may be overfitting. In particular vertex_rho, vertex_phi, and azimuthal show basically no improvement post fit. Expose flags to turn these on and off in the fit. Note that the data seems to disagree in some cases but with real data it can be hard to tell of course what is really happening.

gwm17 commented 2 months ago

Done, waiting for PR