Interface IFitsValueNormalizer
- Namespace
- FitsModel.FitsStream.Reader.Values
- Assembly
- FitsModel.dll
Interface for normalizing FITS values to a byte range.
public interface IFitsValueNormalizer
Properties
Max
Maximum value for normalization.
double Max { get; }
Property Value
Min
Minimum value for normalization.
double Min { get; }
Property Value
NormalizedValues
A new array containing the normalized values read so far.
byte[] NormalizedValues { get; }
Property Value
- byte[]