Closedown
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
|
||||
|
||||
room_temp = False
|
||||
number_frames = 5
|
||||
number_backgrounds = 5
|
||||
number_frames = 10
|
||||
number_backgrounds = 10
|
||||
minimum_size = 150
|
||||
maximum_size = 1200
|
||||
maximum_size = 1500
|
||||
min_circ = 0.2
|
||||
threshold_method = "MaxEntropy" if room_temp else "Default" #Apparently good for LN2: Default, Intermodes, IsoData, Otsu
|
||||
exclude_edges = True
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
from ch.psi.pshell.serial import TcpDevice
|
||||
from ch.psi.pshell.modbus import ModbusTCP
|
||||
|
||||
run("setup/Layout")
|
||||
|
||||
###################################################################################################
|
||||
# Scripted devices
|
||||
@@ -119,6 +120,8 @@ g[0]=0x80;r[0]=0x80;
|
||||
g[1]=0xFF ; r[1] = 0x80; b[1] = 0x80
|
||||
outline_lut2 = (r,g,b)
|
||||
|
||||
|
||||
|
||||
###################################################################################################
|
||||
# Math utilities
|
||||
###################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user