Closedown

This commit is contained in:
gac-S_Changer
2017-07-07 11:54:01 +02:00
parent 40c0d8c3cd
commit 9182dcdd8f
4 changed files with 10 additions and 7 deletions

View File

@@ -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

View File

@@ -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
###################################################################################################