BohndiekLab / patato

PATATO: A Python PhotoAcoustic Tomography Analysis Toolkit
MIT License
9 stars 4 forks source link

Model based geometry eps #24

Closed ij264 closed 9 months ago

ij264 commented 11 months ago

When finding the plane in which the detectors are based, the code must find the non-zero columns for the sensor positions. However, it counts values ~1e-17 (which arises from recentring the detectors by subtracting the mean) as non-zero. A limit of eps = 1e-10 has been implemented so the positions do not have to be exactly 0.