Table of Contents

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

bool

BitsPerPixel

Gets the number of bits used to represent each value in the FitsDataBlock.

BitPix BitsPerPixel { get; }

Property Value

BitPix

CalculateStats

If true, statistics should be calculated as values are read.

bool CalculateStats { get; }

Property Value

bool

NumValues

Number of values expected to be read. This prevents us from reading padding data from FitsDataBlocks.

long NumValues { get; }

Property Value

long