_scripts parcel spectralΒΆ
Usage
Run using mc_script _scripts parcel spectral after installation or using ~ndcn0236/bin/mc_script _scripts parcel spectral on jalapeno.
Import in python using from mcot.core._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 |