A B C D E F G H I L M R S T

A

ASINH - Static variable in class edu.jhu.pha.sdss.fits.ScaleUtils
 
arcsinh(double) - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
 
asinhScaleToUShort(Object, short[], int, int, double, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ByteScaler
 
asinhScaleToUShort(Object, short[], int, int, double, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.DoubleScaler
 
asinhScaleToUShort(Object, short[], int, int, double, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.FloatScaler
 
asinhScaleToUShort(Object, short[], int, int, double, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.IntScaler
 
asinhScaleToUShort(Object, short[], int, int, double, double, double, double, double) - Method in interface edu.jhu.pha.sdss.fits.SlowScaleUtils.Scaler
 
asinhScaleToUShort(Object, short[], int, int, double, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ShortScaler
 
available() - Method in class edu.jhu.pha.sdss.fits.imageio.ImageInputStreamInputStream
 

B

BYTE_SCALER - Static variable in class edu.jhu.pha.sdss.fits.SlowScaleUtils
 

C

calculateBounds(double) - Method in class edu.jhu.pha.sdss.fits.Histogram
 
canDecodeInput(Object) - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReaderSpi
 
close() - Method in class edu.jhu.pha.sdss.fits.imageio.ImageInputStreamInputStream
 
computeHistogram(byte[][], double, double) - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
Finds the minimum and maximum data values in data.
computeHistogram(short[][], double, double) - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
Finds the minimum and maximum data values in data.
computeHistogram(int[][], double, double) - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
Finds the minimum and maximum data values in data.
computeHistogram(float[][], double, double) - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
Finds the minimum and maximum data values in data.
computeHistogram(double[][], double, double) - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
Finds the minimum and maximum data values in data.
copyData(WritableRaster) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
copyData(WritableRaster) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
createGraphics() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
createGraphics() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
createReaderInstance() - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReaderSpi
 
createReaderInstance(Object) - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReaderSpi
 
createScaledImage(ImageHDU, int) - Static method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
createScaledImage(ImageHDU, short[], Histogram, double, double, double, int) - Static method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
createScaledImages(ImageHDU) - Static method in class edu.jhu.pha.sdss.fits.FITSImage
 
createScaledImages(ImageHDU, Histogram, double, double, double) - Static method in class edu.jhu.pha.sdss.fits.FITSImage
 

D

DOUBLE_SCALER - Static variable in class edu.jhu.pha.sdss.fits.SlowScaleUtils
 

E

edu.jhu.pha.sdss.fits - package edu.jhu.pha.sdss.fits
 
edu.jhu.pha.sdss.fits.imageio - package edu.jhu.pha.sdss.fits.imageio
 
estimateSigma() - Method in class edu.jhu.pha.sdss.fits.Histogram
 

F

FITSImage - class edu.jhu.pha.sdss.fits.FITSImage.
Current Version =============== ID: $Id: index-all.html,v 1.1 2004/07/23 22:04:49 carliles Exp $ Revision: $Revision: 1.1 $ Date/time: $Date: 2004/07/23 22:04:49 $ The scaling algorithms offered are linear, log, square root, square, histogram equalization, and inverse hyperbolic sine.
FITSImage(Fits) - Constructor for class edu.jhu.pha.sdss.fits.FITSImage
 
FITSImage(Fits, int) - Constructor for class edu.jhu.pha.sdss.fits.FITSImage
 
FITSImage(Fits, BufferedImage[], int) - Constructor for class edu.jhu.pha.sdss.fits.FITSImage
 
FITSImage(File) - Constructor for class edu.jhu.pha.sdss.fits.FITSImage
 
FITSImage(File, int) - Constructor for class edu.jhu.pha.sdss.fits.FITSImage
 
FITSImage(String) - Constructor for class edu.jhu.pha.sdss.fits.FITSImage
 
FITSImage(String, int) - Constructor for class edu.jhu.pha.sdss.fits.FITSImage
 
FITSImage(URL) - Constructor for class edu.jhu.pha.sdss.fits.FITSImage
 
FITSImage(URL, int) - Constructor for class edu.jhu.pha.sdss.fits.FITSImage
 
FITSImage.DataTypeNotSupportedException - exception edu.jhu.pha.sdss.fits.FITSImage.DataTypeNotSupportedException.
 
FITSImage.DataTypeNotSupportedException(int) - Constructor for class edu.jhu.pha.sdss.fits.FITSImage.DataTypeNotSupportedException
 
FITSImage.NoImageDataFoundException - exception edu.jhu.pha.sdss.fits.FITSImage.NoImageDataFoundException.
 
FITSImage.NoImageDataFoundException() - Constructor for class edu.jhu.pha.sdss.fits.FITSImage.NoImageDataFoundException
 
FITSReader - class edu.jhu.pha.sdss.fits.imageio.FITSReader.
Written by Samuel Carliles 2004.
FITSReader(ImageReaderSpi, Object) - Constructor for class edu.jhu.pha.sdss.fits.imageio.FITSReader
 
FITSReaderSpi - class edu.jhu.pha.sdss.fits.imageio.FITSReaderSpi.
Written by Samuel Carliles 2004.
FITSReaderSpi() - Constructor for class edu.jhu.pha.sdss.fits.imageio.FITSReaderSpi
 
FITSTest - class edu.jhu.pha.sdss.fits.FITSTest.
 
FITSTest() - Constructor for class edu.jhu.pha.sdss.fits.FITSTest
 
FLOAT_SCALER - Static variable in class edu.jhu.pha.sdss.fits.SlowScaleUtils
 
flush() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
flush() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 

G

getAlphaRaster() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getAlphaRaster() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getColorModel() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getColorModel() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getCounts() - Method in class edu.jhu.pha.sdss.fits.Histogram
 
getData() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getData(Rectangle) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getData() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getData(Rectangle) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getDescription(Locale) - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReaderSpi
 
getEqualizedValue(int) - Method in class edu.jhu.pha.sdss.fits.Histogram
 
getFits() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getFits() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getGraphics() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getGraphics() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getHeight() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getHeight(ImageObserver) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getHeight() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getHeight(ImageObserver) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getHeight(int) - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReader
 
getHistogram() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getHistogram() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getImageHDU() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getImageHDU() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getImageMetadata(int) - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReader
 
getImageTypes(int) - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReader
 
getImageWriterSpiNames() - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReaderSpi
 
getInputTypes() - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReaderSpi
 
getMax() - Method in class edu.jhu.pha.sdss.fits.Histogram
 
getMin() - Method in class edu.jhu.pha.sdss.fits.Histogram
 
getMinTileX() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getMinTileX() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getMinTileY() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getMinTileY() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getMinX() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getMinX() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getMinY() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getMinY() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getNumImages(boolean) - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReader
 
getNumXTiles() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getNumXTiles() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getNumYTiles() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getNumYTiles() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getOriginalValue(int, int) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getOriginalValue(int, int) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getProperty(String) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getProperty(String, ImageObserver) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getProperty(String) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getProperty(String, ImageObserver) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getPropertyNames() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getPropertyNames() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getRGB(int, int) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getRGB(int, int, int, int, int[], int, int) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getRGB(int, int) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getRGB(int, int, int, int, int[], int, int) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getRange() - Method in class edu.jhu.pha.sdss.fits.Histogram
 
getRaster() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getRaster() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getSampleModel() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getSampleModel() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getScaleMethod() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getScaleMethod() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getScaleNames() - Static method in class edu.jhu.pha.sdss.fits.FITSImage
 
getScaleNames() - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
 
getScaleNames() - Static method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getScaler(Object) - Static method in class edu.jhu.pha.sdss.fits.SlowScaleUtils
 
getSource() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getSource() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getSources() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getSources() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getStreamMetadata() - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReader
 
getSubimage(int, int, int, int) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getSubimage(int, int, int, int) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getTile(int, int) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getTile(int, int) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getTileGridXOffset() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getTileGridXOffset() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getTileGridYOffset() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getTileGridYOffset() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getTileHeight() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getTileHeight() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getTileWidth() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getTileWidth() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getTotalCount() - Method in class edu.jhu.pha.sdss.fits.Histogram
 
getType() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getType() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getWidth() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getWidth(ImageObserver) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getWidth() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getWidth(ImageObserver) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getWidth(int) - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReader
 
getWritableTile(int, int) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getWritableTile(int, int) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
getWritableTileIndices() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
getWritableTileIndices() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
gunzipIfNecessary(InputStream) - Static method in class edu.jhu.pha.sdss.fits.imageio.FITSReader
 

H

HIST_EQ - Static variable in class edu.jhu.pha.sdss.fits.ScaleUtils
 
Histogram - class edu.jhu.pha.sdss.fits.Histogram.
Current Version =============== ID: $Id: index-all.html,v 1.1 2004/07/23 22:04:49 carliles Exp $ Revision: $Revision: 1.1 $ Date/time: $Date: 2004/07/23 22:04:49 $
Histogram(double, double, int, int[]) - Constructor for class edu.jhu.pha.sdss.fits.Histogram
 
Histogram.Bounds - class edu.jhu.pha.sdss.fits.Histogram.Bounds.
A container class used by the calculateBounds method.
Histogram.Bounds(double, double) - Constructor for class edu.jhu.pha.sdss.fits.Histogram.Bounds
 
hasTileWriters() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
hasTileWriters() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
high - Variable in class edu.jhu.pha.sdss.fits.Histogram.Bounds
 
histEQScaleToUShort(Object, short[], int, int, double, double, double, double, Histogram) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ByteScaler
 
histEQScaleToUShort(Object, short[], int, int, double, double, double, double, Histogram) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.DoubleScaler
 
histEQScaleToUShort(Object, short[], int, int, double, double, double, double, Histogram) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.FloatScaler
 
histEQScaleToUShort(Object, short[], int, int, double, double, double, double, Histogram) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.IntScaler
 
histEQScaleToUShort(Object, short[], int, int, double, double, double, double, Histogram) - Method in interface edu.jhu.pha.sdss.fits.SlowScaleUtils.Scaler
 
histEQScaleToUShort(Object, short[], int, int, double, double, double, double, Histogram) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ShortScaler
 

I

INT_SCALER - Static variable in class edu.jhu.pha.sdss.fits.SlowScaleUtils
 
ImageInputStreamInputStream - class edu.jhu.pha.sdss.fits.imageio.ImageInputStreamInputStream.
 
ImageInputStreamInputStream(ImageInputStream) - Constructor for class edu.jhu.pha.sdss.fits.imageio.ImageInputStreamInputStream
 
isAlphaPremultiplied() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
isAlphaPremultiplied() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
isOwnReader(ImageReader) - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReaderSpi
 
isTileWritable(int, int) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
isTileWritable(int, int) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 

L

LINEAR - Static variable in class edu.jhu.pha.sdss.fits.ScaleUtils
 
LOG - Static variable in class edu.jhu.pha.sdss.fits.ScaleUtils
 
linearScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ByteScaler
 
linearScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.DoubleScaler
 
linearScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.FloatScaler
 
linearScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.IntScaler
 
linearScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in interface edu.jhu.pha.sdss.fits.SlowScaleUtils.Scaler
 
linearScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ShortScaler
 
logScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ByteScaler
 
logScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.DoubleScaler
 
logScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.FloatScaler
 
logScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.IntScaler
 
logScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in interface edu.jhu.pha.sdss.fits.SlowScaleUtils.Scaler
 
logScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ShortScaler
 
low - Variable in class edu.jhu.pha.sdss.fits.Histogram.Bounds
 

M

main(String[]) - Static method in class edu.jhu.pha.sdss.fits.FITSTest
 
mark(int) - Method in class edu.jhu.pha.sdss.fits.imageio.ImageInputStreamInputStream
 
markSupported() - Method in class edu.jhu.pha.sdss.fits.imageio.ImageInputStreamInputStream
 

R

read(int, ImageReadParam) - Method in class edu.jhu.pha.sdss.fits.imageio.FITSReader
We ignore both parameters, because we expect only one image per stream, and we only read it one way.
read() - Method in class edu.jhu.pha.sdss.fits.imageio.ImageInputStreamInputStream
 
read(byte[]) - Method in class edu.jhu.pha.sdss.fits.imageio.ImageInputStreamInputStream
 
read(byte[], int, int) - Method in class edu.jhu.pha.sdss.fits.imageio.ImageInputStreamInputStream
 
releaseWritableTile(int, int) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
releaseWritableTile(int, int) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
rescale(double, double, double) - Method in class edu.jhu.pha.sdss.fits.FITSImage
Rescales the image with the given min and max range values.
rescale(double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
reset() - Method in class edu.jhu.pha.sdss.fits.imageio.ImageInputStreamInputStream
 
revision() - Static method in class edu.jhu.pha.sdss.fits.FITSImage
 
revision() - Static method in class edu.jhu.pha.sdss.fits.Histogram
 
revision() - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
 
revision() - Static method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
revision() - Static method in class edu.jhu.pha.sdss.fits.SlowScaleUtils
 
revision() - Static method in class edu.jhu.pha.sdss.fits.imageio.FITSReader
 
revision() - Static method in class edu.jhu.pha.sdss.fits.imageio.FITSReaderSpi
 

S

SCALE_ASINH - Static variable in class edu.jhu.pha.sdss.fits.FITSImage
 
SCALE_HISTOGRAM_EQUALIZATION - Static variable in class edu.jhu.pha.sdss.fits.FITSImage
 
SCALE_LINEAR - Static variable in class edu.jhu.pha.sdss.fits.FITSImage
 
SCALE_LOG - Static variable in class edu.jhu.pha.sdss.fits.FITSImage
 
SCALE_NAMES - Static variable in class edu.jhu.pha.sdss.fits.ScaleUtils
 
SCALE_SQUARE - Static variable in class edu.jhu.pha.sdss.fits.FITSImage
 
SCALE_SQUARE_ROOT - Static variable in class edu.jhu.pha.sdss.fits.FITSImage
 
SHORT_SCALER - Static variable in class edu.jhu.pha.sdss.fits.SlowScaleUtils
 
SQUARE - Static variable in class edu.jhu.pha.sdss.fits.ScaleUtils
 
SQUARE_ROOT - Static variable in class edu.jhu.pha.sdss.fits.ScaleUtils
 
ScaleUtils - class edu.jhu.pha.sdss.fits.ScaleUtils.
Current Version =============== ID: $Id: index-all.html,v 1.1 2004/07/23 22:04:49 carliles Exp $ Revision: $Revision: 1.1 $ Date/time: $Date: 2004/07/23 22:04:49 $ Array operations that should be implemented in one method, but which have to be reimplemented for each primitive data type just to have the right type in the damn parameter list.
ScaleUtils() - Constructor for class edu.jhu.pha.sdss.fits.ScaleUtils
 
SlowFITSImage - class edu.jhu.pha.sdss.fits.SlowFITSImage.
Current Version =============== ID: $Id: index-all.html,v 1.1 2004/07/23 22:04:49 carliles Exp $ Revision: $Revision: 1.1 $ Date/time: $Date: 2004/07/23 22:04:49 $
SlowFITSImage(Fits) - Constructor for class edu.jhu.pha.sdss.fits.SlowFITSImage
 
SlowFITSImage(Fits, int) - Constructor for class edu.jhu.pha.sdss.fits.SlowFITSImage
 
SlowFITSImage(Fits, BufferedImage, int) - Constructor for class edu.jhu.pha.sdss.fits.SlowFITSImage
 
SlowFITSImage(File) - Constructor for class edu.jhu.pha.sdss.fits.SlowFITSImage
 
SlowFITSImage(File, int) - Constructor for class edu.jhu.pha.sdss.fits.SlowFITSImage
 
SlowFITSImage(String) - Constructor for class edu.jhu.pha.sdss.fits.SlowFITSImage
 
SlowFITSImage(String, int) - Constructor for class edu.jhu.pha.sdss.fits.SlowFITSImage
 
SlowFITSImage(URL) - Constructor for class edu.jhu.pha.sdss.fits.SlowFITSImage
 
SlowFITSImage(URL, int) - Constructor for class edu.jhu.pha.sdss.fits.SlowFITSImage
 
SlowFITSImage.DataTypeNotSupportedException - exception edu.jhu.pha.sdss.fits.SlowFITSImage.DataTypeNotSupportedException.
 
SlowFITSImage.DataTypeNotSupportedException(int) - Constructor for class edu.jhu.pha.sdss.fits.SlowFITSImage.DataTypeNotSupportedException
 
SlowFITSImage.NoImageDataFoundException - exception edu.jhu.pha.sdss.fits.SlowFITSImage.NoImageDataFoundException.
 
SlowFITSImage.NoImageDataFoundException() - Constructor for class edu.jhu.pha.sdss.fits.SlowFITSImage.NoImageDataFoundException
 
SlowScaleUtils - class edu.jhu.pha.sdss.fits.SlowScaleUtils.
Current Version =============== ID: $Id: index-all.html,v 1.1 2004/07/23 22:04:49 carliles Exp $ Revision: $Revision: 1.1 $ Date/time: $Date: 2004/07/23 22:04:49 $ Array operations that should be implemented in one method, but which have to be reimplemented for each primitive data type just to have the right type in the damn parameter list.
SlowScaleUtils() - Constructor for class edu.jhu.pha.sdss.fits.SlowScaleUtils
 
SlowScaleUtils.ByteScaler - class edu.jhu.pha.sdss.fits.SlowScaleUtils.ByteScaler.
 
SlowScaleUtils.ByteScaler() - Constructor for class edu.jhu.pha.sdss.fits.SlowScaleUtils.ByteScaler
 
SlowScaleUtils.DoubleScaler - class edu.jhu.pha.sdss.fits.SlowScaleUtils.DoubleScaler.
 
SlowScaleUtils.DoubleScaler() - Constructor for class edu.jhu.pha.sdss.fits.SlowScaleUtils.DoubleScaler
 
SlowScaleUtils.FloatScaler - class edu.jhu.pha.sdss.fits.SlowScaleUtils.FloatScaler.
 
SlowScaleUtils.FloatScaler() - Constructor for class edu.jhu.pha.sdss.fits.SlowScaleUtils.FloatScaler
 
SlowScaleUtils.IntScaler - class edu.jhu.pha.sdss.fits.SlowScaleUtils.IntScaler.
 
SlowScaleUtils.IntScaler() - Constructor for class edu.jhu.pha.sdss.fits.SlowScaleUtils.IntScaler
 
SlowScaleUtils.Scaler - interface edu.jhu.pha.sdss.fits.SlowScaleUtils.Scaler.
 
SlowScaleUtils.ShortScaler - class edu.jhu.pha.sdss.fits.SlowScaleUtils.ShortScaler.
 
SlowScaleUtils.ShortScaler() - Constructor for class edu.jhu.pha.sdss.fits.SlowScaleUtils.ShortScaler
 
scale(Object, short[], int, int, double, double, double, double, double, Histogram, int) - Static method in class edu.jhu.pha.sdss.fits.SlowScaleUtils
 
scaleToUShort(byte[][], Histogram, int, int, double, double, double, double, double) - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
 
scaleToUShort(short[][], Histogram, int, int, double, double, double, double, double) - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
 
scaleToUShort(int[][], Histogram, int, int, double, double, double, double, double) - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
 
scaleToUShort(float[][], Histogram, int, int, double, double, double, double, double) - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
 
scaleToUShort(double[][], Histogram, int, int, double, double, double, double, double) - Static method in class edu.jhu.pha.sdss.fits.ScaleUtils
 
setData(Raster) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
setData(Raster) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
setRGB(int, int, int) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
setRGB(int, int, int, int, int[], int, int) - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
setRGB(int, int, int) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
setRGB(int, int, int, int, int[], int, int) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
setScaleMethod(int) - Method in class edu.jhu.pha.sdss.fits.FITSImage
scaleMethod must be one of SCALE_LINEAR, SCALE_LOG, etc.
setScaleMethod(int) - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 
skip(long) - Method in class edu.jhu.pha.sdss.fits.imageio.ImageInputStreamInputStream
 
sqrtScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ByteScaler
 
sqrtScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.DoubleScaler
 
sqrtScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.FloatScaler
 
sqrtScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.IntScaler
 
sqrtScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in interface edu.jhu.pha.sdss.fits.SlowScaleUtils.Scaler
 
sqrtScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ShortScaler
 
squareScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ByteScaler
 
squareScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.DoubleScaler
 
squareScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.FloatScaler
 
squareScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.IntScaler
 
squareScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in interface edu.jhu.pha.sdss.fits.SlowScaleUtils.Scaler
 
squareScaleToUShort(Object, short[], int, int, double, double, double, double) - Method in class edu.jhu.pha.sdss.fits.SlowScaleUtils.ShortScaler
 

T

toString() - Method in class edu.jhu.pha.sdss.fits.FITSImage
 
toString() - Method in class edu.jhu.pha.sdss.fits.Histogram.Bounds
 
toString() - Method in class edu.jhu.pha.sdss.fits.SlowFITSImage
 

A B C D E F G H I L M R S T