spyndex.axioms.Constants¶
- class spyndex.axioms.Constants(*args: Any, default_box: bool = False, default_box_attr: Any = <object object>, default_box_none_transform: bool = True, default_box_create_on_get: bool = True, frozen_box: bool = False, camel_killer_box: bool = False, conversion_box: bool = True, modify_tuples_box: bool = False, box_safe_prefix: str = 'x', box_duplicates: str = 'ignore', box_intact_types: Union[Tuple, List] = (), box_recast: Optional[Dict] = None, box_dots: bool = False, box_class: Optional[Union[Dict, Type['Box']]] = None, box_namespace: Union[Tuple[str, ...], Literal[False]] = (), **kwargs: Any)[source]¶
Constants object.
This object allows interaction with the list of constants of the Spectral Indices in the Awesome Spectral Indices list.
See also
ConstantConstant object.
BandsBands object.
SpectralIndexSpectral Index object.
SpectralIndicesSpectral Indices object.
Examples
>>> import spyndex >>> spyndex.constants Constants(['L', 'g', 'C1', ..., 'sigma', 'p', 'c'])