Namespace FitsModel.FitsStream.Reader.Values
Classes
- FitsByteStatsWriter
Calculates running statistics for byte values read from a FitsDataBlock.
- FitsDoubleStatsWriter
Calculates running statistics for byte values read from a FitsDataBlock.
- FitsFloatStatsWriter
Calculates running statistics for byte values read from a FitsDataBlock.
- FitsIntStatsWriter
Calculates running statistics for byte values read from a FitsDataBlock.
- FitsLongStatsWriter
Calculates running statistics for byte values read from a FitsDataBlock.
- FitsShortStatsWriter
Calculates running statistics for byte values read from a FitsDataBlock.
- FitsStatsReaderFactory
Factory for creating type-specific stats readers based on the provided BITPIX value.
- FitsStatsReader<T>
Calculates running statistics for values read from a FitsDataBlock. See Algorithms for calculating variance on Wikipedia.
- FitsValueCountReader<T>
Simple implementation of IFitsValueReader<T> that counts the number of values read. This can be a useful template for creating new implementations of IFitsValueReader<T>.
Interfaces
- IFitsStatsReader
Interface for basic statistics for values read from a FitsDataBlock.
- IFitsValueReader<T>
Base interface for reading values of type
Tas they are parsed from a FitsDataBlock.