run¶
Import in python using from mcot.core._scripts.cifti.ptx2dconn import run
-
mcot.core._scripts.cifti.ptx2dconn.run(output_file, dot_file, brain_model, other_brain_model=None) → mcot.core.greyordinate.GreyOrdinates[source]¶ Creates a greyordinate object with the matrix data stored on disk
Parameters: - output_file – output filename
- dot_file – dot-file containing the matrix
- brain_model – Defines greyordinates along second axis (i.e., first column in dot file)
- other_brain_model – Defines greyordinates along first axis (i.e., second column in dot file; defaults to brain_model)