Closedown
This commit is contained in:
@@ -7,12 +7,12 @@ if get_exec_pars().source == CommandSource.ui:
|
||||
X_MAX = scx.maxValue / 2
|
||||
Y_MIN = scy.minValue / 2
|
||||
Y_MAX = scy.maxValue / 2
|
||||
MIN_SAMPLE_SIZE = 0.25
|
||||
MIN_SAMPLE_SIZE = 0.15
|
||||
SCAN_RESOLUTION = 0.01
|
||||
OMEGA_START = 57.0
|
||||
Z_START = 0.0
|
||||
|
||||
MAX_SAMPLE_SIZE = 0.4
|
||||
MAX_SAMPLE_SIZE = 0.5
|
||||
|
||||
|
||||
y_step = MIN_SAMPLE_SIZE * 0.5
|
||||
|
||||
Reference in New Issue
Block a user