Random groups HDUs. Note that the internal storage of random groups is a Object[ngroup][2] array. The first element of each group is the parameter data from that group. The second element is the data. The parameters should be a one dimensional array of the primitive types byte, short, int, long, float or double. The second element is a n-dimensional array of the same type. When analyzing group data structure only the first group is examined, but for a valid FITS file all groups must have the same structure.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Class RandomGroupsHDU
    Inherits BasicHDU
C#
public class RandomGroupsHDU : BasicHDU
C++
ref class RandomGroupsHDU : BasicHDU
J#
public class RandomGroupsHDU extends BasicHDU
JScript
public class RandomGroupsHDU extends BasicHDU

Inheritance Hierarchy

System.Object
   nom.tam.fits.BasicHDU
      nom.tam.fits.RandomGroupsHDU

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also