A B C D E F G H I K L M N O P R S T U W

A

addColumn(FitsColumn) - Method in class org.eso.fits.FitsTable
Add column to table.
addHDUnit(FitsHDUnit) - Method in class org.eso.fits.FitsFile
Add new HDUnit to FITS file.
addKeyword(FitsKeyword) - Method in class org.eso.fits.FitsHeader
Append FITS keyword to the end of the header.
amdx - Variable in class org.eso.fits.FitsWCS
 
amdy - Variable in class org.eso.fits.FitsWCS
 
ARC - Static variable in class org.eso.fits.FitsWCS
 
ATABLE - Static variable in class org.eso.fits.Fits
 

B

bitpix - Variable in class org.eso.fits.FitsData
 
BOOLEAN - Static variable in class org.eso.fits.FitsKeyword
 
BTABLE - Static variable in class org.eso.fits.Fits
 
BYTE - Static variable in class org.eso.fits.Fits
Definition of FITS Data types

C

canSave() - Method in class org.eso.fits.FitsHDUnit
Check if HD unit can be save to FITS file in place that is a FITS file exists and has space enough.
cdelt - Variable in class org.eso.fits.FitsWCS
 
cdMatrix - Variable in class org.eso.fits.FitsWCS
 
changeData - Variable in class org.eso.fits.FitsData
 
closeFile() - Method in class org.eso.fits.FitsData
Closes the associated data file
closeFile() - Method in class org.eso.fits.FitsFile
Remove all references to associated DataInput files.
closeFile() - Method in class org.eso.fits.FitsHDUnit
Remove all references to the DataInput file from data unit
COMMENT - Static variable in class org.eso.fits.FitsKeyword
 
CopyFits - Class in org.eso.fits
CopyFits class provides a static main method to test writing of FITS files by copying an existing FITS file.
CopyFits() - Constructor for class org.eso.fits.CopyFits
 
cproj - Variable in class org.eso.fits.FitsWCS
 
CreateFits - Class in org.eso.fits
CreateFits class provides a static main method to test creation and writing a FITS from scratch.
CreateFits() - Constructor for class org.eso.fits.CreateFits
 
crota - Variable in class org.eso.fits.FitsWCS
 
crpix - Variable in class org.eso.fits.FitsWCS
 
crval - Variable in class org.eso.fits.FitsWCS
 
ctype - Variable in class org.eso.fits.FitsWCS
 

D

DATA - Static variable in exception org.eso.fits.FitsException
 
dataArray - Variable in class org.eso.fits.FitsData
 
dataFile - Variable in class org.eso.fits.FitsData
 
dataOffset - Variable in class org.eso.fits.FitsData
 
DATE - Static variable in class org.eso.fits.FitsKeyword
 
DOUBLE - Static variable in class org.eso.fits.Fits
 

E

ENDCARD - Static variable in exception org.eso.fits.FitsException
 

F

FALSE - Static variable in class org.eso.fits.Fits
Definition of FITS Header/Data unit types
FILE - Static variable in exception org.eso.fits.FitsException
 
finalize() - Method in class org.eso.fits.FitsFile
Finalize method which close disk file
fip - Variable in class org.eso.fits.FitsWCS
 
Fits - Class in org.eso.fits
Fits class defines common constants used by the FITS package
Fits() - Constructor for class org.eso.fits.Fits
 
FitsColumn - Class in org.eso.fits
FitsColumn class represents a FITS table column in either ASCII or BINARY table format.
FitsColumn(int, String, String, int) - Constructor for class org.eso.fits.FitsColumn
Constructor for FitsColumn class from a file
FitsData - Class in org.eso.fits
FitsData class represents a FITS data unit
FitsData(FitsHeader, DataInput, boolean) - Constructor for class org.eso.fits.FitsData
Constructor for FitsData class given a FITS header with associated data unit as a file.
FitsData(int, int[]) - Constructor for class org.eso.fits.FitsData
Constructor for FitsData class given the size of the data matrix.
FitsException - Exception in org.eso.fits
FitsException defines special exception for the FITS package HD unit or as an image extension.
FitsException() - Constructor for exception org.eso.fits.FitsException
Default constructor for FitsExtension class
FitsException(String) - Constructor for exception org.eso.fits.FitsException
Constructor for FitsExtension class specifying a message.
FitsException(String, int) - Constructor for exception org.eso.fits.FitsException
Constructor for FitsExtension class specifying message and type.
FitsFile - Class in org.eso.fits
FitsFile class represents a FITS file consisting of a set of Header/Data Units.
FitsFile() - Constructor for class org.eso.fits.FitsFile
Default constructor for FitsFile class
FitsFile(DataInput) - Constructor for class org.eso.fits.FitsFile
Constructor for FitsFile class given a FITS stream.
FitsFile(DataInput, boolean) - Constructor for class org.eso.fits.FitsFile
Constructor for FitsFile class given a FITS stream and a flag indicating if the data matrices should be stored internally.
FitsFile(File) - Constructor for class org.eso.fits.FitsFile
Constructor specifying a name of a disk file.
FitsFile(String) - Constructor for class org.eso.fits.FitsFile
Constructor from name of disk file.
FitsHDUnit - Class in org.eso.fits
FitsData class represents a FITS data unit
FitsHDUnit(DataInput, boolean) - Constructor for class org.eso.fits.FitsHDUnit
Constructor for FitsHDUnit class given a FITS stream and a internal storage flag.
FitsHDUnit(FitsHeader, FitsData) - Constructor for class org.eso.fits.FitsHDUnit
Constructor from individual header and data objects.
FitsHeader - Class in org.eso.fits
FITS Header class which is an ordered set of FitsKeywords.
FitsHeader() - Constructor for class org.eso.fits.FitsHeader
Default constructor for empty FitsHeader class
FitsHeader(DataInput) - Constructor for class org.eso.fits.FitsHeader
Constructor for FitsHeader class given a DataInput file positioned at the FITS header.
FitsKeyword - Class in org.eso.fits
FitsKeyword class describes a single FITS header keyword as defined by the FITS standard (ref.
FitsKeyword(byte[]) - Constructor for class org.eso.fits.FitsKeyword
Constructor for FitsKeyword class from a 80 character byte array.
FitsKeyword(String) - Constructor for class org.eso.fits.FitsKeyword
Constructor for FitsKeyword class from String.
FitsKeyword(String, String) - Constructor for class org.eso.fits.FitsKeyword
Constructor for FitsKeyword class specifying name and comment for a comment keyword'
FitsKeyword(String, String, String) - Constructor for class org.eso.fits.FitsKeyword
Constructor for FitsKeyword class specifying name, value and comment for a string keyword.
FitsKeyword(String, boolean, String) - Constructor for class org.eso.fits.FitsKeyword
Constructor for FitsKeyword class specifying name, value and comment for a boolean keyword.
FitsKeyword(String, int, String) - Constructor for class org.eso.fits.FitsKeyword
Constructor for FitsKeyword class specifying name, value and comment for an integer keyword.
FitsKeyword(String, double, String) - Constructor for class org.eso.fits.FitsKeyword
Constructor for FitsKeyword class specifying name, value and comment for a real keyword.
FitsKeyword(String, Date, String) - Constructor for class org.eso.fits.FitsKeyword
Constructor for FitsKeyword class specifying name, value and comment for a date keyword.
FitsMatrix - Class in org.eso.fits
FitsMatrix class represents a FITS data matrix either as a prime HD unit or as an image extension.
FitsMatrix(FitsHeader, DataInput, boolean) - Constructor for class org.eso.fits.FitsMatrix
Constructor for FitsMatrix class given a FITS prime matrix or an image extension header with associated data unit as a file.
FitsMatrix(int, int[]) - Constructor for class org.eso.fits.FitsMatrix
Constructor for FitsMatrix class given definition of the matrix size and dimensions.
FitsRGroup - Class in org.eso.fits
FitsRGroup class represents a FITS data matrix in the Random Group format.
FitsRGroup(FitsHeader, DataInput, boolean) - Constructor for class org.eso.fits.FitsRGroup
Constructor for FitsRGroup class given a FITS prime matrix or an image extension header with associated data unit as a file.
FitsTable - Class in org.eso.fits
FitsTable class represents a FITS table extension in either ASCII or BINARY table format.
FitsTable(FitsHeader, DataInput, boolean) - Constructor for class org.eso.fits.FitsTable
Constructor for FitsTable class given a FITS table extension header with associated data unit as a file.
FitsTform - Class in org.eso.fits
FitsTform class decodes information in value fields of FITS table TFORM and TDISP keywords.
FitsTform(String) - Constructor for class org.eso.fits.FitsTform
Constructur for FitsTform class from a FITS table format string.
FitsWCS - Class in org.eso.fits
FitsWCS class maps FITS WCS keywords to internal representatios and provides basic transformations.
FitsWCS() - Constructor for class org.eso.fits.FitsWCS
Default constructor for FitsWCS class.
FitsWCS(FitsHeader) - Constructor for class org.eso.fits.FitsWCS
Constructor for FitsWCS class given a FITS header with associated data unit as a file.
FitsWCS(FitsHeader, char) - Constructor for class org.eso.fits.FitsWCS
Constructor for FitsWCS class given a FITS header with associated data unit as a file.
FitsWCS(int) - Constructor for class org.eso.fits.FitsWCS
Constructor for FitsWCS given number of axes
FLOAT - Static variable in class org.eso.fits.Fits
 

G

getAdditional() - Method in class org.eso.fits.FitsTform
Get method to retreive the additional information string.
getBool() - Method in class org.eso.fits.FitsKeyword
Method provides the value of a FITS keyword as boolean.
getCdelt() - Method in class org.eso.fits.FitsMatrix
Gets step size for the axes (see CDELTn).
getCdelt() - Method in class org.eso.fits.FitsRGroup
Gets step size for the axes (see CDELTn).
getColumn(int) - Method in class org.eso.fits.FitsTable
Get column with a given index in the table.
getColumn(String) - Method in class org.eso.fits.FitsTable
Get column with a given label.
getComment() - Method in class org.eso.fits.FitsKeyword
Get method to obtain comment of FITS keyword.
getCrpix() - Method in class org.eso.fits.FitsMatrix
Gets reference pixel for the axes (see CRPIXn).
getCrpix() - Method in class org.eso.fits.FitsRGroup
Gets reference pixel for the axes (see CRPIXn).
getCrval() - Method in class org.eso.fits.FitsMatrix
Gets coordinate value for the reference pixel of the axes (see CRVALn).
getCrval() - Method in class org.eso.fits.FitsRGroup
Gets coordinate value for the reference pixel of the axes (see CRVALn).
getData() - Method in class org.eso.fits.FitsHDUnit
Return the FitsData object in the Header/Data unit
getDataSize() - Method in class org.eso.fits.FitsHeader
Compute size of FITS data matrix in bytes
getDataType() - Method in class org.eso.fits.FitsColumn
Get the data type character for column as given in the TFORM FITS keyword.
getDataType() - Method in class org.eso.fits.FitsTform
Get method to obtain the data type indicated by the format.
getDate() - Method in class org.eso.fits.FitsKeyword
Method provides the value of a FITS keyword as a Date object for keywords of type DATE.
getDecimals() - Method in class org.eso.fits.FitsTform
Get method to give the number of decimals for display formats.
getDisplay() - Method in class org.eso.fits.FitsColumn
Retrieve the display format for the column (ref.
getEFormat() - Method in class org.eso.fits.FitsTform
Get method to give the extended E-format display format.
getExponent() - Method in class org.eso.fits.FitsTform
Get method to obtain the number of chararters to be displayd in an exponential display format.
getFile() - Method in class org.eso.fits.FitsFile
Gets file identifier for FITS file
getFloatValues(int, int, float[]) - Method in class org.eso.fits.FitsMatrix
Read set of data values from the matrix as a float array.
getFloatValues(int, int, int[]) - Method in class org.eso.fits.FitsRGroup
Gets set of data points from the matrix as a int values.
getFloatValues(int, int, float[]) - Method in class org.eso.fits.FitsRGroup
Read set of data values from the matrix as a float array.
getFormat() - Method in class org.eso.fits.FitsTform
Get method to retrieve the original format string.
getHDUnit(int) - Method in class org.eso.fits.FitsFile
Get HDUnit in FitsFile by its position.
getHeader() - Method in class org.eso.fits.FitsData
Create and return a minimum FITS header for data Matrix.
getHeader() - Method in class org.eso.fits.FitsHDUnit
Return the header object in the Header/Data unit
getHeader() - Method in class org.eso.fits.FitsMatrix
Create and return a minimum FITS header for data Matrix.
getHeader() - Method in class org.eso.fits.FitsRGroup
Create and return a minimum FITS header for data Matrix.
getHeader() - Method in class org.eso.fits.FitsTable
Create and return a minimum FITS header for data Matrix.
getHeaderSpace() - Method in class org.eso.fits.FitsHeader
Get space in FITS header read from file in terms of number of keyword cards to can contain.
getInt(int) - Method in class org.eso.fits.FitsColumn
Read single column element as integer value.
getInt() - Method in class org.eso.fits.FitsKeyword
Method provides the value of a FITS keyword as integer for keyword types INTEGER and REAL.
getInts(int) - Method in class org.eso.fits.FitsColumn
Read single column element as integer array.
getIntValues(int, int, int[]) - Method in class org.eso.fits.FitsMatrix
Gets set of data points from the matrix as a int values.
getKeyword(int) - Method in class org.eso.fits.FitsHeader
Return a keyword giving its relative position.
getKeyword(String) - Method in class org.eso.fits.FitsHeader
Return a keyword giving its name.
getKeywords(String) - Method in class org.eso.fits.FitsHeader
Return an array of keywords giving a name.
getKeywords() - Method in class org.eso.fits.FitsHeader
Obtain a ListIterator for keywords in the header.
getLabel() - Method in class org.eso.fits.FitsColumn
Retrieve column label.
getName() - Method in class org.eso.fits.FitsFile
Gets Canonical path of FITS file
getName() - Method in class org.eso.fits.FitsHeader
Get name of FITS HUunit as given by the EXTNAME keyword.
getName() - Method in class org.eso.fits.FitsKeyword
Get method to provide name of FITS keyword.
getNaxis() - Method in class org.eso.fits.FitsData
Gets the dimentions of the axes.
getNoAxes() - Method in class org.eso.fits.FitsData
Retrives number of axes defined for the data unit (ref.
getNoColumns() - Method in class org.eso.fits.FitsTable
Retrieve number of columns in current table.
getNoHDUnits() - Method in class org.eso.fits.FitsFile
Gets numnber of HDUnits in FITS file
getNoKeywords() - Method in class org.eso.fits.FitsHeader
Obtain the total number of keywords in the header.
getNoRows() - Method in class org.eso.fits.FitsTable
Get total number of rows defined for the table (see NAXIS2).
getNoValues() - Method in class org.eso.fits.FitsMatrix
Gets the total number of data values in the data matrix.
getNoValues() - Method in class org.eso.fits.FitsRGroup
Gets the total number of data values in the data matrix.
getReal(int) - Method in class org.eso.fits.FitsColumn
Read single column element as double value.
getReal() - Method in class org.eso.fits.FitsKeyword
Method provides the value of a FITS keyword as double for keyword types INTEGER and REAL.
getReals(int) - Method in class org.eso.fits.FitsColumn
Read single column element as double array.
getRepeat() - Method in class org.eso.fits.FitsColumn
Retrieve repeat factor that is number of values per column element
getRepeat() - Method in class org.eso.fits.FitsTform
Get method to obtain the repeat factor of the format for Binary Tables (by default it is 1).
getScale() - Method in class org.eso.fits.FitsColumn
Get scaling factor for table column.
getShortValues(int, int, short[]) - Method in class org.eso.fits.FitsMatrix
Gets set of data points from the matrix as a short values.
getShortValues(int, int, short[]) - Method in class org.eso.fits.FitsRGroup
Gets set of data points from the matrix as a short values.
getString(int) - Method in class org.eso.fits.FitsColumn
Read single column element as string.
getString() - Method in class org.eso.fits.FitsKeyword
Method provides the value of a FITS keyword as a String.
getType(int) - Static method in class org.eso.fits.Fits
Get string with FITS extension type
getType() - Method in class org.eso.fits.FitsData
Gets FITS type of data unit.
getType() - Method in exception org.eso.fits.FitsException
Get FITS exception type
getType() - Method in class org.eso.fits.FitsHDUnit
Get the type of Header/Data unit as indicated by its header.
getType() - Method in class org.eso.fits.FitsHeader
Return the type of the FITS header e.g.
getType() - Method in class org.eso.fits.FitsKeyword
Get method to provide type of FITS keyword.
getType(int) - Method in class org.eso.fits.FitsWCS
get projection type of WCS transformation of given axis.
getUnit() - Method in class org.eso.fits.FitsColumn
Retrieve unit string for the column.
getVersion() - Method in class org.eso.fits.FitsHeader
Get version of FITS HUunit as given by the EXTVER keyword.
getWCS() - Method in class org.eso.fits.FitsMatrix
Gets the WCS object for the image.
getWCS() - Method in class org.eso.fits.FitsRGroup
Gets the WCS object for the image.
getWidth() - Method in class org.eso.fits.FitsColumn
Calculate the number of bytes associated to a column entry.
getWidth() - Method in class org.eso.fits.FitsTform
Get method to retrieve the field width of a single data value in bytes.
getZero() - Method in class org.eso.fits.FitsColumn
Get scaling zero point for table column.

H

hasCdMatrix - Variable in class org.eso.fits.FitsWCS
 
hasPcMatrix - Variable in class org.eso.fits.FitsWCS
 
HEADER - Static variable in exception org.eso.fits.FitsException
 

I

IMAGE - Static variable in class org.eso.fits.Fits
 
insertColumnAt(FitsColumn, int) - Method in class org.eso.fits.FitsTable
Insert column in table at specified position.
insertHDUnitAt(FitsHDUnit, int) - Method in class org.eso.fits.FitsFile
Insert new HDUnit to FITS file at specified location.
insertKeywordAt(FitsKeyword, int) - Method in class org.eso.fits.FitsHeader
Insert FITS keyword at a given position in the header.
INT - Static variable in class org.eso.fits.Fits
 
INTEGER - Static variable in class org.eso.fits.FitsKeyword
 
isEmpty() - Method in class org.eso.fits.FitsKeyword
Check if FITS keyword is empty that is has all blank (' ') name and comment.
isFitsFile(File) - Static method in class org.eso.fits.FitsFile
Static method to test if a disk file possibly is in FITS format.
isFitsFile(String) - Static method in class org.eso.fits.FitsFile
Static method to test if a disk file possibly is in FITS format.
isModified() - Method in class org.eso.fits.FitsKeyword
Check if the FITS keyword was modified since it was created from a FITS header card.
isRAFile - Variable in class org.eso.fits.FitsData
 
isValueTruncated() - Method in class org.eso.fits.FitsKeyword
Check if the keyword name or value fields were truncated by the last call of the toString method.

K

KEYWORD - Static variable in exception org.eso.fits.FitsException
 

L

LIN - Static variable in class org.eso.fits.FitsWCS
 
ListFits - Class in org.eso.fits
ListFits class provides a static main method for listing a set of FITS keywords in FITS files.
ListFits() - Constructor for class org.eso.fits.ListFits
 

M

main(String[]) - Static method in class org.eso.fits.CopyFits
Static method for testing the FITS class library.
main(String[]) - Static method in class org.eso.fits.CreateFits
Static method for testing the FITS class library.
main(String[]) - Static method in class org.eso.fits.ListFits
Static main method for listing keywords of a set of FITS files.
main(String[]) - Static method in class org.eso.fits.SaveFits
Static method for testing the FITS class library.
main(String[]) - Static method in class org.eso.fits.TestFits
Static method for testing the FITS class library.
main(String[]) - Static method in class org.eso.fits.TestKeyword
 
main(String[]) - Static method in class org.eso.fits.TestWCS
Static method for testing the WCS transformation.

N

nax - Variable in class org.eso.fits.FitsWCS
 
naxis - Variable in class org.eso.fits.FitsData
 
noGroup - Variable in class org.eso.fits.FitsData
 
NOHEADERSPACE - Static variable in exception org.eso.fits.FitsException
 
NONE - Static variable in exception org.eso.fits.FitsException
Define FITS exception types
NONE - Static variable in class org.eso.fits.FitsKeyword
 
noParm - Variable in class org.eso.fits.FitsData
 
NOT - Static variable in class org.eso.fits.FitsWCS
 

O

org.eso.fits - package org.eso.fits
 

P

pcMatrix - Variable in class org.eso.fits.FitsWCS
 

R

REAL - Static variable in class org.eso.fits.FitsKeyword
 
removeColumnAt(int) - Method in class org.eso.fits.FitsTable
Remove column from table.
removeHDUnitAt(int) - Method in class org.eso.fits.FitsFile
Remove HDUnit with given location from FITS file.
removeKeywordAt(int) - Method in class org.eso.fits.FitsHeader
Remove FITS keyword at a given position in the header.
RGROUP - Static variable in class org.eso.fits.Fits
 
ROWS - Static variable in class org.eso.fits.CreateFits
 

S

saveFile() - Method in class org.eso.fits.FitsFile
Save changes made to a FITS file on disk.
saveFile(RandomAccessFile) - Method in class org.eso.fits.FitsHDUnit
Save changes of a HD unit to FITS file.
SaveFits - Class in org.eso.fits
SaveFits class provides a static main method fto test writing of FITS cfiles.
SaveFits() - Constructor for class org.eso.fits.SaveFits
 
setCdelt(double[]) - Method in class org.eso.fits.FitsMatrix
Sets step size for the axes (see CDELTn).
setComment(String) - Method in class org.eso.fits.FitsKeyword
Set comment field of a FITS keyword
setCrpix(double[]) - Method in class org.eso.fits.FitsMatrix
Sets reference pixel for the axes (see CRPIXn).
setCrval(double[]) - Method in class org.eso.fits.FitsMatrix
Sets coordinate value for the reference pixel of the axes (see CRVALn).
setData(RandomAccessFile, long, int, int) - Method in class org.eso.fits.FitsColumn
Sets data matrix with the table data as a RandomAcessFile.
setData(byte[], int, int) - Method in class org.eso.fits.FitsColumn
Sets data matrix with the table data as a byte array
setDim(String) - Method in class org.eso.fits.FitsColumn
Define dimension of binary table column.
setDisplay(String) - Method in class org.eso.fits.FitsColumn
Set the display format of the column.
setExtension(int) - Method in class org.eso.fits.FitsHeader
Sets the first keyword in the header to XTENSION with the type indicated.
setFloatValues(int, float[]) - Method in class org.eso.fits.FitsMatrix
Store set of data values from a float array into the data matrix.
setHeader(FitsHeader, char) - Method in class org.eso.fits.FitsWCS
Define FITS header for FitsWCS object.
setIntValues(int, int[]) - Method in class org.eso.fits.FitsMatrix
Store set of data values from an int array into the data matrix.
setLabel(String) - Method in class org.eso.fits.FitsColumn
Set label of the column.
setName(String) - Method in class org.eso.fits.FitsKeyword
Set name of FITS keyword.
setNull(String) - Method in class org.eso.fits.FitsColumn
Define NULL string for ASCII table column.
setNull(int) - Method in class org.eso.fits.FitsColumn
Define NULL value for interger format Binary table columns
setScale(double) - Method in class org.eso.fits.FitsColumn
Define scaling factor for table column.
setShortValues(int, short[]) - Method in class org.eso.fits.FitsMatrix
Store set of data values from a short array into the data matrix.
setUnit(String) - Method in class org.eso.fits.FitsColumn
Set unit string for column.
setValue(String) - Method in class org.eso.fits.FitsKeyword
Set value field for keyword of STRING type.
setValue(boolean) - Method in class org.eso.fits.FitsKeyword
Set value field for keyword of BOOLEAN type.
setValue(int) - Method in class org.eso.fits.FitsKeyword
Set value field for keyword of INTEGER type.
setValue(double) - Method in class org.eso.fits.FitsKeyword
Set value field for keyword of REAL type.
setValue(Date) - Method in class org.eso.fits.FitsKeyword
Set value field for keyword of DATE type.
setZero(double) - Method in class org.eso.fits.FitsColumn
Define scaling zero point for table column.
SHORT - Static variable in class org.eso.fits.Fits
 
size - Variable in class org.eso.fits.FitsData
 
STG - Static variable in class org.eso.fits.FitsWCS
 
STRING - Static variable in class org.eso.fits.FitsKeyword
 

T

TAN - Static variable in class org.eso.fits.FitsWCS
 
TestFits - Class in org.eso.fits
TestFits class provides a static main method for testing the FITS class library.
TestFits() - Constructor for class org.eso.fits.TestFits
 
TestKeyword - Class in org.eso.fits
TestKeyword class performs regression test on the FitsKeyword class.
TestKeyword() - Constructor for class org.eso.fits.TestKeyword
 
TestWCS - Class in org.eso.fits
TestWCS class provides a static main method for testing World Coordinate System transformations for FITS files.
TestWCS() - Constructor for class org.eso.fits.TestWCS
 
thp - Variable in class org.eso.fits.FitsWCS
 
toPixel(double[]) - Method in class org.eso.fits.FitsMatrix
Compute pixel coordinates from a set of World Coordinates.
toPixel(double[]) - Method in class org.eso.fits.FitsRGroup
Compute pixel coordinates from a set of World Coordinates.
toPixel(double[]) - Method in class org.eso.fits.FitsWCS
Compute pixel coordinates from a set of World Coordinates.
toString() - Method in class org.eso.fits.FitsHeader
Generate a string with the FITS header.
toString() - Method in class org.eso.fits.FitsKeyword
Method generates an 80 character Sting of the keyword in FITS format.
toWCS(double[]) - Method in class org.eso.fits.FitsMatrix
Compute World Coordinates from pixel coordinates.
toWCS(double[]) - Method in class org.eso.fits.FitsRGroup
Compute World Coordinates from pixel coordinates.
toWCS(double[]) - Method in class org.eso.fits.FitsWCS
Compute World Coordinates from pixel coordinates.
type - Variable in class org.eso.fits.FitsData
 
type - Variable in class org.eso.fits.FitsWCS
 

U

UNKNOWN - Static variable in class org.eso.fits.Fits
 

W

writeFile(DataOutput) - Method in class org.eso.fits.FitsData
Write data martix to DataOutput stream.
writeFile(DataOutput) - Method in class org.eso.fits.FitsFile
Write FITS file to a DataOutput stream.
writeFile(File) - Method in class org.eso.fits.FitsFile
Write FITS file on a new diskfile.
writeFile(String) - Method in class org.eso.fits.FitsFile
Write FITS file on a new diskfile.
writeFile(DataOutput) - Method in class org.eso.fits.FitsHDUnit
Write FITS header/Data unit to a DataOutput stream.

A B C D E F G H I K L M N O P R S T U W