Interface IFitsValueWriter
- Namespace
- FitsModel.FitsStream.Writer
- Assembly
- FitsModel.dll
Base interface used for processing individual pixel values from FitsDataBlocks.
public interface IFitsValueWriter
Properties
AccumulateValues
If true, values should be stored for future processing.
bool AccumulateValues { get; }
Property Value
BitsPerPixel
Gets the number of bits used to represent each value in the FitsDataBlock.
BitPix BitsPerPixel { get; }
Property Value
CalculateStats
If true, statistics should be calculated as values are read.
bool CalculateStats { get; }
Property Value
NumValues
Number of values expected to be read. This prevents us from reading padding data from FitsDataBlocks.
long NumValues { get; }