Measurement
- class nexus.Measurement(*args)
Base class for all measurement class objects. Do not initialize this method, use the derived classes.
- id
User identifier.
- Type:
string
- experiment
Experiment.
- Type:
- detuning
Detuning values for the calculation.
- Type:
list
- velocity
Velocity detuning for the calculation in units mm/s.
- Type:
list
- time
Time values for the calculation. Only used for time dependent measurements.
- Type:
list
- distribution_points
Number of distribution_points for objects in forward geometry
- Type:
int
- Velocity()
Returns the velocity detuning of the measurement in units of mm/s.
- Returns:
Velocity detuning (mm/s).
- Return type:
ndarray
- class nexus.MeasurementVector(*args)
List of
Measurement
objects.