Uses of Interface
nom.tam.util.FitsIO
Packages that use FitsIO
Package
Description
The core classes of nom-tam-fits.
Various commonly used classes for nom-tam-fits.
-
Uses of FitsIO in nom.tam.fits
Methods in nom.tam.fits with parameters of type FitsIOModifier and TypeMethodDescriptionstatic void
FitsUtil.reposition
(FitsIO o, long offset) Deprecated. -
Uses of FitsIO in nom.tam.util
Subinterfaces of FitsIO in nom.tam.utilModifier and TypeInterfaceDescriptioninterface
Interface for reading array data from inputs.interface
Interface for writing array data to outputs.interface
Interface for FITS-specific output.interface
Interface that combines file-based random acesss with high-throughput array IOClasses in nom.tam.util that implement FitsIOModifier and TypeClassDescriptionclass
Deprecated.UseFitsInputStream
instead which provides the same functionality with a less misleading name, or else useArrayInputStream
as a base for a more generic implementation for any (non-FITS) encoding.class
Deprecated.UseFitsOutputStream
, which provides the exact same functionality but with a less misleading name, or else useArrayOutputStream
as a base for an implementation with any (non-FITS) encoding.class
Deprecated.UseFitsFile
instead, which replaces the oldBufferedFile
with a less misleading name, or elseArrayDataFile
, which provides a base for a more more generic implementation for efficient reading/writing arrays using any (non-FITS) encoding.class
For reading and writing FITS files.class
For reading FITS files through anInputStream
.class
For writing FITS files through anOutputStream
.
IOException
into aFitsException
for no good reason really.