Skip to content

Commit dd150b9

Browse files
Update processing_constants.py
1 parent 8b2099b commit dd150b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ulc_mm_package/image_processing/processing_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class FLOWRATE(enum.Enum):
3232
FLOW_CONTROL_EWMA_ALPHA = 0.05
3333
TOL_PERC = 0.1
3434
FAILED_CORR_PERC_TOLERANCE = 0.75
35+
MIN_PRESSURE = 650
3536

3637
# Factor by which to multiply the ewma feebdack adjustment delay (in frames) to set the window size
3738
# of the past measurements to check for failed xcorrs.

0 commit comments

Comments
 (0)