Method | Description | |
---|---|---|
Close ( ) : void |
Close decoding of previously opened stream. The method does not close stream itself, but just closes decoding cleaning all associated data with it. |
|
DecodeFrame ( int frameIndex, |
Decode specified frame.
|
|
DecodeSingleFrame ( Stream stream ) : |
Decode first frame of FITS image.
|
|
Open ( Stream stream ) : int |
Open specified stream.
|
Method | Description | |
---|---|---|
ExtractIntegerValue ( string strValue ) : int | ||
ExtractStringValue ( string strValue ) : string | ||
ReadHeader ( Stream stream ) : |
||
ReadImageFrame ( Stream stream, |
public DecodeFrame ( int frameIndex, |
||
frameIndex | int | Image frame to decode. |
imageInfo | Receives information about decoded frame. | |
return |
public DecodeSingleFrame ( Stream stream ) : |
||
stream | Stream | Source stream, which contains encoded image. |
return |