Test the ImageHDU, ImageData and ImageTiler classes. - multiple HDU's in a single file - deferred input of HDUs - creating and reading arrays of all permitted types. - Tiles of 1, 2 and 3 dimensions - from a file - from internal data - Multiple tiles extracted from an image.


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

Syntax

Visual Basic (Declaration)
<TestFixtureAttribute>
Public Class ImageTest
C#
[TestFixtureAttribute]
public class ImageTest
C++
[TestFixtureAttribute]
ref class ImageTest
J#
/** @attribute TestFixtureAttribute() */
public class ImageTest
JScript
public 
   TestFixtureAttribute
class ImageTest

Inheritance Hierarchy

System.Object
   nom.tam.fits.ImageTest

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