neuror sanitize

CLI utilities related to sanitizing raw morphologies.

It currently only deals with removing duplicate points but it may do more in the future.

neuror sanitize [OPTIONS] COMMAND [ARGS]...

file

Sanitize a raw morphology.

neuror sanitize file [OPTIONS] INPUT_FILE OUTPUT_FILE

Arguments

INPUT_FILE

Required argument

OUTPUT_FILE

Required argument

folder

Sanitize all morphologies in the folder.

neuror sanitize folder [OPTIONS] INPUT_FOLDER OUTPUT_FOLDER

Options

--nprocesses <nprocesses>

The number of processes to spawn

Arguments

INPUT_FOLDER

Required argument

OUTPUT_FOLDER

Required argument