ooragan.Parameter#
- class ooragan.Parameter(range: ndarray[tuple[Any, ...], dtype[float64]], name: str, description: str | None = None, unit: str | None = None)[source]#
Analogous to the parameters used by MeaVis. The name should be the same as the one defined for the MeaVis parameters.
- Parameters:
- rangeNDArray of float64
Range of values for this parameter.
- namestr
Name of the parameter. For parameters existing in MeaVis, should be the same name.
- descriptionstr, optional
Description of the parameter.
- unitstr, optional
Unit of the parameter.
Methods