core_utils
navis.core.core_utils.FailedRun #
Class representing a failed run.
Source code in navis/core/core_utils.py
576 577 578 579 580 581 582 583 584 585 586 587 588 589 | |
navis.core.core_utils.add_units #
Add neuron units (if present) to output of function.
Source code in navis/core/core_utils.py
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | |
navis.core.core_utils.temp_property #
Check if neuron is stale. Clear cached temporary attributes if it is.
Source code in navis/core/core_utils.py
45 46 47 48 49 50 51 52 53 54 55 | |