Commit 14fee75140d214bf09a20dfd1c1f89989f442175

Authored by tatiana
1 parent c04408d6

ENH: Skip slice interval

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/constants.py
@@ -66,7 +66,7 @@ ORIENTATION_COLOUR = {'AXIAL': (1,0,0), # Red @@ -66,7 +66,7 @@ ORIENTATION_COLOUR = {'AXIAL': (1,0,0), # Red
66 'SAGITAL': (0,0,1)} # Blue 66 'SAGITAL': (0,0,1)} # Blue
67 67
68 IMPORT_INTERVAL = [_("Keep all slices"), _("Skip 1 for each 2 slices"), 68 IMPORT_INTERVAL = [_("Keep all slices"), _("Skip 1 for each 2 slices"),
69 - _("Skip 1 for each 3 slices")] 69 + _("Skip 2 for each 3 slices")]
70 70
71 # Camera according to slice's orientation 71 # Camera according to slice's orientation
72 #CAM_POSITION = {"AXIAL":(0, 0, 1), "CORONAL":(0, -1, 0), "SAGITAL":(1, 0, 0)} 72 #CAM_POSITION = {"AXIAL":(0, 0, 1), "CORONAL":(0, -1, 0), "SAGITAL":(1, 0, 0)}