orbithunter.core.Orbit.parameter_labels
- static Orbit.parameter_labels()[source]
Strings to use to label dimensions. Generic 3+1 spacetime labels default.
- Returns:
- tuple
tuple of strings which label the parameters.
Notes
It might seem idiotic to have both a parameter labels staticmethod and parameters as a tuple; why not just make a dict? Because I wanted an immutable type for parameters that could easily be converted into a numpy array.