MCPcopy
hub / github.com/mne-tools/mne-python / _coord_frame_name

Function _coord_frame_name

mne/transforms.py:207–209  ·  view source on GitHub ↗

Map integers to human-readable (verbose) names.

(cframe)

Source from the content-addressed store, hash-verified

205
206
207def _coord_frame_name(cframe):
208 """Map integers to human-readable (verbose) names."""
209 return _verbose_frames.get(int(cframe), "unknown")
210
211
212def _print_coord_trans(

Callers 14

__repr__Method · 0.85
from_strMethod · 0.85
to_strMethod · 0.85
_print_coord_transFunction · 0.85
combine_transformsFunction · 0.85
_make_guessesFunction · 0.85
_setup_bemFunction · 0.85
_prepare_for_forwardFunction · 0.85
make_forward_solutionFunction · 0.85
__repr__Method · 0.85
__repr__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected