ATTPC / Spyral

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

IC is Broken #88

Closed gwm17 closed 4 months ago

gwm17 commented 4 months ago

The IC signal is delayed such that it is the start time of the event. This means that the signal recorded by FRIBDAQ has IC peaks that come from a time before the event starts. We need to handle this.

gwm17 commented 4 months ago

Technically, this also affects data where the coincidence is not applied. It just generally breaks stuff

gwm17 commented 4 months ago

Related to this, found a bug in the application of the IC-Si offset. The time bucket offset was subtracted from the distance. Oops