Table of Contents

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

double

Min

Minimum value for normalization.

double Min { get; }

Property Value

double

NormalizedValues

A new array containing the normalized values read so far.

byte[] NormalizedValues { get; }

Property Value

byte[]