removed unnecessary comments

This commit is contained in:
Guillaume Raffy 2019-10-09 17:43:03 +02:00
parent 7973cfc3ec
commit 6e165b8fc6
1 changed files with 0 additions and 2 deletions

View File

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