Delete an HDU from the HDU list.


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

Syntax

Visual Basic (Declaration)
Public Overridable Sub DeleteHDU( _ 
   ByVal n As Integer _ 
)
C#
public virtual void DeleteHDU(
   int n
)
C++
public:
 virtual void DeleteHDU(
   int n
)
J#
public virtual void DeleteHDU(
   int n
)
JScript
public virtual  function DeleteHDU(
   n : int
)

Parameters

n
The index of the HDU to be deleted. If n is 0 and there is more than one HDU present, then the next HDU will be converted from an image to primary HDU if possible. If not a dummy header HDU will then be inserted.

See Also