File tree Expand file tree Collapse file tree
eitprocessing/roi_selection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -326,7 +326,6 @@ class VentralAndDorsal(GridSelection):
326326
327327 v_split : Literal [2 ] = field (default = 2 , init = False )
328328 h_split : Literal [1 ] = field (default = 1 , init = False )
329- split_pixels : bool = False
330329
331330
332331@dataclass
@@ -335,7 +334,6 @@ class RightAndLeft(GridSelection):
335334
336335 v_split : Literal [1 ] = field (default = 1 , init = False )
337336 h_split : Literal [2 ] = field (default = 2 , init = False )
338- split_pixels : bool = False
339337
340338
341339@dataclass
@@ -344,7 +342,6 @@ class FourLayers(GridSelection):
344342
345343 v_split : Literal [4 ] = field (default = 4 , init = False )
346344 h_split : Literal [1 ] = field (default = 1 , init = False )
347- split_pixels : bool = False
348345
349346
350347@dataclass
@@ -353,4 +350,3 @@ class Quadrants(GridSelection):
353350
354351 v_split : Literal [2 ] = field (default = 2 , init = False )
355352 h_split : Literal [2 ] = field (default = 2 , init = False )
356- split_pixels : bool = False
You can’t perform that action at this time.
0 commit comments