Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sean Fitzgibbon
SlideR 🍔
Commits
b896788f
Commit
b896788f
authored
Jan 28, 2022
by
Sean Fitzgibbon
Browse files
updated CLI to expose new features
parent
25456ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b896788f
...
...
@@ -132,18 +132,24 @@ You can register a Neurolucida chart file to a 2D-slide using the `CHART` subcom
```
shell
>> slider_app.py CHART -h
usage: slider_app.py CHART [-h] [--out
<dir>
]
<chart>
<slide>
<slide-resolution>
usage: slider_app.py CHART [-h] [--outdir
<dir>
] [--boundary_key
<key>
] [--justify
<left-right>
]
[--config
<config.yaml>
]
<chart>
<slide>
<slide-resolution>
Register charting to 2D slide
positional arguments:
<chart>
Neurolucida chart file
<slide>
Fixed slide
<slide-resolution>
Slide image resolution (mm)
<chart>
Neurolucida chart file
<slide>
Fixed slide
<slide-resolution>
Slide image resolution (mm)
optional arguments:
-h, --help show this help message and exit
--out
<dir>
Output directory
-h, --help show this help message and exit
--outdir
<dir>
Output directory
--boundary_key
<key>
Name of boundary contour in chart
--justify
<left-right>
Justify chart bounding-box to the left/right of the image bounding box.
Useful when only one hemisphere is charted.
--config
<config.yaml>
configuration file
```
For example:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment