core_utils
navis.core.core_utils.FailedRun
#
Class representing a failed run.
Source code in navis/core/core_utils.py
494 495 496 497 498 499 500 501 502 503 504 505 506 507 |
|
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 |
|
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 |
|