SpectralNoise
- class hcipy.util.SpectralNoise[source]
Bases:
objectA spectral noise object.
This object should not be used directly, but rather be made by a SpectralNoiseFactory object.
Methods Summary
__call__()Evaluate the noise on the pre-specified grid.
copy()Return a copy.
shift(shift)In-place shift the noise along the grid axes.
shifted(shift)Return a copy, shifted by shift.
Methods Documentation
- __call__()[source]
Evaluate the noise on the pre-specified grid.
This function should be implemented by all child classes.
- Returns:
- Field
The computed spectral noise.