|
38 | 38 | help="hemisphere to load")
|
39 | 39 | parser.add_argument("surf",
|
40 | 40 | help="surface mesh (e.g. 'pial', 'inflated')")
|
41 |
| -parser.add_argument("-no-curv", action="store_false", dest="curv", |
42 |
| - help="do not display the binarized surface curvature") |
43 | 41 | parser.add_argument("-morphometry", metavar="MEAS",
|
44 | 42 | help="load morphometry file (e.g. thickness, curvature)")
|
45 | 43 | parser.add_argument("-annotation", metavar="ANNOT",
|
|
64 | 62 | help="size of the display window (in pixels)")
|
65 | 63 | parser.add_argument("-background", metavar="COLOR", default="black",
|
66 | 64 | help="background color for display")
|
| 65 | +parser.add_argument("-foreground", metavar="COLOR", default="white", |
| 66 | + help="foreground color for display") |
67 | 67 | parser.add_argument("-cortex", metavar="COLOR", default="classic",
|
68 |
| - help="colormap for binary cortex curvature") |
| 68 | + help="colormap or color for rendering the cortex") |
| 69 | +parser.add_argument("-alpha", metavar="COLOR", default="1.0", |
| 70 | + help="specifies opacity for the cortical surface") |
69 | 71 | parser.add_argument("-title",
|
70 | 72 | help="title to use for the figure")
|
71 | 73 | parser.add_argument("-views", nargs="*", default=['lat'],
|
|
0 commit comments