Class FitsStatsReaderFactory
- Namespace
- FitsModel.FitsStream.Reader.Values
- Assembly
- FitsModel.dll
Factory for creating type-specific stats readers based on the provided BITPIX value.
public static class FitsStatsReaderFactory
- Inheritance
-
FitsStatsReaderFactory
- Inherited Members
Methods
GetStatsReader(BitPix)
Creates a type-specific stats reader based on the provided BITPIX value.
public static IFitsStatsReader GetStatsReader(BitPix bitPix)
Parameters
bitPix
BitPixData type for the stats readers.