SeanIFitch / icarus_v2

Monitoring software for the Icarus NMR pressure jump apparatus
MIT License
2 stars 0 forks source link

move check for magnitude to per point rather than per chunk #101

Closed SeanIFitch closed 2 months ago

SeanIFitch commented 2 months ago

line 50 change to

                         np.roll(target_pressure, 35) < target_pressure) & (target_pressure > 2000)
SeanIFitch commented 2 months ago

bug fix for extra pump strokes on pump startup

SeanIFitch commented 2 months ago

acb29d1