The FITSImageInfo type exposes the following members.

Constructors

  NameDescription
FITSImageInfoOverloaded.

Methods

  NameDescription
Clone
Creates a new object that is a copy of the current instance.
(Overrides ImageInfo..::.Clone()()().)

Properties

  NameDescription
BitsPerPixel
Number of bits per image's pixel.
(Inherited from ImageInfo.)
FrameIndex
Frame's index.
(Inherited from ImageInfo.)
Height
Image's height.
(Inherited from ImageInfo.)
Instrument
Instrument used for observation.
MaxDataValue
Maximum data value found during parsing FITS image.
MinDataValue
Minimum data value found during parsing FITS image.
Object
Object acquired during observation.
Observer
Observer doing object's acquiring.
OriginalBitsPerPixl
Original bits per pixel.
Telescope
Telescope used for object's observation.
TotalFrames
Total frames in the image.
(Inherited from ImageInfo.)
Width
Image's width.
(Inherited from ImageInfo.)

See Also