removed unnecessary comments
This commit is contained in:
parent
7973cfc3ec
commit
6e165b8fc6
|
@ -106,8 +106,6 @@ def run_script():
|
|||
return
|
||||
sequence = user_selection['sequence']
|
||||
channel_id = str(user_selection['channel_id'])
|
||||
#white_estimator = WhiteEstimator(open_size=OPEN_SIZE, close_size=CLOSE_SIZE, average_size=AVERAGE_SIZE)
|
||||
#white_estimate = white_estimator.estimate_white([sequence], [channel_id])
|
||||
IJ.log("channel_id = %s (type = %s)" % (channel_id, str(type(channel_id))))
|
||||
if channel_id == 'all':
|
||||
sequence_as_stack = open_sequence_in_imagej(sequence)
|
||||
|
|
Loading…
Reference in New Issue