_scripts surface from_ridgeΒΆ
Usage
Run using mc_script _scripts surface from_ridge after installation or using ~ndcn0236/bin/mc_script _scripts surface from_ridge on jalapeno.
Import in python using from mcot.core._scripts.surface import from_ridge
Documentation
Assigns each vertex the value from the closest ridge (BUGGY)
Functions
run(surface, sulcal_depth, to_extract[, minimum]) |
Extracts values from the ridge |
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 |