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

A

abortSend() - Method in class eap.fits.ImageDigitizer
abort the image we are sending if we are actually sending an image
actionPerformed(ActionEvent) - Method in class eap.fitsbrowser.Browser
Respond to actions from the menu bar
add(FitsHDU) - Method in class eap.fits.FitsFile
add an HDU to this file
add(FitsCard) - Method in class eap.fits.FitsHeader
add a card to the header.
add(byte[]) - Method in class eap.fits.FitsHeader
add a block of 2880 bytes to the header.
addChangeListener(ChangeListener) - Method in class eap.fits.ImageDigitizer
add a change listener to receive change events when significant progress has been made digitizing the image
addConsumer(ImageConsumer) - Method in class eap.fits.ImageDigitizer
register an integer image consumer.
addConsumer(RealImageConsumer) - Method in interface eap.fits.RealImageProducer
register a consumer to receive pixels from this producer.
addTableModelListener(TableModelListener) - Method in class eap.fits.FitsTableData
add a listener to the table which will be alerted when the table changes
allowGammaCorrection() - Method in class eap.fitsbrowser.FitsImageViewer
Adds a slider to allow adjustment of the gamma correction
available() - Method in class eap.fits.FitsData
returns the number of bytes remaining in the raw data array between the current position and the end of the array.

B

BLOCK_SIZE - Static variable in class eap.fits.FitsFile
The number of bytes in a single FITS block - 2880 according to the FITS standard
Browser - class eap.fitsbrowser.Browser.
Standalone application for displaying and editing FITS files.
Browser() - Constructor for class eap.fitsbrowser.Browser
Create a new browser with no file displayed.
BrowserApplet - class eap.fitsbrowser.BrowserApplet.
This is the applet version of the Java FITS Broswer.
BrowserApplet() - Constructor for class eap.fitsbrowser.BrowserApplet
 
blockCount() - Method in class eap.fits.FitsData
returns the number of blocks (including partial blocks) in the data
blockCount() - Method in class eap.fits.FitsHDU
returns the number of blocks in both the header and data sections
blockCount() - Method in class eap.fits.FitsHeader
returns the number of blocks (including partial blocks) occupied by the header
bytes - Variable in class eap.fits.FitsColumn
 

C

CARDS_PER_BLOCK - Static variable in class eap.fits.FitsCard
the number of cards in a FITS block = 2880/80
card(String) - Method in class eap.fits.FitsHeader
returns a card with the given keyword.
card(int) - Method in class eap.fits.FitsHeader
returns the specified card .
cardCount() - Method in class eap.fits.FitsHeader
returns the number of cards in the header.
comment() - Method in class eap.fits.FitsCard
returns the commment field.
count - Variable in class eap.fits.FitsColumn
the repeat count parsed from the TFORM keyword
createEmpty() - Static method in class eap.fits.FitsFile
factory method to create a new empty FITS file.
createFrom(FitsHeader) - Static method in class eap.fits.FitsData
This is a factory method to produce a FitsData object of the appropriate type corresponding to a given header
createHeader(String) - Method in class eap.fits.FitsImageData
create the minimum header needed for this image.
createView(int, int, int[]) - Method in class eap.fits.FitsImageData
create a new view of this image.
createView() - Method in class eap.fits.FitsImageData
create a new view of this image which is the first plane of the first two axes.

D

DATA_NOT_NEEDED - Static variable in class eap.fits.FitsFile
Specifies that the data need not be read, and that the ability to read the data later need not be preserved.
data() - Method in class eap.fits.FitsCard
returns the raw 80 bytes of data for this card.
data - Variable in class eap.fits.FitsData
the internal data array
data() - Method in class eap.fits.FitsData
returns the raw data array
dataSize() - Method in class eap.fits.FitsHeader
returns the number of bytes in the data which would correspond to this header.
digitizeToByte(double) - Method in class eap.fits.ImageDigitizer
this is where the actual digitization happens for byte color models
digitizeToInt(double) - Method in class eap.fits.ImageDigitizer
this is where the actual digitization happens for int color models
doubleValue() - Method in class eap.fits.FitsCard
returns a double value, if appropriate

E

eap.applet - package eap.applet
 
eap.filter - package eap.filter
 
eap.fits - package eap.fits
A 100% Java interface to FITS data files.
eap.fitsbrowser - package eap.fitsbrowser
A 100% Java FITS browser which can be run as an applet or application.

F

FITSFileDisplay - class eap.fitsbrowser.FITSFileDisplay.
Component for displaying a single FITS file.
FITSFileDisplay() - Constructor for class eap.fitsbrowser.FITSFileDisplay
Create a new display which does not display any file.
FitsASCIIColumn - class eap.fits.FitsASCIIColumn.
represents a column in an ASCII table extension
FitsASCIIColumn(FitsHeader, int) - Constructor for class eap.fits.FitsASCIIColumn
Create a new column object which will represent the given column in the given FITS header.
FitsASCIITableData - class eap.fits.FitsASCIITableData.
 
FitsASCIITableData(FitsHeader) - Constructor for class eap.fits.FitsASCIITableData
 
FitsBinTableData - class eap.fits.FitsBinTableData.
Represents BINTABLE format data.
FitsBinTableData(FitsHeader) - Constructor for class eap.fits.FitsBinTableData
Create a new table from the given header.
FitsBinaryColumn - class eap.fits.FitsBinaryColumn.
Represents a column in a BINTABLE extension
FitsBinaryColumn(FitsHeader, int) - Constructor for class eap.fits.FitsBinaryColumn
Create a new column object which will represent the given column in the given FITS header.
FitsCard - class eap.fits.FitsCard.
Represents a single header record.
FitsCard(byte[]) - Constructor for class eap.fits.FitsCard
Create a new card initialized with the given data.
FitsCard(byte[], int) - Constructor for class eap.fits.FitsCard
Create a new card from the bytes in an array, starting at the given offset into the array.
FitsCard(String) - Constructor for class eap.fits.FitsCard
Create a card by specifying only its keyword.
FitsCard(String, String) - Constructor for class eap.fits.FitsCard
create a new card which has no value field.
FitsCard(String, String, String) - Constructor for class eap.fits.FitsCard
construct a card by specifying it's keyword, value and comment.
FitsCard(String, boolean, String) - Constructor for class eap.fits.FitsCard
construct a card by specifying it's keyword, value and comment.
FitsCard(String, Boolean, String) - Constructor for class eap.fits.FitsCard
construct a card by specifying it's keyword, value and comment.
FitsCard(String, int, String) - Constructor for class eap.fits.FitsCard
construct a card by specifying it's keyword, value and comment.
FitsCard(String, long, String) - Constructor for class eap.fits.FitsCard
construct a card by specifying it's keyword, value and comment.
FitsCard(String, float, String) - Constructor for class eap.fits.FitsCard
construct a card by specifying it's keyword, value and comment.
FitsCard(String, double, String) - Constructor for class eap.fits.FitsCard
construct a card by specifying it's keyword, value and comment.
FitsCard(String, Number, String) - Constructor for class eap.fits.FitsCard
construct a card by specifying it's keyword, value and comment.
FitsColumn - class eap.fits.FitsColumn.
Holds the information about a column in an ASCII or binary table.
FitsColumn(FitsHeader, int) - Constructor for class eap.fits.FitsColumn
Create a column object from the information in an HDU header, for a given column.
FitsData - class eap.fits.FitsData.
Represents the data part of a FITS HDU.
FitsData(int) - Constructor for class eap.fits.FitsData
Creates a data object with the internal data array initialized to hold the given number of bytes.
FitsData(FitsHeader) - Constructor for class eap.fits.FitsData
Create a data object with the correct size for the given header.
FitsException - exception eap.fits.FitsException.
Thrown when there is a problem with the FITS format.
FitsException(String) - Constructor for class eap.fits.FitsException
Create a new exception
FitsFile - class eap.fits.FitsFile.
Represents an entire fits file.
FitsFile() - Constructor for class eap.fits.FitsFile
Create a new empty FITS file with no HDUs (not even the primary one).
FitsHDU - class eap.fits.FitsHDU.
Represents the basic building block of a FITS file - the "Header Data Unit".
FitsHDU() - Constructor for class eap.fits.FitsHDU
Create an empty HDU with no data and no keywords in the header.
FitsHDU(FitsHeader, FitsData) - Constructor for class eap.fits.FitsHDU
Create an HDU with the given header and data.
FitsHeader - class eap.fits.FitsHeader.
Represents the header of a FITS HDU.
FitsHeader() - Constructor for class eap.fits.FitsHeader
Create a new empty header.
FitsImageData - class eap.fits.FitsImageData.
Represents the data in the primary HDU of an image extension.
FitsImageData(FitsHeader) - Constructor for class eap.fits.FitsImageData
Create an image as specified by the given HDU header
FitsImageData(int, boolean, int[]) - Constructor for class eap.fits.FitsImageData
Create an image from a set of image characteristics
FitsImageData() - Constructor for class eap.fits.FitsImageData
make an empty image.
FitsImageViewer - class eap.fitsbrowser.FitsImageViewer.
A component used for displaying an image in a FITS file.
FitsImageViewer(FitsImageData) - Constructor for class eap.fitsbrowser.FitsImageViewer
Create a new viewer which will display the given image data.
FitsTableData - class eap.fits.FitsTableData.
This abstract class represents the data in either a FITS ASCII table or a FITS BINTABLE.
FitsTableData(FitsHeader) - Constructor for class eap.fits.FitsTableData
Create a table object, reading the column information from the given header
findColumn(String) - Method in class eap.fits.FitsTableData
returns the column number for a given column name, or -1 if there is no such column in the table.
fireTableModelEvent(TableModelEvent) - Method in class eap.fits.FitsTableData
send a TableModelEvent to all the listeners.
fireTableModelEvent(int, int) - Method in class eap.fits.FitsTableData
send a TableModelEvent to all the listeners that a given cell has changed.
forgetPassword() - Method in class eap.fitsbrowser.BrowserApplet
Erases the password for this applet which may have been stored from a previous user entry.
form - Variable in class eap.fits.FitsColumn
the TFORM keyword value for this column
formatKeyword(String) - Static method in class eap.fits.FitsCard
returns a string which is guaranteed to be a legal FITS keyword.

G

getColorModel() - Method in class eap.fits.ImageDigitizer
get the color model for the digitized pixels
getColumn(int) - Method in class eap.fits.FitsTableData
returns the column object for a given column number.
getColumnClass(int) - Method in class eap.fits.FitsTableData
returns the Java class of the data in a column
getColumnCount() - Method in class eap.fits.FitsTableData
returns the number of columns in the table
getColumnName(int) - Method in class eap.fits.FitsTableData
returns the name of a given column.
getCount() - Method in class eap.fits.FitsColumn
Returns the repeat count for this column.
getData() - Method in class eap.fits.FitsHDU
returns the data part of this HDU.
getDecimals() - Method in class eap.fits.FitsASCIIColumn
Returns the number of decimal places used to represent floating point numbers in this column.
getElementSize() - Method in class eap.fits.FitsColumn
returns the size in bytes of a single data element.
getHDU(int) - Method in class eap.fits.FitsFile
returns one of the HDUs in this file.
getHDU(String) - Method in class eap.fits.FitsFile
return an HDU structure with the corresponding EXTNAME.
getHDU(int, int) - Method in class eap.fits.FitsFile
return a given HDU structure, specifying a hint about whether to read the HDU data.
getHDU(int) - Method in class eap.fits.InputStreamFitsFile
returns an HDU specified by number.
getHDU(int, int) - Method in class eap.fits.InputStreamFitsFile
returns an HDU specified by number.
getHDU(String) - Method in class eap.fits.InputStreamFitsFile
returns an HDU specified by EXTNAME
getHDU(String, int) - Method in class eap.fits.InputStreamFitsFile
returns an HDU specified by name with a hint for when to read the data.
getHDU(int) - Method in class eap.fits.RandomAccessFitsFile
returns an HDU specified by number.
getHDU(int, int) - Method in class eap.fits.RandomAccessFitsFile
Returns the given HDU, specifying a hint as to when to read the data.
getHDU(String) - Method in class eap.fits.RandomAccessFitsFile
returns an HDU specified by name.
getHDU(String, int) - Method in class eap.fits.RandomAccessFitsFile
returns an HDU specified by name with a hint as to when to read the data.
getHeader() - Method in class eap.fits.FitsHDU
returns the header part of this HDU
getName() - Method in class eap.fits.FitsColumn
returns a String representing the raw undecorated column name.
getName() - Method in class eap.fits.FitsHeader
returns the name of this extension.
getNextPixel() - Method in class eap.fits.FitsImageData
returns the scaled value of the pixel currently pointed to by the reader
getNextRawPixel() - Method in class eap.fits.FitsImageData
returns the unscaled value of the pixel currently pointed to by the reader
getProgress() - Method in class eap.fits.ImageDigitizer
returns the fraction of pixels which have been processed
getRowCount() - Method in class eap.fits.FitsTableData
returns the number of rows in the table
getStartByte() - Method in class eap.fits.FitsASCIIColumn
Returns the byte offset of the first byte in this column with respect to the beginning of a row.
getType() - Method in class eap.fits.FitsHeader
returns the type of data accompanying this header.
getUnits() - Method in class eap.fits.FitsColumn
returns a String representing the physical units for this column or null if none are specified in the FITS file
getValueAt(int, int) - Method in class eap.fits.FitsASCIITableData
Return the value for a given row and column.
getValueAt(int, int) - Method in class eap.fits.FitsBinTableData
Return the value for a given row and column.
getWidth() - Method in class eap.fits.FitsColumn
returns the width of this column in bytes, in the main table.
goToByte(long) - Method in class eap.fits.FitsData
reposition the data reader and writer streams to a given offset in the raw data array.
goToElement(int, FitsColumn) - Method in class eap.fits.FitsTableData
reposition the reader to read the given table element
goToPixel(int[]) - Method in class eap.fits.FitsImageData
set the internal pointer so the interpreter will read a given pixel next
goToPixel() - Method in class eap.fits.FitsImageData
set the internal pointer to the first pixel in the image

H

HDUDisplay - class eap.fitsbrowser.HDUDisplay.
Component for displaying a single HDU of a FITS file.
HDUDisplay(FitsHDU) - Constructor for class eap.fitsbrowser.HDUDisplay
Construct a new display which will show the data in the given HDU.
hasCard(String) - Method in class eap.fits.FitsHeader
returns true if the header has at least one card with the given keyword
hdus - Variable in class eap.fits.FitsFile
an ordered list of the HDUs which have been read

I

ImageDigitizer - class eap.fits.ImageDigitizer.
This class converts a stream of double-valued pixels from a RealImageProducer into a stream of integer pixels.
ImageDigitizer(RealImageProducer, ColorModel) - Constructor for class eap.fits.ImageDigitizer
Create an ImageDigitizer using a given color model and which will digitize the data from a given source.
InputStreamFitsFile - class eap.fits.InputStreamFitsFile.
Represents a FITS file to be read from a serial data source.
InputStreamFitsFile(InputStream) - Constructor for class eap.fits.InputStreamFitsFile
Create a new object specifiying the data source
imageComplete(int) - Method in class eap.fits.ImageDigitizer
pass along the image complete message to the integer image.
imageComplete(int) - Method in interface eap.fits.RealImageConsumer
called by the image producer when it is done sending pixels.
incrementValidBytes(int) - Method in class eap.fits.FitsData
adjust the number of valid bytes by a given increment.
index - Variable in class eap.fits.FitsFile
a collection of the HDUs indexed by EXTNAME
init() - Method in class eap.fitsbrowser.BrowserApplet
This method runs after the browser loads the page.
initData() - Method in class eap.fits.FitsHDU
internally creates an object to represent the data part of the HDU which corresponds to the header of this HDU.
intValue() - Method in class eap.fits.FitsCard
returns an integer value, if appropriate.
interpreter - Variable in class eap.fits.FitsData
used for reading formatted data from the internal data array
isCellEditable(int, int) - Method in class eap.fits.FitsTableData
always returns true.
isComplete - Variable in class eap.fits.FitsData
flag indicating if all the data bytes have been read
isComplete() - Method in class eap.fits.FitsData
returns true if the data array has been completely read.
isComplete - Variable in class eap.fits.FitsFile
a flag indicating whether all the HDUs have been read
isComplete() - Method in class eap.fits.FitsFile
returns true if all HDUs in this file have been found.
isComplete() - Method in class eap.fits.FitsHeader
returns true if this header has been completely read or constructed.
isConsumer(ImageConsumer) - Method in class eap.fits.ImageDigitizer
returns true if the given integer consumer is registered.
isConsumer(RealImageConsumer) - Method in interface eap.fits.RealImageProducer
returns true if the given consumer is registered with this producer
isScaled() - Method in class eap.fits.FitsColumn
returns true if the column has a number value and there is an adjustment specified by the TSCALEn or TZEROn keywords.

K

KEY_LENGTH - Static variable in class eap.fits.FitsCard
the maximum number of bytes in a keyword = 8
key() - Method in class eap.fits.FitsCard
returns a string containing the keyword for this card

L

LENGTH - Static variable in class eap.fits.FitsCard
the number of bytes in a card = 80
load(String) - Method in class eap.fitsbrowser.FITSFileDisplay
Display the given file or URL.
load(File) - Method in class eap.fitsbrowser.FITSFileDisplay
Display the given file.
load(URL) - Method in class eap.fitsbrowser.FITSFileDisplay
Displays a URL
load(InputStream) - Method in class eap.fitsbrowser.FITSFileDisplay
Display the FITS file which can be read from the given input stream.
load(FitsFile) - Method in class eap.fitsbrowser.FITSFileDisplay
Display a FITS file which has previously been read by some other means.

M

main(String[]) - Static method in class eap.fitsbrowser.Browser
Main method for starting the browser.
makeColorModel(Color, Color) - Method in class eap.fitsbrowser.FitsImageViewer
Create a color model intended for use with the digitizer.
max() - Method in class eap.fits.FitsImageData
returns the maximum pixel value in the image.
min() - Method in class eap.fits.FitsImageData
returns the minimum pixel value in the image.

N

NEED_DATA_LATER - Static variable in class eap.fits.FitsFile
specifies that the data need not be read before returning the HDU, but that the ability to read the data later should be preserved.
NEED_DATA_NOW - Static variable in class eap.fits.FitsFile
Specifies that the data part of an HDU should be read before returning an HDU
NoSuchFitsCardException - exception eap.fits.NoSuchFitsCardException.
Thrown when the requested header card is not present.
NoSuchFitsCardException(String) - Constructor for class eap.fits.NoSuchFitsCardException
Create a new exception
NoSuchFitsHDUException - exception eap.fits.NoSuchFitsHDUException.
Thrown when the requested HDU is not present in the FITS file.
NoSuchFitsHDUException(String) - Constructor for class eap.fits.NoSuchFitsHDUException
Create a new exception
name() - Method in class eap.fits.FitsHDU
returns the result of calling FitsHeader.getName() for the header of this HDU.

O

openFile() - Method in class eap.fitsbrowser.Browser
Opens a file chosen interactively by the user

P

PADDING - Static variable in class eap.fits.FitsCard
the value to use for padding out an incomplete block (80 ASCII spaces)
PADDING - Static variable in class eap.fits.FitsData
value to use when padding out partial blocks.
pixelCount() - Method in class eap.fits.FitsImageData
returns the total number of pixels in the image

R

RandomAccessFitsFile - class eap.fits.RandomAccessFitsFile.
Represents a FitsFile which can be read from a RandomAccessFile data source.
RandomAccessFitsFile(RandomAccessFile) - Constructor for class eap.fits.RandomAccessFitsFile
Create a FITS file object which can be read from the given RandomAccessFile.
RealImageConsumer - interface eap.fits.RealImageConsumer.
This is the similar to an ImageConsumer, except that it handles double valued pixels.
RealImageProducer - interface eap.fits.RealImageProducer.
This interface is analogous to ImageProducer, except that it handles pixels of type double.
rawRepresentation() - Method in class eap.fits.FitsColumn
returns the Java class used to represent raw unscaled values in this column
removeChangeListener(ChangeListener) - Method in class eap.fits.ImageDigitizer
remove a change listener
removeConsumer(ImageConsumer) - Method in class eap.fits.ImageDigitizer
unregister the given integer consumer.
removeConsumer(RealImageConsumer) - Method in interface eap.fits.RealImageProducer
unregister a consumer
removeTableModelListener(TableModelListener) - Method in class eap.fits.FitsTableData
remove a listener from the table.
removeView(FitsImageData.View) - Method in class eap.fits.FitsImageData
remove a view from the internal registry.
represent(Number) - Method in class eap.fits.FitsColumn
convert an object into one of the official representation for this column.
represent(String) - Method in class eap.fits.FitsColumn
convert an object into one of the official representation for this column.
represent(Boolean) - Method in class eap.fits.FitsColumn
convert an object into one of the official representation for this column.
represent(Object) - Method in class eap.fits.FitsColumn
convert an object into one of the official representation for this column.
represent(byte) - Method in class eap.fits.FitsColumn
convert a primitive type into the official representation for this column
represent(int) - Method in class eap.fits.FitsColumn
convert a primitive type into the official representation for this column
represent(long) - Method in class eap.fits.FitsColumn
convert a primitive type into the official representation for this column
represent(float) - Method in class eap.fits.FitsColumn
convert a primitive type into the official representation for this column
represent(double) - Method in class eap.fits.FitsColumn
convert a primitive type into the official representation for this column
representation - Variable in class eap.fits.FitsColumn
 
requestTopDownLeftRightResend(ImageConsumer) - Method in class eap.fits.ImageDigitizer
passes the request up to the RealImageProducer
requestTopDownLeftRightResend(RealImageConsumer) - Method in interface eap.fits.RealImageProducer
register the given consumer and request that this producer start sending pixels in TDLR order.

S

save() - Method in class eap.fitsbrowser.Browser
Writes the current file to a file chosen by the user.
save(File) - Method in class eap.fitsbrowser.FITSFileDisplay
Write the file currently displayed.
scale(Object) - Method in class eap.fits.FitsColumn
Apply the column scaling to a value.
scalePixel(double) - Method in class eap.fits.ImageDigitizer
return a pixel value scaled so that min -> 0 and max -> 1 and with gamma correction applied.
scaledRepresentation() - Method in class eap.fits.FitsColumn
returns the Java class used to represent values in this column after scaling has been applied.
setChangeIncrement(double) - Method in class eap.fits.ImageDigitizer
set the interval at which change events are fired in terms of fraction of completion
setColorModel(ColorModel) - Method in class eap.fits.ImageDigitizer
set the color model for the digitized pixels.
setDimensions(int, int) - Method in class eap.fits.ImageDigitizer
pass this information along to the integer image stream.
setDimensions(int, int) - Method in interface eap.fits.RealImageConsumer
called by the image producer to indicate the dimensions of the image.
setGamma(double) - Method in class eap.fits.ImageDigitizer
set the gamma correction factor to used in the digitization.
setGamma(double) - Method in class eap.fitsbrowser.FitsImageViewer
change the gamma correction value of the digitization.
setHints(int) - Method in class eap.fits.ImageDigitizer
pass this information along to the integer image stream.
setHints(int) - Method in interface eap.fits.RealImageConsumer
Called by the image producer to indicate hints about how the pixels will be delivered.
setImage(FitsImageData) - Method in class eap.fitsbrowser.FitsImageViewer
Change the image being displayed.
setImageSource(RealImageProducer) - Method in class eap.fits.ImageDigitizer
set the RealImageProducer source for the digitizer.
setMinMax(double, double) - Method in class eap.fits.ImageDigitizer
The RealImageProducer calls this method to indicate the pixel limits.
setMinMax(double, double) - Method in interface eap.fits.RealImageConsumer
Called by the producer to indicate the pixel value limits.
setNaNvalue(int) - Method in class eap.fits.ImageDigitizer
set the digitized int pixel value to use for NaN pixels
setNaNvalue(byte) - Method in class eap.fits.ImageDigitizer
set the digitized byte pixel value to use for NaN pixels
setPasswordProvider(PasswordProvider) - Method in class eap.fitsbrowser.FITSFileDisplay
Set the password provider to be used when reading an encrypted data stream By default this class uses a PopupPasswordProvider.
setPixels(int, int, int, int, double[], int, int) - Method in class eap.fits.ImageDigitizer
the RealImageProducer calls this method to deliver a set of pixels.
setPixels(int, int, int, int, double[], int, int) - Method in interface eap.fits.RealImageConsumer
the image producer calls this method to deliver a batch of pixels
setValidBytes(int) - Method in class eap.fits.FitsData
update the number of bytes which have been set in the data array.
setValidBytes(int) - Method in class eap.fits.FitsImageData
update the number of valid bytes.
setValueAt(Object, int, int) - Method in class eap.fits.FitsASCIITableData
 
setValueAt(Object, int, int) - Method in class eap.fits.FitsBinTableData
Set a value in the table.
setter - Variable in class eap.fits.FitsData
for writing formatted values into the internal data array
showProgress() - Method in class eap.fitsbrowser.FitsImageViewer
Add a progress bar to monitor the image production.
startProduction(ImageConsumer) - Method in class eap.fits.ImageDigitizer
Begin producing pixels for the integer consumers.
startProduction(RealImageConsumer) - Method in interface eap.fits.RealImageProducer
register the given consumer and begin sending pixels
stringValue() - Method in class eap.fits.FitsCard
returns the value of the card as a string.

T

toString() - Method in class eap.fits.FitsCard
returns the raw bytes of the card converted to a string and with trailing white space removed.
type - Variable in class eap.fits.FitsColumn
the one character type code parsed from the TFORM keyword

U

unscale(Object) - Method in class eap.fits.FitsColumn
reverse the scaling process.

V

valid_bytes - Variable in class eap.fits.FitsData
the number of bytes which have been read from a data source
value() - Method in class eap.fits.FitsCard
returns an object representing the value field.

W

write(OutputStream) - Method in class eap.fits.FitsFile
write the file to an output stream.

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