@@ -179,7 +179,6 @@ def defaults(self):
179179 output_directory = tk .StringVar ()
180180 subset_items = tk .StringVar ()
181181 subset_filter = tk .StringVar ()
182- apply_bids_validator = tk .IntVar ()
183182 processing_thread = None
184183 processing_thread_lock = threading .Lock ()
185184
@@ -335,7 +334,6 @@ def config_preprocessing_callback():
335334
336335 def btn_process_start_onclick ():
337336 nonlocal processing_thread , processing_thread_lock
338- #txt_console.configure(background='systemTextBackgroundColor', state='normal')
339337
340338 #
341339 datasets_to_analyze = [(val ['label' ], key ) for key , val in datasets .items () if val ['selected' ]]
@@ -443,9 +441,6 @@ def txt_no_input_onkey(event):
443441 y_pos += 28
444442 tk .Button (win , text = "Detection & Metrics" ).place (x = 10 , y = y_pos , width = config_btn_width , height = 28 )
445443 tk .Button (win , text = "Visualizations" ).place (x = 10 + config_btn_width + 10 , y = y_pos , width = config_btn_width , height = 28 )
446- #y_pos += 40 + 2
447- #chk_apply_validator = tk.Checkbutton(win, text='Apply BIDS validator', anchor="w", variable=apply_bids_validator, onvalue=1, offvalue=0)
448- #chk_apply_validator.place(x=20, y=y_pos, width=window_width - 30, height=20)
449444
450445 y_pos += 45 + 2
451446 tk .Label (win , text = "BIDS output directory:" , anchor = 'w' ).place (x = 5 , y = y_pos , width = window_width - 10 , height = 20 )
0 commit comments