parser.add_argument("--box3d",action="store_true",help="Boxing 3D particls from tomograms (default).",default=False,guitype='boolbox',row=4,col=0,rowspan=1,colspan=1,mode='box3d[True]')
parser.add_header(name="instruction0",help='instruction',title="### Use '~' and '1' to go through slices along Z axis. ###",row=10,col=0,rowspan=1,colspan=2,mode="box3d,box2d")
parser.add_header(name="instruction1",help='instruction',title="### Hold Shift to delete particles ###",row=11,col=0,rowspan=1,colspan=2,mode="box3d,box2d")
parser.add_argument("--label",type=str,help="start from viewing particles of the specified label.",default=None)
#parser.add_argument("--mode", type=str,help="Boxing mode. choose from '2D' and '3D'. Default is '3D'", default="3D",guitype='combobox',choicelist="('2D', '3D')",row=1, col=0, rowspan=1, colspan=1,mode="boxing")
...
...
@@ -374,8 +375,16 @@ class EMTomoBoxer(QtWidgets.QMainWindow):