Usage: sulciDistanceToNeighbours.py [options]

calculate sulcuswise distance to other neighbouring sulci

Options:
  -h, --help            show this help message and exit
  -i GRAPH, --input=GRAPH
                        labelled sulci graph
  -o CSVFILE, --output=CSVFILE
                        output CSV curvature stats file
  -l LABEL, --labelatt=LABEL
                        label attribute (label or name), default: guessed if
                        specified in graph, or take label
  -s SUBJECT, --subject=SUBJECT
                        subject name to write in CSV output. If not specified
                        it will not be written
  -f LABELSFILTER, --filter=LABELSFILTER
                        labels filter pattern (regular expression). Normally
                        labels are not filtered, all sulci are processed.
  -t TRANSLATION, --translation=TRANSLATION
                        labels translation: may be a .trl translation map, a
                        selection (.sel), or a nomenclature (.hie)
  --modeltrans=MODELTRANSLATION
                        model graph used for labels translation, used in
                        combination of the translation file, especially if the
                        latter is a nomenclature. Wen using aselection, the
                        model graph sould not be specified, and when using a
                        .trl translation, it is generally not so useful.
