This class instantiates FITS Random Groups data. Random groups are instantiated as a two-dimensional array of objects. The first dimension of the array is the number of groups. The second dimension is 2. The first object in every row is a one dimensional parameter array. The second element is the n-dimensional data array.
The following tables list the members exposed by RandomGroupsData.
Public Constructors
| Name | Description | |
|---|---|---|
|
RandomGroupsData | Overloaded. Initializes a new instance of the |
Protected Fields
| Name | Description | |
|---|---|---|
|
dataSize | The size of the data when last read (inherited from Data) |
|
fileOffset | The starting location of the data when last read (inherited from Data) |
|
input | The inputstream used. (inherited from Data) |
Public Properties
| Name | Description | |
|---|---|---|
|
DataArray | Overridden. |
|
FileOffset | Get the file offset (inherited from Data) |
|
Kernel | Return the non-FITS data object (inherited from Data) |
|
Rewriteable | Returns whether input stream is rewritable (inherited from Data) |
|
Size | Get the size of the data element in bytes (inherited from Data) |
Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
Read | Overridden. Read the RandomGroupsData. |
|
Rewrite | (inherited from Data) |
|
ToString | Returns a |
|
Write | Overridden. Write the RandomGroupsData. |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |
|
SetFileOffset | (inherited from Data) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
RandomGroupsData | Overloaded. Initializes a new instance of the |