FITSImageInfo Class |
Namespace: Accord.Imaging.Formats
The FITSImageInfo type exposes the following members.
Name | Description | |
---|---|---|
FITSImageInfo() |
Initializes a new instance of the FITSImageInfo class.
| |
FITSImageInfo(Int32, Int32, Int32, Int32, Int32) |
Initializes a new instance of the FITSImageInfo class.
|
Name | Description | |
---|---|---|
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.) |
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
(Overrides ImageInfo.Clone().) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
To<T>() | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |