Uses of Interface
nom.tam.util.FitsOutput
-
Uses of FitsOutput in nom.tam.util
Modifier and TypeClassDescriptionclass
Deprecated.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 writing FITS files through anOutputStream
.
FitsOutputStream
, 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.