parcel spectral

Usage

Run using mc_script parcel spectral after installation or using ~ndcn0236/bin/mc_script parcel spectral on jalapeno.

Import in python using from mcutils.scripts.parcel import spectral

Documentation

Parcellates the surface based on clustering similar fingerprints

Functions

run(surface, features[, n_iter, metric, method])

Repeatedly identify the border between clusters in a spotlight fashion

CLI interface

add_to_parser(parser)

Creates the parser of the command line arguments

run_from_args(args)

Runs the script based on a Namespace containing the command line arguments