Table of Contents

Namespace FitsModel.FitsStream.Writer

Classes

DataBlockWriterBase

Defines a base class for writing FitsDataBlocks and managing cancellation.

FitsByteValueWriter

Parses FitsDataBlocks into a list of values of type byte.

FitsDataWriter

Parses FitsDataBlocks until a complete FitsDataBlock is read.

FitsDoubleValueWriter

Parses FitsDataBlocks into a list of values of type double.

FitsFileWriter

Parses FitsDataBlocks until a complete FitsHdu is read and then added to the File.

FitsFloatValueWriter

Parses FitsDataBlocks into a list of values of type float.

FitsHduWriter

Writes FitsDataBlocks until a complete FitsHdu is formed, then forwards it to any registered IFitsHduReader instances.

FitsHeaderWriter

Reads FitsDataBlocks until a complete FitsHeader is formed, then forwards it to any registered IFitsHeaderReader instances.

FitsIntValueWriter

Parses FitsDataBlocks into a list of values of type int.

FitsLongValueWriter

Parses FitsDataBlocks into a list of values of type long.

FitsShortValueWriter

Parses FitsDataBlocks into a list of values of type short.

FitsValueWriterBase

Base class for processing values from FitsDataBlocks.

FitsValueWriter<T>

Parses FitsDataBlocks into a list of values of type T.

Interfaces

IFitsDataBlockWriter

Defines an interface for wrting FitsDataBlocks

IFitsValueWriter

Base interface used for processing individual pixel values from FitsDataBlocks.