@@ -37,7 +37,7 @@ def open_gui():
3737 #
3838 class PreprocessDialog (object ):
3939
40- reref_values_text = {'CAR' : 'Common Average Re-refencing (CAR)' , 'Henk ' : 'Henk ' }
40+ reref_values_text = {'CAR' : 'Common Average Re-refencing (CAR)' , 'CAR_headbox ' : 'Common Average Re-refencing (CAR) per headbox ' }
4141 reref_text_values = {v : k for k , v in reref_values_text .items ()}
4242
4343 def _update_early_refef_controls (self ):
@@ -51,7 +51,7 @@ def _update_combo_losefocus(self, event):
5151
5252 def __init__ (self , parent ):
5353 pd_window_height = 300
54- pd_window_width = 550
54+ pd_window_width = 600
5555
5656 self .highpass = tk .IntVar (value = cfg ('preprocess' , 'high_pass' ))
5757 self .early_reref = tk .IntVar (value = cfg ('preprocess' , 'early_re_referencing' , 'enabled' ))
@@ -85,7 +85,7 @@ def __init__(self, parent):
8585 self .cmb_early_reref_method .bind ("<Key>" , lambda e : "break" )
8686 self .cmb_early_reref_method .bind ("<<ComboboxSelected>>" , self ._update_combo_losefocus )
8787 self .cmb_early_reref_method .bind ("<FocusIn>" , self ._update_combo_losefocus )
88- self .cmb_early_reref_method .place (x = 220 , y = pd_y_pos , width = 300 , height = 25 )
88+ self .cmb_early_reref_method .place (x = 220 , y = pd_y_pos , width = 350 , height = 25 )
8989 pd_y_pos += 32
9090 self .lbl_early_reref_epoch = tk .Label (self .root , text = "Stim exclusion window" , anchor = 'e' , state = early_reref_state )
9191 self .lbl_early_reref_epoch .place (x = 5 , y = pd_y_pos + 2 , width = 205 , height = 20 )
0 commit comments