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

A

add(Object) - Method in interface nom.tam.util.Cursor
Add an unkeyed element to the collection.
add(Object, Object) - Method in interface nom.tam.util.Cursor
Add a keyed element to the collection.
add(Object) - Method in class nom.tam.util.HashedList
Add an element to the end of the list.
add(Object, Object) - Method in class nom.tam.util.HashedList
Add a keyed element to the end of the list.
add(Object) - Method in class nom.tam.util.HashedList.HashedListIterator
Add an entry at the current location.
add(Object, Object) - Method in class nom.tam.util.HashedList.HashedListIterator
Add a keyed entry at the current location.
add(Transformer) - Method in class skyview.geometry.Converter
Add a component to the transformation
add(Rotater) - Method in class skyview.geometry.Rotater
Add an additional rotation to the current rotation.
add(Scaler) - Method in class skyview.geometry.Scaler
Add a second affine transformation to this one and return the composite transformation.
add(int) - Method in class skyview.util.SmartIntArray
add element (integer) to array , check size and increase it if necessary
addAll(Collection) - Method in class nom.tam.util.HashedList
Add another collection to this one list.
addArgs(String[]) - Static method in class skyview.executive.Settings
Add settings from a list of arguments.
addColumn(Object) - Method in class nom.tam.fits.AsciiTable
Add a row to the table.
addColumn(Object, int) - Method in class nom.tam.fits.AsciiTable
This version of addColumn allows the user to override the default length associated with each column type.
addColumn(Object) - Method in class nom.tam.fits.AsciiTableHDU
Add a column
addColumn(Object) - Method in class nom.tam.fits.BinaryTable
Add a column to the end of a table.
addColumn(Object) - Method in class nom.tam.fits.BinaryTableHDU
Add a column without any associated header information.
addColumn(Object) - Method in interface nom.tam.fits.TableData
 
addColumn(Object) - Method in class nom.tam.fits.TableHDU
 
addColumn(Object, int) - Method in class nom.tam.util.ColumnTable
Add a column
addFlattenedColumn(Object, int[]) - Method in class nom.tam.fits.BinaryTable
Add a column where the data is already flattened.
addHDU(BasicHDU) - Method in class nom.tam.fits.Fits
Add an HDU to the Fits object.
addLine(HeaderCard) - Method in class nom.tam.fits.Header
Add a card image to the header.
addLine(String) - Method in class nom.tam.fits.Header
Add a card image to the header.
addPadding(int) - Static method in class nom.tam.fits.FitsUtil
Total size of blocked FITS element
addPointer(Object) - Method in class nom.tam.util.ColumnTable
 
addRow(Object[]) - Method in class nom.tam.fits.AsciiTable
Add a row to the FITS table.
addRow(Object[]) - Method in class nom.tam.fits.BinaryTable
Add a row at the end of the table.
addRow(Object[]) - Method in interface nom.tam.fits.TableData
 
addRow(Object[]) - Method in class nom.tam.fits.TableHDU
 
addRow(Object[]) - Method in class nom.tam.util.ColumnTable
Add a row to the table.
addValue(String, boolean, String) - Method in class nom.tam.fits.BasicHDU
Add information to the header
addValue(String, int, String) - Method in class nom.tam.fits.BasicHDU
 
addValue(String, double, String) - Method in class nom.tam.fits.BasicHDU
 
addValue(String, String, String) - Method in class nom.tam.fits.BasicHDU
 
addValue(String, boolean, String) - Method in class nom.tam.fits.Header
Add or replace a key with the given boolean value and comment.
addValue(String, double, String) - Method in class nom.tam.fits.Header
Add or replace a key with the given double value and comment.
addValue(String, String, String) - Method in class nom.tam.fits.Header
Add or replace a key with the given string value and comment.
addValue(String, long, String) - Method in class nom.tam.fits.Header
Add or replace a key with the given long value and comment.
adjustCoordX(double) - Static method in class skyview.util.Utilities
Ensure that a value is in the region -PI to PI.
adjustCoordY(double) - Static method in class skyview.util.Utilities
Ensure that a value is in the approrpiate range from -PI/2 to PI/2.
AitProjecter - Class in skyview.geometry.projecter
This class implements the AIT (Hammer-Aitov) projection.
AitProjecter() - Constructor for class skyview.geometry.projecter.AitProjecter
 
AitProjecter.AitDeprojecter - Class in skyview.geometry.projecter
 
AitProjecter.AitDeprojecter() - Constructor for class skyview.geometry.projecter.AitProjecter.AitDeprojecter
 
alignFill(byte[], int, int) - Method in class nom.tam.util.ByteFormatter
Fill the buffer with blanks to align a field.
angularDistance(double, double, double, double) - Static method in class skyview.util.Utilities
Calculates angular distance between two points on a sphere.
ArrayDataInput - Interface in nom.tam.util
 
ArrayDataOutput - Interface in nom.tam.util
 
arrayDescription(Object) - Static method in class nom.tam.util.ArrayFuncs
Generate a description of an array (presumed rectangular).
ArrayFuncs - Class in nom.tam.util
This is a package of static functions which perform computations on arrays.
ArrayFuncs() - Constructor for class nom.tam.util.ArrayFuncs
 
AsciiTable - Class in nom.tam.fits
An ASCII table.
AsciiTable(Header) - Constructor for class nom.tam.fits.AsciiTable
Create an ASCII table given a header
AsciiTable() - Constructor for class nom.tam.fits.AsciiTable
Create an empty ASCII table
AsciiTableHDU - Class in nom.tam.fits
FITS ASCII table header/data unit
AsciiTableHDU(Header, Data) - Constructor for class nom.tam.fits.AsciiTableHDU
Create an ascii table header/data unit.
autotest() - Static method in class nom.tam.fits.FitsDate
 
average3dData(double[][]) - Static method in class skyview.util.Utilities
Average a 2-D array over it's first dimension.

B

B1950 - Static variable in class skyview.geometry.CoordinateSystem
Standard B1950 coordinates
BadHeaderException - Exception in nom.tam.fits
This exception indicates that an error was detected while parsing a FITS header record.
BadHeaderException() - Constructor for exception nom.tam.fits.BadHeaderException
 
BadHeaderException(String) - Constructor for exception nom.tam.fits.BadHeaderException
 
BasicHDU - Class in nom.tam.fits
This abstract class is the parent of all HDU types.
BasicHDU() - Constructor for class nom.tam.fits.BasicHDU
 
BesselianCoordinateSystem - Class in skyview.geometry.csys
This class implements Besselian coordinate systems.
BesselianCoordinateSystem(double) - Constructor for class skyview.geometry.csys.BesselianCoordinateSystem
Get a CoordinateSystem of a given epoch.
BesselianDistorter - Class in skyview.geometry.spheredistorter
This class implements the distortion of Besselian coordinate systems.
BesselianDistorter() - Constructor for class skyview.geometry.spheredistorter.BesselianDistorter
 
BesselianDistorter.BesselianInverseDistorter - Class in skyview.geometry.spheredistorter
This inner class defines the inverse distortion to the enclosing Besselian distorter.
BesselianDistorter.BesselianInverseDistorter() - Constructor for class skyview.geometry.spheredistorter.BesselianDistorter.BesselianInverseDistorter
 
bin0 - Variable in class skyview.executive.Imager
The beginning of the first pixel in energy space.
BinaryTable - Class in nom.tam.fits
This class defines the methods for accessing FITS binary table data.
BinaryTable() - Constructor for class nom.tam.fits.BinaryTable
Create a null binary table data segment.
BinaryTable(Header) - Constructor for class nom.tam.fits.BinaryTable
Create a binary table from given header information.
BinaryTable(Object[][]) - Constructor for class nom.tam.fits.BinaryTable
Create a binary table from existing data in row order.
BinaryTable(Object[]) - Constructor for class nom.tam.fits.BinaryTable
Create a binary table from existing data in column order.
BinaryTable(ColumnTable) - Constructor for class nom.tam.fits.BinaryTable
Create a binary table from an existing ColumnTable
BinaryTableHDU - Class in nom.tam.fits
FITS binary table header/data unit
BinaryTableHDU(Header, Data) - Constructor for class nom.tam.fits.BinaryTableHDU
 
BITPIX_BYTE - Static variable in class nom.tam.fits.BasicHDU
 
BITPIX_DOUBLE - Static variable in class nom.tam.fits.BasicHDU
 
BITPIX_FLOAT - Static variable in class nom.tam.fits.BasicHDU
 
BITPIX_INT - Static variable in class nom.tam.fits.BasicHDU
 
BITPIX_LONG - Static variable in class nom.tam.fits.BasicHDU
 
BITPIX_SHORT - Static variable in class nom.tam.fits.BasicHDU
 
BOOLEAN_INDEX - Static variable in interface nom.tam.util.PrimitiveInfo
 
bounds - Variable in class skyview.geometry.Sampler
This gives the minX,maxX, minY,maxY pixel values for the current output image.
BufferedDataInputStream - Class in nom.tam.util
This class is intended for high performance I/O in scientific applications.
BufferedDataInputStream(InputStream) - Constructor for class nom.tam.util.BufferedDataInputStream
Use the BufferedInputStream constructor
BufferedDataInputStream(InputStream, int) - Constructor for class nom.tam.util.BufferedDataInputStream
Use the BufferedInputStream constructor
BufferedDataOutputStream - Class in nom.tam.util
This class is intended for high performance I/O in scientific applications.
BufferedDataOutputStream(OutputStream) - Constructor for class nom.tam.util.BufferedDataOutputStream
Use the BufferedOutputStream constructor
BufferedDataOutputStream(OutputStream, int) - Constructor for class nom.tam.util.BufferedDataOutputStream
Use the BufferedOutputStream constructor
BufferedFile - Class in nom.tam.util
 
BufferedFile(String) - Constructor for class nom.tam.util.BufferedFile
Create a read-only buffered file
BufferedFile(String, String) - Constructor for class nom.tam.util.BufferedFile
Create a buffered file with the given mode.
BufferedFile(String, String, int) - Constructor for class nom.tam.util.BufferedFile
Create a buffered file with the given mode and a specified buffer size.
BYTE_INDEX - Static variable in interface nom.tam.util.PrimitiveInfo
 
byteArrayToStrings(byte[], int) - Static method in class nom.tam.fits.FitsUtil
Convert bytes to Strings
ByteFormatter - Class in nom.tam.util
This class provides mechanisms for efficiently formatting numbers and Strings.
ByteFormatter() - Constructor for class nom.tam.util.ByteFormatter
 
ByteParser - Class in nom.tam.util
This class provides routines for efficient parsing of data stored in a byte array.
ByteParser(byte[]) - Constructor for class nom.tam.util.ByteParser
Construct a parser.

C

c - Variable in class skyview.executive.Imager
The CoordinateSystem object for the output image.
CachingImageFactory - Class in skyview.survey
 
CachingImageFactory() - Constructor for class skyview.survey.CachingImageFactory
 
canBePrimary() - Method in class nom.tam.fits.ImageHDU
Indicate that Images can appear at the beginning of a FITS dataset
canBePrimary() - Method in class nom.tam.fits.RandomGroupsHDU
Indicate that a RandomGroupsHDU can come at the beginning of a FITS file.
cand - Variable in class skyview.executive.Imager
The candidate images for use in resampling
CarProjecter - Class in skyview.geometry.projecter
This class implements the Cartesian (rectangular) projection.
CarProjecter() - Constructor for class skyview.geometry.projecter.CarProjecter
 
CarProjecter.CarDeprojecter - Class in skyview.geometry.projecter
 
CarProjecter.CarDeprojecter() - Constructor for class skyview.geometry.projecter.CarProjecter.CarDeprojecter
 
CHAR_INDEX - Static variable in interface nom.tam.util.PrimitiveInfo
 
checkArrayConsistency(Object[], int[]) - Method in class nom.tam.util.ColumnTable
Check that the columns and sizes are consistent.
checkBuf(int) - Method in class nom.tam.util.BufferedDataOutputStream
 
classes - Static variable in interface nom.tam.util.PrimitiveInfo
Classes of the primitives.
clear() - Method in class nom.tam.util.HashedList
Clear the collection
clearData() - Method in class skyview.survey.DSSImage
Clear the data array
clearData() - Method in class skyview.survey.Image
Clear the data array
clearData() - Method in class skyview.survey.ProxyImage
Clear the data array
ClipSampler - Class in skyview.geometry.sampler
The class implements a fast flux conserving resampling based on the Sutherland-Hodgman clipping algorithm.
ClipSampler() - Constructor for class skyview.geometry.sampler.ClipSampler
 
close() - Method in interface nom.tam.util.ArrayDataInput
 
close() - Method in interface nom.tam.util.ArrayDataOutput
 
close() - Method in class nom.tam.util.BufferedFile
Close the file
ColumnTable - Class in nom.tam.util
A data table is conventionally considered to consist of rows and columns, where the structure within each column is constant, but different columns may have different structures.
ColumnTable(Object[], int[]) - Constructor for class nom.tam.util.ColumnTable
Create the object after checking consistency.
Component - Interface in skyview
 
computeSize(Object) - Static method in class nom.tam.util.ArrayFuncs
Compute the size of an object.
contains(Object) - Method in class nom.tam.util.HashedList
Does the HashedList contain this element?
containsAll(Collection) - Method in class nom.tam.util.HashedList
Does the HashedList contain all the elements of this other collection.
containsKey(String) - Method in class nom.tam.fits.Header
Tests if the specified keyword is present in this table.
containsKey(Object) - Method in class nom.tam.util.HashedList
Check if the key is included in the list
convertArray(Object, Class, boolean) - Static method in class nom.tam.util.ArrayFuncs
Convert an array to a specified type.
convertArray(Object, Class) - Static method in class nom.tam.util.ArrayFuncs
Convert an array to a specified type.
Converter - Class in skyview.geometry
A converter applies a succession of transformations on the data
Converter() - Constructor for class skyview.geometry.Converter
 
convertNotation(String) - Static method in class skyview.util.Utilities
Handle exponential notation.
convertToCoords() - Method in class skyview.request.SourceCoordinates
convert user input string to coords
coord(double[]) - Static method in class skyview.geometry.Util
Convert a unit vector to the corresponding coordinates.
coord(double[], double[]) - Static method in class skyview.geometry.Util
Convert a unit vector to the corresponding coordinates.
CoordinateSystem - Class in skyview.geometry
The class defines coordinate systems in terms of the operations needed to transform the standard coordinate system (currently J2000) to the coordinate system associated with the object.
CoordinateSystem() - Constructor for class skyview.geometry.CoordinateSystem
 
copyArray(Object, Object) - Static method in class nom.tam.util.ArrayFuncs
Copy one array into another.
copyInto(Object, Object) - Static method in class nom.tam.util.ArrayFuncs
Copy an array into an array of a different type.
createFitsFile() - Method in class skyview.executive.Imager
Create the FITS file
CscProjecter - Class in skyview.geometry.projecter
 
CscProjecter() - Constructor for class skyview.geometry.projecter.CscProjecter
 
CscProjecter.CscDeprojecter - Class in skyview.geometry.projecter
 
CscProjecter.CscDeprojecter() - Constructor for class skyview.geometry.projecter.CscProjecter.CscDeprojecter
 
curl(Object, int[]) - Static method in class nom.tam.util.ArrayFuncs
Curl an input array up into a multi-dimensional array.
currentSize() - Method in class nom.tam.fits.Fits
Deprecated. See getNumberOfHDUs()
Cursor - Interface in nom.tam.util
This interface extends the Iterator interface to allow insertion of data and move to previous entries in a collection.

D

Data - Class in nom.tam.fits
This class provides methods to access the data segment of an HDU.
Data() - Constructor for class nom.tam.fits.Data
 
data - Variable in class skyview.survey.Image
The data in the image.
DataIO - Interface in nom.tam.util
This interface combines the DataInput, DataOutput and RandomAccess interfaces to provide a reference type which can be used to build BufferedFile in a fashion that accommodates both the RandomAccessFile and ByteBuffers
dataSize - Variable in class nom.tam.fits.Data
The size of the data when last read
DataTable - Interface in nom.tam.util
This interface defines the properties that a generic table should have.
dBin - Variable in class skyview.executive.Imager
The width of pixels in energy space
debug(boolean) - Method in class skyview.geometry.Converter
 
decompress(InputStream) - Static method in class skyview.survey.HDecompressor
Hdecompress static method.
decompress() - Method in class skyview.survey.HDecompressor
Decompress the input stream.
deedge() - Method in class skyview.geometry.Deedger
Perform the de-edging of the image
Deedger - Class in skyview.geometry
This class adjusts the 0 point for data taken from multiple images to try to minize edge effects.
Deedger() - Constructor for class skyview.geometry.Deedger
 
deepClone(Object) - Static method in class nom.tam.util.ArrayFuncs
Try to create a deep clone of an Array or a standard clone of a scalar.
deleteHDU(int) - Method in class nom.tam.fits.Fits
Delete an HDU from the HDU list.
deleteKey(String) - Method in class nom.tam.fits.Header
Delete the card associated with the given key.
Deprojecter - Class in skyview.geometry
This class deprojects a point from a projection plane onto thecelestial sphere.
Deprojecter() - Constructor for class skyview.geometry.Deprojecter
 
DepthSampler - Class in skyview.geometry
This class handles sampling in the depth dimension
DepthSampler(double, double, int) - Constructor for class skyview.geometry.DepthSampler
Generate an output image with the appropriate pixelization
Distorter - Class in skyview.geometry
This class defines a non-linear distortion in the image plane.
Distorter() - Constructor for class skyview.geometry.Distorter
 
doCurl(Object, Object, int[], int) - Static method in class nom.tam.util.ArrayFuncs
Do the curling of the 1-d to multi-d array.
doFlatten(Object, Object, int) - Static method in class nom.tam.util.ArrayFuncs
This routine does the actually flattening of multi-dimensional arrays.
doParse(SAXParser, DefaultHandler) - Method in class skyview.survey.XMLSurvey
Run a parser
DOUBLE_INDEX - Static variable in interface nom.tam.util.PrimitiveInfo
 
drizzArea - Variable in class skyview.geometry.sampler.ClipSampler
Drizzle Area
drizzOffset - Variable in class skyview.geometry.sampler.ClipSampler
Drizzle offset
dsamp - Variable in class skyview.executive.Imager
The energy sampler object used when creaing the output image.
DSS2ImageGenerator - Class in skyview.survey
This class generates DSS2 image spells.
DSS2ImageGenerator() - Constructor for class skyview.survey.DSS2ImageGenerator
 
DSSDistorter - Class in skyview.geometry.distorter
The distortion object for a given DSS structure.
DSSDistorter(double, double, double, double, double, double[], double[], double[]) - Constructor for class skyview.geometry.distorter.DSSDistorter
 
DSSDistorter.DSSInvDistorter - Class in skyview.geometry.distorter
This inner class is the inverse of the DSS Distorter and corrects the distortion generated there.
DSSDistorter.DSSInvDistorter() - Constructor for class skyview.geometry.distorter.DSSDistorter.DSSInvDistorter
 
DSSImage - Class in skyview.survey
This class defines an image as the combination of a set of pixel values and a WCS describing the pixel coordinates.
DSSImage(String) - Constructor for class skyview.survey.DSSImage
Construct a WCS
DSSImageFactory - Class in skyview.survey
A little class that creates FITS images using a factory method.
DSSImageFactory() - Constructor for class skyview.survey.DSSImageFactory
 
dumpHeader(PrintStream) - Method in class nom.tam.fits.Header
Print the header to a given stream.

E

EclipticCoordinateSystem - Class in skyview.geometry.csys
An ecliptic coordinate system in a Julian frame.
EclipticCoordinateSystem(double) - Constructor for class skyview.geometry.csys.EclipticCoordinateSystem
Get an Ecliptic Coordinate system at a given epoch.
EclipticCoordinateSystem(double, double) - Constructor for class skyview.geometry.csys.EclipticCoordinateSystem
Get an Ecliptic coordinate system where the 0 of longitude can be reset.
encapsulate(Object) - Static method in class nom.tam.fits.AsciiTableHDU
 
encapsulate(Object) - Static method in class nom.tam.fits.BinaryTableHDU
Encapsulate data in a BinaryTable data type
encapsulate(Object) - Static method in class nom.tam.fits.ImageHDU
Encapsulate an object as an ImageHDU.
encapsulate(Object) - Static method in class nom.tam.fits.RandomGroupsHDU
 
encapsulate(Object) - Static method in class nom.tam.fits.UndefinedHDU
Encapsulate an object as an ImageHDU.
equals(Object) - Method in class skyview.request.SourceCoordinates
Determines is this object is equal to another object.
examinePrimitiveArray(Object) - Static method in class nom.tam.util.ArrayFuncs
Examine the structure of an array in detail.

F

factory(String) - Static method in class skyview.geometry.CoordinateSystem
Get a coordinate system by name.
factory(String) - Static method in class skyview.geometry.ImageFinder
 
factory(String) - Static method in class skyview.geometry.Sampler
Factory for creating samplers
factory(String) - Method in class skyview.survey.CachingImageFactory
 
factory(String) - Method in class skyview.survey.DSSImageFactory
 
factory(String) - Method in class skyview.survey.FitsImageFactory
 
factory(String) - Method in interface skyview.survey.ImageFactory
Create an image given the appropriate spell
fileInit(File, boolean) - Method in class nom.tam.fits.Fits
Get a stream from the file and then use the stream initialization.
fileOffset - Variable in class nom.tam.fits.Data
The starting location of the data when last read
fillFileData(Object, int, int, int) - Method in class nom.tam.image.ImageTiler
File a tile segment from a file.
fillHeader(Header) - Method in class nom.tam.fits.AsciiTable
Fill in a header with information that points to this data.
fillHeader(Header) - Method in class nom.tam.fits.BinaryTable
 
fillHeader(Header) - Method in class nom.tam.fits.ImageData
Fill header with keywords that describe image data.
fillHeader(Header) - Method in class nom.tam.fits.RandomGroupsData
 
fillHeader(Header) - Method in class nom.tam.fits.UndefinedData
Fill header with keywords that describe data.
fillMemData(Object, int[], int, Object, int, int) - Method in class nom.tam.image.ImageTiler
Fill a single segment from memory.
fillTile(Object, Object, int[], int[], int[]) - Method in class nom.tam.image.ImageTiler
Fill the subset.
finalize() - Method in class nom.tam.util.BufferedFile
Clear up any pending output at cleanup.
find(String) - Method in interface skyview.survey.SurveyFinder
Do we have this survey?
find(String) - Method in class skyview.survey.XMLSurveyFinder
Do we have this survey?
findCard(String) - Method in class nom.tam.fits.Header
Find the card associated with a given key.
findColumn(String) - Method in class nom.tam.fits.TableHDU
 
findImages(Image[], Image) - Method in class skyview.geometry.ImageFinder
This is the basic method in the image finder.
findImages(Image[], Image) - Method in class skyview.geometry.imagefinder.RecursiveImageFinder
Find the best image for each output pixel.
findKey(String) - Method in class nom.tam.fits.Header
Find the card associated with a given key.
findOffset(Object) - Static method in class nom.tam.fits.FitsUtil
Find out where we are in a random access file
FIRST_NUMERIC - Static variable in interface nom.tam.util.PrimitiveInfo
Index of first element of above arrays referring to a numeric type
Fits - Class in nom.tam.fits
This class provides access to routines to allow users to read and write FITS files.
Fits() - Constructor for class nom.tam.fits.Fits
Create an empty Fits object which is not associated with an input stream.
Fits(InputStream) - Constructor for class nom.tam.fits.Fits
Create a Fits object associated with the given uncompressed data stream.
Fits(InputStream, boolean) - Constructor for class nom.tam.fits.Fits
Create a Fits object associated with a possibly compressed data stream.
Fits(File) - Constructor for class nom.tam.fits.Fits
Associate FITS object with an uncompressed File
Fits(File, boolean) - Constructor for class nom.tam.fits.Fits
Associate the Fits object with a File
Fits(String) - Constructor for class nom.tam.fits.Fits
Associate the FITS object with a file or URL.
Fits(URL) - Constructor for class nom.tam.fits.Fits
Associate the FITS object with a given uncompressed URL
Fits(URL, boolean) - Constructor for class nom.tam.fits.Fits
Associate the FITS object with a given URL
FitsDate - Class in nom.tam.fits
 
FitsDate(String) - Constructor for class nom.tam.fits.FitsDate
Convert a FITS date string to a Java Date object.
FitsElement - Interface in nom.tam.fits
 
FitsException - Exception in nom.tam.fits
 
FitsException() - Constructor for exception nom.tam.fits.FitsException
 
FitsException(String) - Constructor for exception nom.tam.fits.FitsException
 
FitsFactory - Class in nom.tam.fits
This class contains the code which associates particular FITS types with header and data configurations.
FitsFactory() - Constructor for class nom.tam.fits.FitsFactory
 
FitsHeap - Class in nom.tam.fits
This class supports the FITS heap.
FitsImage - Class in skyview.survey
This class defines an image gotten by reading a file
FitsImage(String) - Constructor for class skyview.survey.FitsImage
 
FitsImageFactory - Class in skyview.survey
A little class that creates FITS images using a factory method.
FitsImageFactory() - Constructor for class skyview.survey.FitsImageFactory
 
FitsUtil - Class in nom.tam.fits
This class comprises static utility functions used throughout the FITS classes.
FitsUtil() - Constructor for class nom.tam.fits.FitsUtil
 
flatten(Object) - Static method in class nom.tam.util.ArrayFuncs
Given an array of arbitrary dimensionality return the array flattened into a single dimension.
FLOAT_INDEX - Static variable in interface nom.tam.util.PrimitiveInfo
 
flush() - Method in interface nom.tam.util.ArrayDataOutput
 
flush() - Method in class nom.tam.util.BufferedFile
Flush output buffer if necessary.
format(int, byte[]) - Method in class nom.tam.util.ByteFormatter
Format an int into an array.
format(int, byte[], int, int) - Method in class nom.tam.util.ByteFormatter
Format an int into an existing array.
format(long, byte[]) - Method in class nom.tam.util.ByteFormatter
Format a long into an array.
format(long, byte[], int, int) - Method in class nom.tam.util.ByteFormatter
Format a long into an existing array.
format(boolean, byte[]) - Method in class nom.tam.util.ByteFormatter
Format a boolean into an existing array.
format(boolean, byte[], int, int) - Method in class nom.tam.util.ByteFormatter
Format a boolean into an existing array
format(String, byte[]) - Method in class nom.tam.util.ByteFormatter
Insert a string at the beginning of an array
format(String, byte[], int, int) - Method in class nom.tam.util.ByteFormatter
Insert a String into an existing character array.
format(float, byte[]) - Method in class nom.tam.util.ByteFormatter
Format a float into an array.
format(float, byte[], int, int) - Method in class nom.tam.util.ByteFormatter
Format a float into an existing byteacter array.
format(double, byte[]) - Method in class nom.tam.util.ByteFormatter
Format a double into an array.
format(double, byte[], int, int) - Method in class nom.tam.util.ByteFormatter
Format a double into an existing character array.
FormatException - Exception in nom.tam.util
 

G

Galactic - Static variable in class skyview.geometry.CoordinateSystem
Standard Galactic coordinates
GalacticCoordinateSystem - Class in skyview.geometry.csys
The class defining Galactic coordinate system.
GalacticCoordinateSystem() - Constructor for class skyview.geometry.csys.GalacticCoordinateSystem
 
generateArray(Class, int[]) - Static method in class nom.tam.util.ArrayFuncs
Create an array and populate it with a test pattern.
genericClone(Object) - Static method in class nom.tam.util.ArrayFuncs
Clone an Object if possible.
get(Object) - Method in class nom.tam.util.HashedList
Return the value of a keyed entry.
get(int) - Method in class nom.tam.util.HashedList
Return the n'th entry from the beginning.
get(String) - Static method in class skyview.executive.Settings
Get a value corresponding to the key
get(String, String) - Static method in class skyview.executive.Settings
Get a values corresponding to a key or the default
getArray(String) - Static method in class skyview.executive.Settings
Get the values corresponding to a key as an array of strings.
getAuthor() - Method in class nom.tam.fits.BasicHDU
Return the name of the person who compiled the information in the data associated with this header.
getAxes() - Method in class nom.tam.fits.BasicHDU
 
getBaseArray(Object) - Static method in class nom.tam.util.ArrayFuncs
This routine returns the base array of a multi-dimensional array.
getBaseClass(Object) - Static method in class nom.tam.util.ArrayFuncs
This routine returns the base class of an object.
getBaseLength(Object) - Static method in class nom.tam.util.ArrayFuncs
This routine returns the size of the base element of an array.
getBases() - Method in class nom.tam.fits.BinaryTable
 
getBases() - Method in class nom.tam.util.ColumnTable
Get the base classes of the columns.
getBitPix() - Method in class nom.tam.fits.BasicHDU
 
getBlankValue() - Method in class nom.tam.fits.BasicHDU
 
getBoolean() - Method in class nom.tam.util.ByteParser
Get a boolean value from the beginning of the buffer
getBoolean(int) - Method in class nom.tam.util.ByteParser
Get a boolean value from a specified region of the buffer
getBooleanValue(String) - Method in class nom.tam.fits.Header
Get the boolean value associated with the given key.
getBooleanValue(String, boolean) - Method in class nom.tam.fits.Header
Get the boolean value associated with the given key.
getBScale() - Method in class nom.tam.fits.BasicHDU
 
getBuffer() - Method in class nom.tam.util.ByteParser
Get the buffer being used by the parser
getBUnit() - Method in class nom.tam.fits.BasicHDU
 
getBZero() - Method in class nom.tam.fits.BasicHDU
 
getCandidates() - Method in class skyview.executive.Imager
Get the candidate images that may be used for resampling
getCard(int) - Method in class nom.tam.fits.Header
Deprecated. An iterator should be used for sequential access to the header.
getCenter(int) - Method in class skyview.survey.Image
Get the center position of the given output pixel
getCenter(int) - Method in class skyview.survey.ProxyImage
Get the center position of the given output pixel
getColumn(int) - Method in class nom.tam.fits.AsciiTable
Get a column of data
getColumn(int) - Method in class nom.tam.fits.BinaryTable
Get a given column
getColumn(int) - Method in interface nom.tam.fits.TableData
 
getColumn(String) - Method in class nom.tam.fits.TableHDU
 
getColumn(int) - Method in class nom.tam.fits.TableHDU
 
getColumn(int) - Method in class nom.tam.util.ColumnTable
Get a particular column.
getColumn(int) - Method in interface nom.tam.util.DataTable
 
getColumnFormat(int) - Method in class nom.tam.fits.TableHDU
Get the FITS type of a column in the table.
getColumnName(int) - Method in class nom.tam.fits.TableHDU
Get the name of a column in the table.
getColumns() - Method in class nom.tam.util.ColumnTable
Get the actual data arrays
getComment() - Method in class nom.tam.fits.HeaderCard
Return the comment from this card
getCompleteImage() - Method in class nom.tam.image.ImageTiler
Read the entire image into a multidimensional array.
getCorners(int) - Method in class skyview.survey.Image
Get the corners of the given output pixel
getCorners(int) - Method in class skyview.survey.ProxyImage
Get the corners of the given output pixel
getCreationDate() - Method in class nom.tam.fits.BasicHDU
Get the FITS file creation date as a Date object.
getCtype() - Method in class skyview.request.SourceCoordinates
returns coordinate system of center coordinates
getData() - Method in class nom.tam.fits.AsciiTable
Get the ASCII table information.
getData() - Method in class nom.tam.fits.AsciiTableHDU
 
getData() - Method in class nom.tam.fits.BasicHDU
Get the associated Data object
getData() - Method in class nom.tam.fits.BinaryTable
 
getData() - Method in class nom.tam.fits.Data
Return the data array object.
getData(int, Object) - Method in class nom.tam.fits.FitsHeap
Get data from the heap.
getData() - Method in class nom.tam.fits.ImageData
Return the actual data.
getData() - Method in class nom.tam.fits.RandomGroupsData
 
getData() - Method in class nom.tam.fits.UndefinedData
Return the actual data.
getData(int) - Method in class skyview.survey.DSSImage
Get a pixels data associated with the image.
getData(int) - Method in class skyview.survey.FitsImage
Defer reading the data until it is asked for.
getData(int) - Method in class skyview.survey.Image
Get a pixels data associated with the image.
getData(int) - Method in class skyview.survey.ProxyImage
Get a pixels data associated with the image.
getDataArray() - Method in class skyview.survey.DSSImage
Get the data as an array
getDataArray() - Method in class skyview.survey.Image
Get the data as an array
getDataArray() - Method in class skyview.survey.ProxyImage
Get the data as an array
getDataSize() - Method in class nom.tam.fits.Header
Return the size of the data including any needed padding.
getDepth() - Method in class skyview.survey.Image
Get the number of planes in the image
getDepth() - Method in class skyview.survey.ProxyImage
Get the number of planes in the image
getDescription() - Method in interface skyview.Component
Get the description of this component.
getDescription() - Method in class skyview.geometry.Converter
 
getDescription() - Method in class skyview.geometry.csys.BesselianCoordinateSystem
 
getDescription() - Method in class skyview.geometry.csys.EclipticCoordinateSystem
Get a description of this component.
getDescription() - Method in class skyview.geometry.csys.GalacticCoordinateSystem
Get a description of the object.
getDescription() - Method in class skyview.geometry.csys.HelioeclipticCoordinateSystem
Get a description of the component.
getDescription() - Method in class skyview.geometry.csys.ICRSCoordinateSystem
Get a description of the object.
getDescription() - Method in class skyview.geometry.csys.JulianCoordinateSystem
Get a description of the object.
getDescription() - Method in class skyview.geometry.Deedger
Get a description of this object
getDescription() - Method in class skyview.geometry.DepthSampler
 
getDescription() - Method in class skyview.geometry.distorter.DSSDistorter.DSSInvDistorter
Get a description of this component
getDescription() - Method in class skyview.geometry.distorter.DSSDistorter
 
getDescription() - Method in class skyview.geometry.Distorter
What does this object do?
getDescription() - Method in class skyview.geometry.distorter.NeatDistorter
 
getDescription() - Method in class skyview.geometry.Mosaicker
Get a description of this component
getDescription() - Method in class skyview.geometry.projecter.AitProjecter.AitDeprojecter
Description of component
getDescription() - Method in class skyview.geometry.projecter.AitProjecter
A description of the component
getDescription() - Method in class skyview.geometry.projecter.CarProjecter.CarDeprojecter
Return a description of the component
getDescription() - Method in class skyview.geometry.projecter.CarProjecter
Return a description of the component
getDescription() - Method in class skyview.geometry.projecter.CscProjecter.CscDeprojecter
Get a description of the component
getDescription() - Method in class skyview.geometry.projecter.CscProjecter
Get a descrption of the component
getDescription() - Method in class skyview.geometry.projecter.SinProjecter
Get a description of the component
getDescription() - Method in class skyview.geometry.projecter.SinProjecter.SinDeprojecter
Get a description of the component
getDescription() - Method in class skyview.geometry.projecter.TanProjecter
Get a description of the component
getDescription() - Method in class skyview.geometry.projecter.TanProjecter.TanDeprojecter
Get a description of the component
getDescription() - Method in class skyview.geometry.projecter.ZeaProjecter
Get a description for the component
getDescription() - Method in class skyview.geometry.projecter.ZeaProjecter.ZeaDeprojecter
Get the description of the compontent
getDescription() - Method in class skyview.geometry.Rotater
Get a description of the component
getDescription() - Method in class skyview.geometry.sampler.ClipSampler
 
getDescription() - Method in class skyview.geometry.sampler.LanczosSampler
 
getDescription() - Method in class skyview.geometry.sampler.LISampler
 
getDescription() - Method in class skyview.geometry.sampler.NNSampler
 
getDescription() - Method in class skyview.geometry.sampler.SplineSampler
 
getDescription() - Method in class skyview.geometry.Scaler
What is a descrition for this component?
getDescription() - Method in class skyview.geometry.spheredistorter.BesselianDistorter.BesselianInverseDistorter
 
getDescription() - Method in class skyview.geometry.spheredistorter.BesselianDistorter
 
getDescription() - Method in class skyview.geometry.SphereDistorter
What does this object do?
getDescription() - Method in class skyview.survey.Image
Get a description of the object
getDescription() - Method in class skyview.survey.UserSurvey
 
getDescription() - Method in class skyview.survey.XMLSurvey
Get a description of the component
getDescrition() - Method in class skyview.geometry.distorter.NeatDistorter.NeatInvDistorter
 
getDimens() - Method in class nom.tam.fits.BinaryTable
 
getDimensions(Object) - Static method in class nom.tam.util.ArrayFuncs
Find the dimensions of an object.
getDistorter() - Method in class skyview.geometry.Projection
Get any distortion in the plane associated with this projection.
getDouble() - Method in class nom.tam.util.ByteParser
Read in the buffer until a double is read.
getDouble(int) - Method in class nom.tam.util.ByteParser
Look for a double in the buffer.
getDoubleValue(String) - Method in class nom.tam.fits.Header
Get the double value associated with the given key.
getDoubleValue(String, double) - Method in class nom.tam.fits.Header
Get the double value associated with the given key.
getDummyHDU() - Static method in class nom.tam.fits.BasicHDU
 
getEdgeAdjustments() - Method in class skyview.executive.Imager
Get any adjustments made to image intensities to minimize edge effects.
getElement(int, int) - Method in class nom.tam.fits.AsciiTable
Get a single element as a one-d array.
getElement(int, int) - Method in class nom.tam.fits.BinaryTable
Get a particular element from the table.
getElement(int, int) - Method in interface nom.tam.fits.TableData
 
getElement(int, int) - Method in class nom.tam.fits.TableHDU
 
getElement(int, int) - Method in class nom.tam.util.ColumnTable
Get a element of the table.
getElement(int, int) - Method in interface nom.tam.util.DataTable
 
getEnteredText() - Method in class skyview.request.SourceCoordinates
get coordinates in hh mm ss format
getEpoch() - Method in class nom.tam.fits.BasicHDU
Deprecated. Replaced by getEquinox
getEquinox() - Method in class nom.tam.fits.BasicHDU
Get the equinox in years for the celestial coordinate system in which positions given in either the header or data are expressed.
getEquinox() - Method in class skyview.request.SourceCoordinates
returns equinox of center coordinates
getFD() - Method in class nom.tam.util.BufferedFile
Get the file descriptor associated with this stream.
getFileOffset() - Method in class nom.tam.fits.BasicHDU
Get the starting offset of the HDU
getFileOffset() - Method in class nom.tam.fits.Data
Get the file offset
getFileOffset() - Method in interface nom.tam.fits.FitsElement
Get the byte at which this element begins.
getFileOffset() - Method in class nom.tam.fits.FitsHeap
 
getFileOffset() - Method in class nom.tam.fits.Header
Get the offset of this header
getFilePointer() - Method in class nom.tam.util.BufferedFile
Get the current offset into the file.
getFilePointer() - Method in interface nom.tam.util.RandomAccess
Get the current position in the stream
getFitsDateString() - Static method in class nom.tam.fits.FitsDate
Return the current date in FITS date format
getFitsDateString(Date) - Static method in class nom.tam.fits.FitsDate
Create FITS format date string Java Date object.
getFitsDateString(Date, boolean) - Static method in class nom.tam.fits.FitsDate
Create FITS format date string.
getFlatColumns() - Method in class nom.tam.fits.BinaryTable
 
getFlattenedColumn(int) - Method in class nom.tam.fits.BinaryTable
Get a column in flattened format.
getFloat() - Method in class nom.tam.util.ByteParser
Get a floating point value from the buffer.
getFloat(int) - Method in class nom.tam.util.ByteParser
Get a floating point value in a region of the buffer
getFloatValue(String, float) - Method in class nom.tam.fits.Header
Get the float value associated with the given key.
getFloatValue(String) - Method in class nom.tam.fits.Header
Get the float value associated with the given key.
getGroupCount() - Method in class nom.tam.fits.BasicHDU
 
getHDU(int) - Method in class nom.tam.fits.Fits
Return the n'th HDU.
getHeader() - Method in class nom.tam.fits.BasicHDU
Get the associated header
getHeapOffset() - Method in class nom.tam.fits.BinaryTable
 
getHeapSize() - Method in class nom.tam.fits.BinaryTable
 
getHeight() - Method in class skyview.survey.Image
Get the height of the image
getHeight() - Method in class skyview.survey.ProxyImage
Get the height of the image
getImage() - Method in class skyview.survey.HDecompressor
Get decompressed image as a one-d array of ints.
getImageData() - Method in class skyview.executive.Imager
Get the output data as 1-d double array
getImages(double, double, double, ArrayList<String>) - Method in class skyview.survey.DSS2ImageGenerator
 
getImages(double, double, double, ArrayList<String>) - Method in interface skyview.survey.ImageGenerator
 
getImages(double, double, double, ArrayList<String>) - Method in class skyview.survey.SIAPGenerator
Get images from a SIAP service
getImages(Position, double) - Method in interface skyview.survey.Survey
Find a list of images that are within size of the given position.
getImages(double, double, double, ArrayList<String>) - Method in class skyview.survey.TwoMASSGenerator
Get images from a SIAP service
getImages(Position, double) - Method in class skyview.survey.UserSurvey
 
getImages(Position, double) - Method in class skyview.survey.XMLSurvey
Find candidate images from this survey.
getInputDimension() - Method in class skyview.geometry.Converter
Get the dimensionality of the input vectors.
getInputDimension() - Method in class skyview.geometry.Deprojecter
What is the input dimensionality of a deprojecter?
getInputDimension() - Method in class skyview.geometry.Distorter
What is the input dimensionality of a Distorter?
getInputDimension() - Method in class skyview.geometry.Projecter
What is the input dimensionality of a projecter?
getInputDimension() - Method in class skyview.geometry.Rotater
Get the input dimension to a Rotater
getInputDimension() - Method in class skyview.geometry.Scaler
What is the dimensionality of the input to a Scaler
getInputDimension() - Method in class skyview.geometry.SphereDistorter
What is the input dimensionality of a Distorter?
getInputDimension() - Method in class skyview.geometry.Transformer
Get the dimensionality of the input vectors.
getInstrument() - Method in class nom.tam.fits.BasicHDU
Get the name of the instrument which was used to acquire the data in this FITS file.
getInt(int) - Method in class nom.tam.util.ByteParser
Convert a region of the buffer to an integer
getInt() - Method in class nom.tam.util.ByteParser
Look for an integer at the beginning of the buffer
getIntValue(String, int) - Method in class nom.tam.fits.Header
Get the value associated with the key as an int.
getIntValue(String) - Method in class nom.tam.fits.Header
Get the int value associated with the given key.
getKernel() - Method in class nom.tam.fits.BasicHDU
Get the non-FITS data object
getKernel() - Method in class nom.tam.fits.Data
Return the non-FITS data object
getKey(int) - Method in class nom.tam.fits.Header
Deprecated. An iterator should be used for sequential access to the header.
getKey() - Method in class nom.tam.fits.HeaderCard
Return the keyword from this card
getLat() - Method in class skyview.executive.Imager
Get the central latitude/declination of the output image
getLon() - Method in class skyview.executive.Imager
Get the central longitude/RA of the output image
getLong(int) - Method in class nom.tam.util.ByteParser
Look for a long in a specified region of the buffer
getLongValue(String) - Method in class nom.tam.fits.Header
Get the long value associated with the given key.
getLongValue(String, long) - Method in class nom.tam.fits.Header
Get the long value associated with the given key.
getMatrix() - Method in class skyview.geometry.Rotater
Return the double coefficients for the matrix
getMaximumValue() - Method in class nom.tam.fits.BasicHDU
Return the minimum valid value in the array.
getMaxOutput() - Method in class skyview.util.Scaler
 
getMaxVal() - Method in class skyview.util.Scaler
 
getMemoryImage() - Method in class nom.tam.fits.ImageData.ImageDataTiler
 
getMemoryImage() - Method in class nom.tam.image.ImageTiler
See if we can get the image data from memory.
getMinimumValue() - Method in class nom.tam.fits.BasicHDU
Return the minimum valid value in the array.
getMinOutput() - Method in class skyview.util.Scaler
 
getMinVal() - Method in class skyview.util.Scaler
 
getName() - Method in interface skyview.Component
Get the name of this component.
getName() - Method in class skyview.geometry.Converter
 
getName() - Method in class skyview.geometry.csys.BesselianCoordinateSystem
 
getName() - Method in class skyview.geometry.csys.EclipticCoordinateSystem
Get the name of this component.
getName() - Method in class skyview.geometry.csys.GalacticCoordinateSystem
Get the name of this object.
getName() - Method in class skyview.geometry.csys.HelioeclipticCoordinateSystem
Get the name of the component.
getName() - Method in class skyview.geometry.csys.ICRSCoordinateSystem
Get the name of this object.
getName() - Method in class skyview.geometry.csys.JulianCoordinateSystem
Get the name of this object.
getName() - Method in class skyview.geometry.Deedger
Get a name for this object
getName() - Method in class skyview.geometry.DepthSampler
 
getName() - Method in class skyview.geometry.distorter.DSSDistorter.DSSInvDistorter
Get the name of this component
getName() - Method in class skyview.geometry.distorter.DSSDistorter
Get the name of this component
getName() - Method in class skyview.geometry.Distorter
A name for this object
getName() - Method in class skyview.geometry.distorter.NeatDistorter
 
getName() - Method in class skyview.geometry.distorter.NeatDistorter.NeatInvDistorter
 
getName() - Method in class skyview.geometry.Mosaicker
Get the name of this component
getName() - Method in class skyview.geometry.projecter.AitProjecter.AitDeprojecter
Name of component
getName() - Method in class skyview.geometry.projecter.AitProjecter
The name of the Component
getName() - Method in class skyview.geometry.projecter.CarProjecter.CarDeprojecter
Get the name of the compontent
getName() - Method in class skyview.geometry.projecter.CarProjecter
Get the name of the compontent
getName() - Method in class skyview.geometry.projecter.CscProjecter.CscDeprojecter
Get the name of the component
getName() - Method in class skyview.geometry.projecter.CscProjecter
Get the name of the component
getName() - Method in class skyview.geometry.projecter.SinProjecter
Get the name of the component
getName() - Method in class skyview.geometry.projecter.SinProjecter.SinDeprojecter
Get the name of the component
getName() - Method in class skyview.geometry.projecter.TanProjecter
Get the name of the compontent
getName() - Method in class skyview.geometry.projecter.TanProjecter.TanDeprojecter
Get the name of the component
getName() - Method in class skyview.geometry.projecter.ZeaProjecter
Get a name for the component
getName() - Method in class skyview.geometry.projecter.ZeaProjecter.ZeaDeprojecter
Get the name of the component
getName() - Method in class skyview.geometry.Rotater
Get the name of the component
getName() - Method in class skyview.geometry.sampler.ClipSampler
 
getName() - Method in class skyview.geometry.sampler.LanczosSampler
 
getName() - Method in class skyview.geometry.sampler.LISampler
 
getName() - Method in class skyview.geometry.sampler.NNSampler
 
getName() - Method in class skyview.geometry.sampler.SplineSampler
 
getName() - Method in class skyview.geometry.Scaler
What is a name for this component?
getName() - Method in class skyview.geometry.spheredistorter.BesselianDistorter.BesselianInverseDistorter
 
getName() - Method in class skyview.geometry.spheredistorter.BesselianDistorter
 
getName() - Method in class skyview.geometry.SphereDistorter
A name for this object
getName() - Method in class skyview.survey.Image
Get the name of the image
getName() - Method in class skyview.survey.ProxyImage
Get the name of the image
getName() - Method in class skyview.survey.UserSurvey
 
getName() - Method in class skyview.survey.XMLSurvey
Get the name of the compontent
getNCols() - Method in class nom.tam.fits.AsciiTable
Get the number of columns in the table
getNCols() - Method in class nom.tam.fits.BinaryTable
Get the number of columns in the table.
getNCols() - Method in interface nom.tam.fits.TableData
 
getNCols() - Method in class nom.tam.fits.TableHDU
Get the number of columns for this table
getNCols() - Method in class nom.tam.util.ColumnTable
Get the number of columns in the table.
getNCols() - Method in interface nom.tam.util.DataTable
 
getNRows() - Method in class nom.tam.fits.AsciiTable
Get the number of rows in the table
getNRows() - Method in class nom.tam.fits.BinaryTable
Get the number of rows in the table
getNRows() - Method in interface nom.tam.fits.TableData
 
getNRows() - Method in class nom.tam.fits.TableHDU
Get the number of rows for this table
getNRows() - Method in class nom.tam.util.ColumnTable
Get the number of rows in the table.
getNRows() - Method in interface nom.tam.util.DataTable
 
getNumberLength() - Method in class nom.tam.util.ByteParser
Get the number of characters used to parse the previous number (or the length of the previous String returned).
getNumberOfCards() - Method in class nom.tam.fits.Header
Find the number of cards in the header
getNumberOfHDUs() - Method in class nom.tam.fits.Fits
Get the current number of HDUs in the Fits object.
getNumberOfRows() - Method in class nom.tam.util.ColumnTable
Calculate the number of rows to read/write at a time.
getNx() - Method in class skyview.survey.HDecompressor
Get the X-dimension of the decompressed image.
getNy() - Method in class skyview.survey.HDecompressor
Get the Y-dimension of the decompressed image.
getObject() - Method in class nom.tam.fits.BasicHDU
Get the name of the observed object in this FITS file.
getObjectName() - Method in class skyview.request.SourceCoordinates
returns center object name
getObservationDate() - Method in class nom.tam.fits.BasicHDU
Get the FITS file observation date as a Date object.
getObserver() - Method in class nom.tam.fits.BasicHDU
Get the name of the person who acquired the data in this FITS file.
getOffset() - Method in class nom.tam.fits.FitsHeap
Get the current offset within the heap.
getOffset(int[], int[]) - Static method in class nom.tam.image.ImageTiler
Get the offset of a given position.
getOffset() - Method in class nom.tam.util.ByteParser
Get the current offset
getOrigin() - Method in class nom.tam.fits.BasicHDU
Get the name of the organization which created this FITS file.
getOutputDimension() - Method in class skyview.geometry.Converter
Get the dimensionality of the output vectors.
getOutputDimension() - Method in class skyview.geometry.Deprojecter
What is the output dimensionality of a deprojecter?
getOutputDimension() - Method in class skyview.geometry.Distorter
What is the output dimensionality of a Distorter?
getOutputDimension() - Method in class skyview.geometry.Projecter
What is the output dimensionality of a projecter?
getOutputDimension() - Method in class skyview.geometry.Rotater
Get the output dimension to a Rotater
getOutputDimension() - Method in class skyview.geometry.Scaler
What is the dimensionality of the output of a Scaler
getOutputDimension() - Method in class skyview.geometry.SphereDistorter
What is the output dimensionality of a Distorter?
getOutputDimension() - Method in class skyview.geometry.Transformer
Get the dimensionality of the output vectors.
getParameterCount() - Method in class nom.tam.fits.BasicHDU
 
getParams() - Method in class skyview.geometry.Scaler
 
getPixelDepth() - Method in class skyview.executive.Imager
Get the energy depth of the output image
getPixelHeight() - Method in class skyview.executive.Imager
Get the height of the output image in pixels
getPixelWidth() - Method in class skyview.executive.Imager
Get the width of the output image in pixels
getPosition() - Method in class skyview.geometry.Position
Get the position in the standard (J2000) frame
getPosition(String) - Method in class skyview.geometry.Position
Get the position in a specified frame
getProjecter() - Method in class skyview.geometry.Projection
Get the projection algorithm associated with this rotation.
getReference() - Method in class nom.tam.fits.BasicHDU
Return the citation of a reference where the data associated with this header are published.
getResolver() - Method in class skyview.request.SourceCoordinates
returns name resolver
getResourceOrFile(String) - Static method in class skyview.survey.Util
Open a stream from a resource or a file.
getRotater() - Method in class skyview.geometry.CoordinateSystem
Get the rotation associated with the projection.
getRotater() - Method in class skyview.geometry.csys.BesselianCoordinateSystem
 
getRotater() - Method in class skyview.geometry.csys.EclipticCoordinateSystem
 
getRotater() - Method in class skyview.geometry.csys.GalacticCoordinateSystem
Return the rotation associated with the coordinate system.
getRotater() - Method in class skyview.geometry.csys.ICRSCoordinateSystem
Return the rotation associated with the coordinate system.
getRotater() - Method in class skyview.geometry.csys.JulianCoordinateSystem
Return the rotation associated with the coordinate system.
getRotater() - Method in class skyview.geometry.Projection
Get the rotation that needs to be performed before the rotation.
getRow(int) - Method in class nom.tam.fits.AsciiTable
Get a row.
getRow(int) - Method in class nom.tam.fits.BinaryTable
Get a given row
getRow(int) - Method in interface nom.tam.fits.TableData
 
getRow(int) - Method in class nom.tam.fits.TableHDU
 
getRow(int) - Method in class nom.tam.util.ColumnTable
Get a row of data.
getRow(int) - Method in interface nom.tam.util.DataTable
 
getRowLen() - Method in class nom.tam.fits.AsciiTable
Get the number of bytes in a row
getSamplerName() - Method in class skyview.executive.Imager
Get the sampler name.
getScale() - Method in class skyview.geometry.WCS
Get the nominal scale of the WCS.
getScaler() - Method in class skyview.executive.Imager
Get the Scaler used for the output image.
getSize() - Method in class nom.tam.fits.BasicHDU
Get the total size in bytes of the HDU.
getSize() - Method in class nom.tam.fits.Data
Get the size of the data element in bytes
getSize() - Method in interface nom.tam.fits.FitsElement
The size of this element in bytes
getSize() - Method in class nom.tam.fits.FitsHeap
 
getSize() - Method in class nom.tam.fits.Header
Get the size of the header in bytes
getSizes() - Method in class nom.tam.fits.BinaryTable
 
getSizes() - Method in class nom.tam.util.ColumnTable
 
getSpecialEpoch() - Method in class skyview.request.SourceCoordinates
returns special epoch of center coordinates
getSphereDistorter() - Method in class skyview.geometry.CoordinateSystem
Get the distortion associated with the projection.
getSphereDistorter() - Method in class skyview.geometry.csys.BesselianCoordinateSystem
 
getStream() - Method in class nom.tam.fits.Fits
Get the data stream used for the Fits Data.
getString(int) - Method in class nom.tam.util.ByteParser
Get a string
getStringValue(String) - Method in class nom.tam.fits.Header
Get the String value associated with the given key.
getSurvey() - Method in class skyview.executive.Imager
Get the current survey being processed
getSurveys() - Method in interface skyview.survey.SurveyFinder
What are the IDs available?
getSurveys() - Method in class skyview.survey.XMLSurveyFinder
What surveys do we know about?
getSurveysFromManifest() - Method in class skyview.survey.XMLSurveyFinder
Get surveys from a user manifest.
getSurveysFromRoot() - Method in class skyview.survey.XMLSurveyFinder
Get the surveys in the document root area
getSurveysFromUser() - Method in class skyview.survey.XMLSurveyFinder
Get user specified surveys
getTDims(String) - Static method in class nom.tam.fits.BinaryTable
Parse the TDIMS value.
getTelescope() - Method in class nom.tam.fits.BasicHDU
Get the name of the telescope which was used to acquire the data in this FITS file.
getTile(int[], int[]) - Method in class nom.tam.image.ImageTiler
Get a subset of the image.
getTile(Object, int[], int[]) - Method in class nom.tam.image.ImageTiler
Get a tile, filling in a prespecified array.
getTiler() - Method in class nom.tam.fits.ImageData
 
getTiler() - Method in class nom.tam.fits.ImageHDU
 
getTransformer() - Method in class skyview.survey.Image
Get the transformation to the pixel coordinates of the image
getTransformer() - Method in class skyview.survey.ProxyImage
Get the transformation to the pixel coordinates of the image
getTrimmedString(String) - Method in class nom.tam.fits.BasicHDU
Get the String value associated with keyword.
getTrueSize() - Method in class nom.tam.fits.AsciiTable
Return the size of the data section
getTrueSize() - Method in class nom.tam.fits.BinaryTable
Get the size of the data in the HDU sans padding.
getTrueSize() - Method in class nom.tam.fits.ImageData
Get the size in bytes of the data
getTrueSize() - Method in class nom.tam.fits.RandomGroupsData
Get the size of the actual data element.
getTrueSize() - Method in class nom.tam.fits.UndefinedData
Get the size in bytes of the data
getTypes() - Method in class nom.tam.fits.BinaryTable
 
getTypes() - Method in class nom.tam.util.ColumnTable
Get the characters describing the base classes of the columns.
getURL(String, String) - Static method in class skyview.survey.Util
Copy a URL to a local file
getUseDefault() - Method in class skyview.util.Scaler
 
getUseHierarch() - Static method in class nom.tam.fits.FitsFactory
Are we processing HIERARCH style keywords
getValue() - Method in class nom.tam.fits.HeaderCard
Return the value from this card
getWCS() - Method in class skyview.survey.Image
Get the WCS associated with the image.
getWCS() - Method in class skyview.survey.ProxyImage
Get the WCS associated with the image.
getWidth() - Method in class skyview.survey.Image
Get the width of the image
getWidth() - Method in class skyview.survey.ProxyImage
Get the width of the image
getX() - Method in class skyview.request.SourceCoordinates
get center coordinates in XXX.XX (decimal) format
getXhhmmss() - Method in class skyview.request.SourceCoordinates
returns center coordinate in hh mm ss format
getY() - Method in class skyview.request.SourceCoordinates
get center coordinate in XXX.XX (decimal) format
getYhhmmss() - Method in class skyview.request.SourceCoordinates
get center coordinate in hh mm ss format

H

has(String) - Static method in class skyview.executive.Settings
Check if the given key has been set
hashCode() - Method in class skyview.request.SourceCoordinates
Overiding hashCode and equals methods to find equal requests in an attempt to increase efficiency.
HashedList - Class in nom.tam.util
 
HashedList() - Constructor for class nom.tam.util.HashedList
 
HashedList.HashedListIterator - Class in nom.tam.util
This inner class defines an iterator over the hashed list.
hasNext() - Method in class nom.tam.util.HashedList.HashedListIterator
Is there another element?
hasPrev() - Method in interface nom.tam.util.Cursor
Is there a previous element in the collection?
hasPrev() - Method in class nom.tam.util.HashedList.HashedListIterator
Is there a previous element?
HDecompressor - Class in skyview.survey
HDecompressor.
HDecompressor() - Constructor for class skyview.survey.HDecompressor
Create a bare decompressor object.
HDecompressor(InputStream) - Constructor for class skyview.survey.HDecompressor
Create a decompressor associating it with a given input stream.
Header - Class in nom.tam.fits
This class describes methods to access and manipulate the header for a FITS HDU.
Header() - Constructor for class nom.tam.fits.Header
Create an empty header
Header(ArrayDataInput) - Constructor for class nom.tam.fits.Header
Create a header and populate it from the input stream
Header(String[]) - Constructor for class nom.tam.fits.Header
Create a header and initialize it with a vector of strings.
Header(Data) - Constructor for class nom.tam.fits.Header
Create a header which points to the given data object.
HeaderCard - Class in nom.tam.fits
This class describes methods to access and manipulate the individual cards for a FITS Header.
HeaderCard(String, double, String) - Constructor for class nom.tam.fits.HeaderCard
Create a HeaderCard from its component parts
HeaderCard(String, boolean, String) - Constructor for class nom.tam.fits.HeaderCard
Create a HeaderCard from its component parts
HeaderCard(String, int, String) - Constructor for class nom.tam.fits.HeaderCard
 
HeaderCard(String, long, String) - Constructor for class nom.tam.fits.HeaderCard
 
HeaderCard(String, String, String) - Constructor for class nom.tam.fits.HeaderCard
Create a HeaderCard from its component parts
HeaderCard(String) - Constructor for class nom.tam.fits.HeaderCard
Create a HeaderCard from a FITS card image
HeaderCardException - Exception in nom.tam.fits
 
HeaderCardException() - Constructor for exception nom.tam.fits.HeaderCardException
 
HeaderCardException(String) - Constructor for exception nom.tam.fits.HeaderCardException
 
heasarcResolve() - Method in class skyview.request.SourceCoordinates
Set up and send query to resolve source name
HelioeclipticCoordinateSystem - Class in skyview.geometry.csys
A helioecliptic coordinate system at a given epoch.
HelioeclipticCoordinateSystem(double) - Constructor for class skyview.geometry.csys.HelioeclipticCoordinateSystem
Get a coordinate system at a given epoch.
HistScaler - Class in skyview.util
Scale an object linearly.
HistScaler() - Constructor for class skyview.util.HistScaler
Provide default scaler that positive values will scale the array logarithmically between 0-255.
HistScaler(double, double, int, int) - Constructor for class skyview.util.HistScaler
Provide a scaler with a specified scaling range to a specified range of bytes.

I

ICRS - Static variable in class skyview.geometry.CoordinateSystem
Standard ICRS coordinates
ICRSCoordinateSystem - Class in skyview.geometry.csys
A class defining the ICRS coordinate system.
ICRSCoordinateSystem() - Constructor for class skyview.geometry.csys.ICRSCoordinateSystem
 
Image - Class in skyview.survey
This class defines an image as the combination of a set of pixel values and a WCS describing the pixel coordinates.
Image() - Constructor for class skyview.survey.Image
Null constructor to be used in overriding classes
Image(double[], WCS, int, int) - Constructor for class skyview.survey.Image
Construct an image given the data and WCS with default depth
Image(double[], WCS, int, int, int) - Constructor for class skyview.survey.Image
Construct an image given the data and WCS with specified depth
ImageData - Class in nom.tam.fits
This class instantiates FITS primary HDU and IMAGE extension data.
ImageData(Header) - Constructor for class nom.tam.fits.ImageData
Create an array from a header description.
ImageData() - Constructor for class nom.tam.fits.ImageData
Create the equivalent of a null data element.
ImageData(Object) - Constructor for class nom.tam.fits.ImageData
Create an ImageData object using the specified object to initialize the data array.
ImageData.ArrayDesc - Class in nom.tam.fits
This class describes an array
ImageData.ImageDataTiler - Class in nom.tam.fits
This inner class allows the ImageTiler to see if the user has read in the data.
ImageFactory - Interface in skyview.survey
This interface is implemented by methods which can build an image using the given string.
ImageFinder - Class in skyview.geometry
 
ImageFinder() - Constructor for class skyview.geometry.ImageFinder
 
ImageGenerator - Interface in skyview.survey
This interface is implemented by classes that dyamically generate a list of images (or more precisely the spells through which the images may be created by an ImageFactory).
ImageHDU - Class in nom.tam.fits
FITS image header/data unit
ImageHDU(Header, Data) - Constructor for class nom.tam.fits.ImageHDU
Build an image HDU using the supplied data.
Imager - Class in skyview.executive
This class generates an image or images from user inputs.
Imager() - Constructor for class skyview.executive.Imager
Initialize the imager.
ImageTiler - Class in nom.tam.image
This class provides a subset of an N-dimensional image.
ImageTiler(RandomAccess, long, int[], Class) - Constructor for class nom.tam.image.ImageTiler
Create a tiler.
incrementPosition(int[], int[], int[]) - Static method in class nom.tam.image.ImageTiler
Increment the offset within the position array.
inDepth - Variable in class skyview.geometry.Sampler
 
info() - Method in class nom.tam.fits.AsciiTableHDU
Print a little information about the data set.
info() - Method in class nom.tam.fits.BasicHDU
Print out some information about this HDU.
info() - Method in class nom.tam.fits.BinaryTableHDU
Print out some information about this HDU.
info() - Method in class nom.tam.fits.ImageHDU
Print out some information about this HDU.
info() - Method in class nom.tam.fits.RandomGroupsHDU
Display structural information about the current HDU.
info() - Method in class nom.tam.fits.UndefinedHDU
Print out some information about this HDU.
inHeight - Variable in class skyview.geometry.Sampler
 
inImage - Variable in class skyview.geometry.Sampler
The input image.
initialize(double[], WCS, int, int, int) - Method in class skyview.survey.Image
Initialize an image.
initializePointers() - Method in class nom.tam.util.ColumnTable
Set the pointer arrays for the eight primitive types to point to the appropriate elements of arrays.
input - Variable in class nom.tam.fits.Data
The inputstream used.
insertComment(String) - Method in class nom.tam.fits.Header
Add a COMMENT line.
insertCommentStyle(String, String) - Method in class nom.tam.fits.Header
Add a line to the header using the COMMENT style, i.e., no '=' in column 9.
insertHDU(BasicHDU, int) - Method in class nom.tam.fits.Fits
Insert a FITS object into the list of HDUs.
insertHistory(String) - Method in class nom.tam.fits.Header
Add a HISTORY line.
INT_INDEX - Static variable in interface nom.tam.util.PrimitiveInfo
 
interchangeAxes() - Method in class skyview.geometry.Scaler
Interchange the X and Y axes
interpolatedValue(double, double) - Method in class skyview.geometry.sampler.SplineSampler
 
inverse() - Method in class skyview.geometry.Converter
Return the inverse of this series of transformations.
inverse() - Method in class skyview.geometry.distorter.DSSDistorter.DSSInvDistorter
Get the inverse Distorter
inverse() - Method in class skyview.geometry.distorter.DSSDistorter
The inverse Distorter (i.e., the undistorter) uses much of the same machinery, so we generate it as a inner class of the distorter.
inverse() - Method in class skyview.geometry.Distorter
 
inverse() - Method in class skyview.geometry.distorter.NeatDistorter
 
inverse() - Method in class skyview.geometry.distorter.NeatDistorter.NeatInvDistorter
 
inverse() - Method in class skyview.geometry.projecter.AitProjecter.AitDeprojecter
Get the inverse transformation
inverse() - Method in class skyview.geometry.projecter.AitProjecter
Get the associated deprojecter
inverse() - Method in class skyview.geometry.projecter.CarProjecter.CarDeprojecter
Get the inverse
inverse() - Method in class skyview.geometry.projecter.CarProjecter
Get the inverse transformation
inverse() - Method in class skyview.geometry.projecter.CscProjecter.CscDeprojecter
 
inverse() - Method in class skyview.geometry.projecter.CscProjecter
Get the inverse transformation
inverse() - Method in class skyview.geometry.Projecter
Get the inverse
inverse() - Method in class skyview.geometry.projecter.SinProjecter
Get the inverse transformation
inverse() - Method in class skyview.geometry.projecter.SinProjecter.SinDeprojecter
Get the inverse transformation
inverse() - Method in class skyview.geometry.projecter.TanProjecter
Get the inverse transformation
inverse() - Method in class skyview.geometry.projecter.TanProjecter.TanDeprojecter
Get the inverse transformation
inverse() - Method in class skyview.geometry.projecter.ZeaProjecter
Get this inverse of the transformation
inverse() - Method in class skyview.geometry.projecter.ZeaProjecter.ZeaDeprojecter
Get the inverse transformation
inverse() - Method in class skyview.geometry.Rotater
This isn't really right...
inverse() - Method in class skyview.geometry.Scaler
Return the inverse transformation.
inverse() - Method in class skyview.geometry.spheredistorter.BesselianDistorter.BesselianInverseDistorter
 
inverse() - Method in class skyview.geometry.spheredistorter.BesselianDistorter
Get the inverse distorter
inverse() - Method in class skyview.geometry.SphereDistorter
 
inverse() - Method in class skyview.geometry.Transformer
Get the inverse of the transformation.
invert() - Method in class skyview.geometry.distorter.DSSDistorter.DSSInvDistorter
Get the forward distorter back
inWidth - Variable in class skyview.geometry.Sampler
 
isCompressed(String) - Static method in class nom.tam.fits.FitsUtil
Check if a filename seems to imply a compressed data stream.
isData(Object) - Static method in class nom.tam.fits.AsciiTableHDU
Check if this data is usable as an ASCII table.
isData(Object) - Static method in class nom.tam.fits.BinaryTableHDU
 
isData(Object) - Static method in class nom.tam.fits.ImageHDU
Check if this object can be described as a FITS image.
isData(Object) - Static method in class nom.tam.fits.RandomGroupsHDU
Check if this data is compatible with Random Groups structure.
isData(Object) - Static method in class nom.tam.fits.UndefinedHDU
Check if we can use the following object as in an Undefined FITS block.
isEmpty() - Method in class nom.tam.util.HashedList
Is the HashedList empty?
isHeader(Header) - Static method in class nom.tam.fits.AsciiTableHDU
Check that this is a valid ascii table header.
isHeader() - Method in class nom.tam.fits.AsciiTableHDU
Check that this HDU has a valid header.
isHeader(Header) - Static method in class nom.tam.fits.BasicHDU
Check that this is a valid header for the HDU.
isHeader(Header) - Static method in class nom.tam.fits.BinaryTableHDU
Check that this is a valid binary table header.
isHeader() - Method in class nom.tam.fits.BinaryTableHDU
Check that this HDU has a valid header.
isHeader(Header) - Static method in class nom.tam.fits.ImageHDU
Check that this HDU has a valid header for this type.
isHeader(Header) - Static method in class nom.tam.fits.RandomGroupsHDU
Is this a random groups header?
isHeader() - Method in class nom.tam.fits.RandomGroupsHDU
Check that this HDU has a valid header.
isHeader(Header) - Static method in class nom.tam.fits.UndefinedHDU
 
isInverse(Transformer) - Method in class skyview.geometry.Converter
Is this the inverse of another transformation.
isInverse(Transformer) - Method in class skyview.geometry.distorter.DSSDistorter.DSSInvDistorter
Is this the inverse of another distorter?
isInverse(Transformer) - Method in class skyview.geometry.distorter.DSSDistorter
Is this the inverse of another distorter?
isInverse(Transformer) - Method in class skyview.geometry.distorter.NeatDistorter
 
isInverse(Transformer) - Method in class skyview.geometry.distorter.NeatDistorter.NeatInvDistorter
 
isInverse(Transformer) - Method in class skyview.geometry.projecter.AitProjecter.AitDeprojecter
Is this the inverse of another transformation?
isInverse(Transformer) - Method in class skyview.geometry.projecter.AitProjecter
Is this the inverse of another transformation?
isInverse(Transformer) - Method in class skyview.geometry.projecter.CarProjecter.CarDeprojecter
Is this an inverse of some other transformation?
isInverse(Transformer) - Method in class skyview.geometry.projecter.CarProjecter
Is this an inverse of some other transformation?
isInverse(Transformer) - Method in class skyview.geometry.projecter.CscProjecter.CscDeprojecter
Is this an inverse of some other transformation?
isInverse(Transformer) - Method in class skyview.geometry.projecter.CscProjecter
Is this an inverse of some other transformation?
isInverse(Transformer) - Method in class skyview.geometry.projecter.SinProjecter
Is this an inverse of some other transformation?
isInverse(Transformer) - Method in class skyview.geometry.projecter.SinProjecter.SinDeprojecter
Is this an inverse of some other transformation?
isInverse(Transformer) - Method in class skyview.geometry.projecter.TanProjecter
Is this an inverse of some other transformation?
isInverse(Transformer) - Method in class skyview.geometry.projecter.TanProjecter.TanDeprojecter
Is this an inverse of some other transformation?
isInverse(Transformer) - Method in class skyview.geometry.projecter.ZeaProjecter
Is this an inverse of some other transformation?
isInverse(Transformer) - Method in class skyview.geometry.projecter.ZeaProjecter.ZeaDeprojecter
Is this an inverse of some other transformation?
isInverse(Transformer) - Method in class skyview.geometry.Rotater
Is this the inverse rotation?
isInverse(Transformer) - Method in class skyview.geometry.Scaler
Is this an inverse of the current scaler?
isInverse(Transformer) - Method in class skyview.geometry.spheredistorter.BesselianDistorter.BesselianInverseDistorter
Is the the inverse of another transformation
isInverse(Transformer) - Method in class skyview.geometry.spheredistorter.BesselianDistorter
Is the the inverse of another transformation
isInverse(Transformer) - Method in class skyview.geometry.Transformer
Are these two transformations, inverses of each other? This method is used to optimize a series of transformations where transformations.
isKeyValuePair() - Method in class nom.tam.fits.HeaderCard
Is this a key/value card?
isNull(int, int) - Method in class nom.tam.fits.AsciiTable
See if an element is null.
isNull(int, int) - Method in class nom.tam.fits.AsciiTableHDU
See if an element is null
isNumeric - Static variable in interface nom.tam.util.PrimitiveInfo
Is this a numeric class
isPrimary - Variable in class nom.tam.fits.BasicHDU
Is this the first HDU in a FITS file?
isRotation() - Method in class skyview.geometry.csys.BesselianCoordinateSystem
This coordinate system is not just a rotation away from the reference frame.
isStringValue() - Method in class nom.tam.fits.HeaderCard
Does this card contain a string value?
isTiled() - Method in class skyview.survey.DSSImage
Is this image tiled
isTiled() - Method in class skyview.survey.Image
Is this image tiled? I.e., do we read in only a piece of the image at a time?
iterator() - Method in class nom.tam.fits.Header
Get an iterator over the header cards
iterator() - Method in class nom.tam.util.HashedList
Return an iterator over the entire list.
iterator(Object) - Method in class nom.tam.util.HashedList
Return an iterator over the list starting with the entry with a given key.
iterator(int) - Method in class nom.tam.util.HashedList
Return an iterator starting with the n'th entry.

J

J2000 - Static variable in class skyview.geometry.CoordinateSystem
Standard J2000 coordinates -- the reference frame
JulianCoordinateSystem - Class in skyview.geometry.csys
The class defining Julian coordinate systems.
JulianCoordinateSystem(double) - Constructor for class skyview.geometry.csys.JulianCoordinateSystem
Get a Julian CoordinateSystem of a given epoch.

L

LanczosSampler - Class in skyview.geometry.sampler
This class implements a nearest neighbor sampling scheme.
LanczosSampler() - Constructor for class skyview.geometry.sampler.LanczosSampler
Create a three lobe lanczos sampler as a default width.
LAST_NUMERIC - Static variable in interface nom.tam.util.PrimitiveInfo
Index of last element of above arrays referring to a numeric type
lat - Variable in class skyview.executive.Imager
The lon/lat (or RA/dec) coordinates of the output image.
length() - Method in class nom.tam.util.BufferedFile
Get the current length of the file.
LinearScaler - Class in skyview.util
Scale an object linearly.
LinearScaler() - Constructor for class skyview.util.LinearScaler
 
LinearScaler(double, double, int, int) - Constructor for class skyview.util.LinearScaler
Provide a scaler with a specified scaling range to a specified range of bytes.
LISampler - Class in skyview.geometry.sampler
This class implements a linear interpolation sampling scheme.
LISampler() - Constructor for class skyview.geometry.sampler.LISampler
 
LogScaler - Class in skyview.util
Scale an object linearly.
LogScaler() - Constructor for class skyview.util.LogScaler
Provide default scaler that positive values will scale the array logarithmically between 0-255.
LogScaler(double, double, int, int, boolean) - Constructor for class skyview.util.LogScaler
Provide a scaler with a specified scaling range to a specified range of bytes.
lon - Variable in class skyview.executive.Imager
The lon/lat (or RA/dec) coordinates of the output image.
LONG_INDEX - Static variable in interface nom.tam.util.PrimitiveInfo
 

M

main(String[]) - Static method in class nom.tam.fits.FitsDate
 
main(String[]) - Static method in class skyview.executive.Imager
Generate an image given the input parameters.
main(String[]) - Static method in class skyview.geometry.Position
Test the Position class
main(String[]) - Static method in class skyview.request.SourceCoordinates
Test functionality.
makeData() - Method in class nom.tam.fits.Header
Create the data element corresponding to the current header
makeHDU(Header) - Static method in class nom.tam.fits.Fits
Create an HDU from the given header.
makeHDU(Object) - Static method in class nom.tam.fits.Fits
Create an HDU from the given data kernel.
makeHDU(Data) - Static method in class nom.tam.fits.Fits
Create an HDU from the given Data.
manufactureData(Header) - Static method in class nom.tam.fits.AsciiTableHDU
Create a Data object to correspond to the header description.
manufactureData() - Method in class nom.tam.fits.AsciiTableHDU
 
manufactureData(Header) - Static method in class nom.tam.fits.BinaryTableHDU
Create data from a binary table header.
manufactureData() - Method in class nom.tam.fits.BinaryTableHDU
 
manufactureData() - Method in class nom.tam.fits.ImageHDU
Create a Data object to correspond to the header description.
manufactureData(Header) - Static method in class nom.tam.fits.ImageHDU
 
manufactureData() - Method in class nom.tam.fits.RandomGroupsHDU
Create a FITS Data object corresponding to this HDU header.
manufactureData(Header) - Static method in class nom.tam.fits.RandomGroupsHDU
Create FITS data object corresponding to a given header.
manufactureData() - Method in class nom.tam.fits.UndefinedHDU
Create a Data object to correspond to the header description.
manufactureData(Header) - Static method in class nom.tam.fits.UndefinedHDU
 
manufactureHeader(Data) - Static method in class nom.tam.fits.AsciiTableHDU
 
manufactureHeader(Data) - Static method in class nom.tam.fits.BinaryTableHDU
Build a binary table HDU from the supplied data.
manufactureHeader(Data) - Static method in class nom.tam.fits.ImageHDU
Create a header that describes the given image data.
manufactureHeader(Data) - Static method in class nom.tam.fits.UndefinedHDU
Create a header that describes the given image data.
MAX_KEYWORD_LENGTH - Static variable in class nom.tam.fits.HeaderCard
Maximum length of a FITS keyword field
MAX_VALUE_LENGTH - Static variable in class nom.tam.fits.HeaderCard
Maximum length of a FITS value field
maxInArray(int[]) - Static method in class skyview.util.Utilities
Find the maximum value in an integer array
maxInArray(double[]) - Static method in class skyview.util.Utilities
Find the maximum value of a double array.
maxLength(String[]) - Static method in class nom.tam.fits.FitsUtil
Get the maximum length of a String in a String array.
mimicArray(Object, Class) - Static method in class nom.tam.util.ArrayFuncs
Create an array of a type given by new type with the dimensionality given in array.
minInArray(double[]) - Static method in class skyview.util.Utilities
Find the minimum value of an array.
minMaxInArray(double[]) - Static method in class skyview.util.Utilities
The the extremum values in an array
mos - Variable in class skyview.executive.Imager
The Mosaicker used in generating the ouput image.
Mosaicker - Class in skyview.geometry
A mosaicker is an object which creates a new image from a set of input images.
Mosaicker() - Constructor for class skyview.geometry.Mosaicker
 
myData - Variable in class nom.tam.fits.BasicHDU
The associated data unit.
myHeader - Variable in class nom.tam.fits.BasicHDU
The associated header.

N

NeatDistorter - Class in skyview.geometry.distorter
This class implements the NEAT radial distortion.
NeatDistorter(double, double, double) - Constructor for class skyview.geometry.distorter.NeatDistorter
 
NeatDistorter.NeatInvDistorter - Class in skyview.geometry.distorter
 
NeatDistorter.NeatInvDistorter() - Constructor for class skyview.geometry.distorter.NeatDistorter.NeatInvDistorter
 
nElements(Object) - Static method in class nom.tam.util.ArrayFuncs
Count the number of elements in an array
newInstance(Class, int) - Static method in class nom.tam.util.ArrayFuncs
Allocate an array dynamically.
newInstance(Class, int[]) - Static method in class nom.tam.util.ArrayFuncs
Allocate an array dynamically.
next() - Method in class nom.tam.util.HashedList.HashedListIterator
Get the next entry.
NNSampler - Class in skyview.geometry.sampler
This class implements a nearest neighbor sampling
NNSampler() - Constructor for class skyview.geometry.sampler.NNSampler
 
nom.tam.fits - package nom.tam.fits
 
nom.tam.image - package nom.tam.image
 
nom.tam.util - package nom.tam.util
 

O

outDepth - Variable in class skyview.geometry.Sampler
 
outHeight - Variable in class skyview.geometry.Sampler
 
outImage - Variable in class skyview.geometry.Sampler
The output image.
output - Variable in class skyview.executive.Imager
The current output image
outWidth - Variable in class skyview.geometry.Sampler
 

P

p - Variable in class skyview.executive.Imager
The Projection object for the output image.
padding(int) - Static method in class nom.tam.fits.FitsUtil
How many bytes are needed to fill the last 2880 block?
parseCoords() - Method in class skyview.request.SourceCoordinates
extract coordinates that match coordinate system of user patch from query return
parseHeader(Header) - Method in class nom.tam.fits.ImageData
 
pointToData(Data) - Method in class nom.tam.fits.Header
Deprecated. Use the appropriate Header constructor.
Position - Class in skyview.geometry
This class represents a position in the sky.
Position(double, double) - Constructor for class skyview.geometry.Position
Define a position object in the standard (J2000) frame
Position(double, double, String) - Constructor for class skyview.geometry.Position
Define a position object used a specified frame
precession() - Method in class skyview.geometry.csys.JulianCoordinateSystem
Get the Julian Precession Matrix for a given epoch (from J2000).
prepareScaling(double[]) - Method in class skyview.util.HistScaler
 
prepareScaling(double[]) - Method in class skyview.util.LinearScaler
Set up the scaling.
prepareScaling(double[]) - Method in class skyview.util.LogScaler
Prepare to scale the data
prepareScaling(double[]) - Method in class skyview.util.Scaler
Get ready for scaling in this particular instance.
prepareScaling(double[]) - Method in class skyview.util.SqrtScaler
Prepare to scale the data
preserves() - Method in class skyview.geometry.distorter.DSSDistorter
 
prev() - Method in interface nom.tam.util.Cursor
Get the previous element
prev() - Method in class nom.tam.util.HashedList.HashedListIterator
Get the previous entry.
primitiveArrayRecurse(Object) - Method in class nom.tam.util.BufferedDataInputStream
Read recursively over a multi-dimensional array.
primitiveArrayRecurse(Object) - Method in class nom.tam.util.BufferedFile
 
PrimitiveInfo - Interface in nom.tam.util
This interface collects some information about Java primitives.
printOut() - Method in class skyview.geometry.Rotater
Debug output
printVert(int, double[], double[], String) - Static method in class skyview.geometry.sampler.ClipSampler
Debugging routine that prints a list of vertices.
process(Image[], Image, int[], Sampler, DepthSampler) - Method in class skyview.geometry.Deedger
Initialized the de-edger.
process(Image[], Image, int[], Sampler, DepthSampler) - Method in class skyview.geometry.Mosaicker
Populate the pixel values of the output mosaic.
process(Image[], Image, int[], Sampler, DepthSampler) - Method in interface skyview.geometry.Processor
Perform the processing task associated with this object.
Processor - Interface in skyview.geometry
 
processSurvey(int, String) - Method in class skyview.executive.Imager
Process a particular survey.
Projecter - Class in skyview.geometry
This class projects a point from the celestial sphere to a projection plane.
Projecter() - Constructor for class skyview.geometry.Projecter
 
Projection - Class in skyview.geometry
This class implements projection algorithms to/from a projection plane and the unit sphere.
Projection(String) - Constructor for class skyview.geometry.Projection
Get the correct projection
Projection(String, double[]) - Constructor for class skyview.geometry.Projection
Create the specified projection.
ProxyImage - Class in skyview.survey
 
ProxyImage(String, WCS, int, int, int) - Constructor for class skyview.survey.ProxyImage
Construct a WCS
put(String, String) - Static method in class skyview.executive.Settings
Save a key and value

R

RandomAccess - Interface in nom.tam.util
These packages define the methods which indicate that an i/o stream may be accessed in arbitrary order.
RandomGroupsData - Class in nom.tam.fits
This class instantiates FITS Random Groups data.
RandomGroupsData() - Constructor for class nom.tam.fits.RandomGroupsData
Create the equivalent of a null data element.
RandomGroupsData(Object[][]) - Constructor for class nom.tam.fits.RandomGroupsData
Create a RandomGroupsData object using the specified object to initialize the data array.
RandomGroupsHDU - Class in nom.tam.fits
Random groups HDUs.
RandomGroupsHDU(Header, Data) - Constructor for class nom.tam.fits.RandomGroupsHDU
Create an HDU from the given header and data
randomInit(String) - Method in class nom.tam.fits.Fits
Initialize using buffered random access
read(ArrayDataInput) - Method in class nom.tam.fits.AsciiTable
Read in an ASCII table.
read(ArrayDataInput) - Method in class nom.tam.fits.BasicHDU
 
read(ArrayDataInput) - Method in class nom.tam.fits.BinaryTable
Read the data -- or defer reading on random access
read(ArrayDataInput) - Method in class nom.tam.fits.Data
Read a data array into the current object and if needed position to the beginning of the next FITS block.
read() - Method in class nom.tam.fits.Fits
Return all HDUs for the Fits object.
read(InputStream) - Method in class nom.tam.fits.Fits
Read a FITS file from an InputStream object.
read(ArrayDataInput) - Method in interface nom.tam.fits.FitsElement
Read the contents of the element from an input source.
read(ArrayDataInput) - Method in class nom.tam.fits.FitsHeap
Read the heap
read(ArrayDataInput) - Method in class nom.tam.fits.Header
Read a stream for header data.
read(ArrayDataInput) - Method in class nom.tam.fits.ImageData
 
read(ArrayDataInput) - Method in class nom.tam.fits.RandomGroupsData
Read the RandomGroupsData
read(ArrayDataInput) - Method in class nom.tam.fits.UndefinedData
 
read(byte[]) - Method in interface nom.tam.util.ArrayDataInput
 
read(boolean[]) - Method in interface nom.tam.util.ArrayDataInput
 
read(short[]) - Method in interface nom.tam.util.ArrayDataInput
 
read(char[]) - Method in interface nom.tam.util.ArrayDataInput
 
read(int[]) - Method in interface nom.tam.util.ArrayDataInput
 
read(long[]) - Method in interface nom.tam.util.ArrayDataInput
 
read(float[]) - Method in interface nom.tam.util.ArrayDataInput
 
read(double[]) - Method in interface nom.tam.util.ArrayDataInput
 
read(byte[], int, int) - Method in interface nom.tam.util.ArrayDataInput
 
read(boolean[], int, int) - Method in interface nom.tam.util.ArrayDataInput
 
read(char[], int, int) - Method in interface nom.tam.util.ArrayDataInput
 
read(short[], int, int) - Method in interface nom.tam.util.ArrayDataInput
 
read(int[], int, int) - Method in interface nom.tam.util.ArrayDataInput
 
read(long[], int, int) - Method in interface nom.tam.util.ArrayDataInput
 
read(float[], int, int) - Method in interface nom.tam.util.ArrayDataInput
 
read(double[], int, int) - Method in interface nom.tam.util.ArrayDataInput
 
read(byte[], int, int) - Method in class nom.tam.util.BufferedDataInputStream
Read a byte array.
read(boolean[]) - Method in class nom.tam.util.BufferedDataInputStream
Read a boolean array
read(boolean[], int, int) - Method in class nom.tam.util.BufferedDataInputStream
Read a boolean array.
read(short[]) - Method in class nom.tam.util.BufferedDataInputStream
Read a short array
read(short[], int, int) - Method in class nom.tam.util.BufferedDataInputStream
Read a short array
read(char[]) - Method in class nom.tam.util.BufferedDataInputStream
Read a character array
read(char[], int, int) - Method in class nom.tam.util.BufferedDataInputStream
Read a character array
read(int[]) - Method in class nom.tam.util.BufferedDataInputStream
Read an integer array
read(int[], int, int) - Method in class nom.tam.util.BufferedDataInputStream
Read an integer array
read(long[]) - Method in class nom.tam.util.BufferedDataInputStream
Read a long array
read(long[], int, int) - Method in class nom.tam.util.BufferedDataInputStream
Read a long array
read(float[]) - Method in class nom.tam.util.BufferedDataInputStream
Read a float array
read(float[], int, int) - Method in class nom.tam.util.BufferedDataInputStream
Read a float array
read(double[]) - Method in class nom.tam.util.BufferedDataInputStream
Read a double array
read(double[], int, int) - Method in class nom.tam.util.BufferedDataInputStream
Read a double array
read(byte[]) - Method in class nom.tam.util.BufferedFile
Create a buffered file using a mapped /** Read an entire byte array.
read(byte[], int, int) - Method in class nom.tam.util.BufferedFile
Read into a segment of a byte array.
read() - Method in class nom.tam.util.BufferedFile
Read a byte
read(boolean[]) - Method in class nom.tam.util.BufferedFile
 
read(boolean[], int, int) - Method in class nom.tam.util.BufferedFile
 
read(short[]) - Method in class nom.tam.util.BufferedFile
 
read(short[], int, int) - Method in class nom.tam.util.BufferedFile
 
read(char[]) - Method in class nom.tam.util.BufferedFile
 
read(char[], int, int) - Method in class nom.tam.util.BufferedFile
 
read(int[]) - Method in class nom.tam.util.BufferedFile
 
read(int[], int, int) - Method in class nom.tam.util.BufferedFile
 
read(long[]) - Method in class nom.tam.util.BufferedFile
 
read(long[], int, int) - Method in class nom.tam.util.BufferedFile
 
read(float[]) - Method in class nom.tam.util.BufferedFile
 
read(float[], int, int) - Method in class nom.tam.util.BufferedFile
 
read(double[]) - Method in class nom.tam.util.BufferedFile
 
read(double[], int, int) - Method in class nom.tam.util.BufferedFile
 
read(ArrayDataInput) - Method in class nom.tam.util.ColumnTable
Read a table.
readArray(Object) - Method in interface nom.tam.util.ArrayDataInput
Read a generic (possibly multidimenionsional) primitive array.
readArray(Object) - Method in class nom.tam.util.BufferedDataInputStream
Read an object.
readArray(Object) - Method in class nom.tam.util.BufferedFile
This routine provides efficient reading of arrays of any primitive type.
readBoolean() - Method in class nom.tam.util.BufferedDataInputStream
Read a boolean value.
readBoolean() - Method in class nom.tam.util.BufferedFile
Read a boolean
readByte() - Method in class nom.tam.util.BufferedDataInputStream
Read a byte value in the range -128 to 127.
readByte() - Method in class nom.tam.util.BufferedFile
Read a byte
readChar() - Method in class nom.tam.util.BufferedDataInputStream
Read a 2-byte value as a character.
readChar() - Method in class nom.tam.util.BufferedFile
Read a char
readData(ArrayDataInput) - Method in class nom.tam.fits.AsciiTableHDU
Skip the ASCII table and throw an exception.
readData(ArrayDataInput) - Method in class nom.tam.fits.BasicHDU
Read in the Data object for this HDU.
readDouble() - Method in class nom.tam.util.BufferedDataInputStream
Read an 8 byte real number.
readDouble() - Method in class nom.tam.util.BufferedFile
Read a double.
readFloat() - Method in class nom.tam.util.BufferedDataInputStream
Read a 4 byte real number.
readFloat() - Method in class nom.tam.util.BufferedFile
Read a float.
readFully(byte[]) - Method in class nom.tam.util.BufferedDataInputStream
Read a buffer and signal an EOF if the buffer cannot be fully read.
readFully(byte[], int, int) - Method in class nom.tam.util.BufferedDataInputStream
Read a buffer and signal an EOF if the requested elements cannot be read.
readFully(byte[]) - Method in class nom.tam.util.BufferedFile
Read a byte array fully.
readFully(byte[], int, int) - Method in class nom.tam.util.BufferedFile
Read a byte array fully.
readHDU() - Method in class nom.tam.fits.Fits
Read the next HDU on the default input stream.
readHeader(ArrayDataInput) - Static method in class nom.tam.fits.Header
Create a header by reading the information from the input stream.
readInt() - Method in class nom.tam.util.BufferedDataInputStream
Read an integer.
readInt() - Method in class nom.tam.util.BufferedFile
Read an int
readLine() - Method in class nom.tam.util.BufferedDataInputStream
Deprecated. Use BufferedReader methods.
readLine() - Method in class nom.tam.util.BufferedFile
Read a line of input.
readLong() - Method in class nom.tam.util.BufferedDataInputStream
Read a long.
readLong() - Method in class nom.tam.util.BufferedFile
Read a long.
readPrimitiveArray(Object) - Method in class nom.tam.util.BufferedDataInputStream
Deprecated. See readArray(Object o).
readShort() - Method in class nom.tam.util.BufferedDataInputStream
Read a 2-byte value as a short (-32788 to 32767)
readShort() - Method in class nom.tam.util.BufferedFile
Read a short
readTrueData(ArrayDataInput) - Method in class nom.tam.fits.BinaryTable
Read table, heap and padding
readUnsignedByte() - Method in class nom.tam.util.BufferedDataInputStream
Read a byte value in the range 0-255.
readUnsignedByte() - Method in class nom.tam.util.BufferedFile
Read an unsigned byte.
readUnsignedShort() - Method in class nom.tam.util.BufferedDataInputStream
Read a 2-byte value in the range 0-65536.
readUnsignedShort() - Method in class nom.tam.util.BufferedFile
Read an unsigned short.
readUTF() - Method in class nom.tam.util.BufferedDataInputStream
Read a String in the UTF format.
readUTF() - Method in class nom.tam.util.BufferedFile
Read a string encoded as a UTF.
RecursiveImageFinder - Class in skyview.geometry.imagefinder
This class finds the best images to be used for sampling using a recursive rectangle algorithm.
RecursiveImageFinder() - Constructor for class skyview.geometry.imagefinder.RecursiveImageFinder
 
remove() - Method in class nom.tam.util.HashedList.HashedListIterator
Remove the last retrieved entry.
remove(Object) - Method in class nom.tam.util.HashedList
Remove an object from the list.
removeAll(Collection) - Method in class nom.tam.util.HashedList
Remove all the elements that are found in another collection.
removeCard(String) - Method in class nom.tam.fits.Header
Add or replace a key using the preformatted value.
removeKey(Object) - Method in class nom.tam.util.HashedList
Remove a keyed object from the list.
replace(String, String, String, boolean) - Static method in class skyview.survey.Util
 
replaceKey(Object, Object) - Method in class nom.tam.util.HashedList
Replace the key of a given element.
reposition(Object, long) - Static method in class nom.tam.fits.FitsUtil
Reposition a random access stream to a requested offset
restore() - Static method in class skyview.executive.Settings
Restore a previously saved state.
retainAll(Collection) - Method in class nom.tam.util.HashedList
Retain only elements contained in another collection
rewrite() - Method in class nom.tam.fits.BasicHDU
Rewrite the HDU
rewrite() - Method in class nom.tam.fits.Data
 
rewrite() - Method in interface nom.tam.fits.FitsElement
Rewrite the contents of the element in place.
rewrite() - Method in class nom.tam.fits.FitsHeap
Attempt to rewrite the heap with the current contents.
rewrite() - Method in class nom.tam.fits.Header
Rewrite the header.
rewriteable() - Method in class nom.tam.fits.BasicHDU
Is the HDU rewriteable
rewriteable() - Method in class nom.tam.fits.Data
 
rewriteable() - Method in interface nom.tam.fits.FitsElement
Can this element be rewritten?
rewriteable() - Method in class nom.tam.fits.FitsHeap
 
rewriteable() - Method in class nom.tam.fits.Header
Can the header be rewritten without rewriting the entire file?
Rotater - Class in skyview.geometry
 
Rotater(double[][]) - Constructor for class skyview.geometry.Rotater
Create a matrix from input data.
Rotater(String, double, double, double) - Constructor for class skyview.geometry.Rotater
Form a rotation from the Euler angles - three successive rotations about specified Cartesian axes
run(String[]) - Method in class skyview.executive.Imager
Run an image with a given set of arguments
run() - Method in class skyview.request.SourceCoordinates
send query to resolve user input

S

s - Variable in class skyview.executive.Imager
The Scaler object for the output image.
samp - Variable in class skyview.executive.Imager
The sampler object used to create the output image.
sample(Image) - Method in class skyview.geometry.DepthSampler
Sample an image according the the input specification
sample(int) - Method in class skyview.geometry.sampler.ClipSampler
 
sample(int) - Method in class skyview.geometry.sampler.LanczosSampler
Sample a single pixel
sample(int) - Method in class skyview.geometry.sampler.LISampler
Sample at a specified pixel
sample(int) - Method in class skyview.geometry.sampler.NNSampler
Sample at a specified pixel
sample(int) - Method in class skyview.geometry.Sampler
Find the value in the input data to put in the output data.
sample(int) - Method in class skyview.geometry.sampler.SplineSampler
 
samplePixel(int, double[], double[]) - Method in class skyview.geometry.sampler.ClipSampler
Sample a single map pixel.
Sampler - Class in skyview.geometry
 
Sampler() - Constructor for class skyview.geometry.Sampler
 
save() - Static method in class skyview.executive.Settings
Save the current state of the settings for a later restoration
scale() - Method in class skyview.geometry.Scaler
What is the scale of this transformation? This is defined as the ratio of the lengths between a unit transformation on input.
scale(double) - Method in class skyview.util.HistScaler
 
scale(double) - Method in class skyview.util.LinearScaler
Scale a single value
scale(double) - Method in class skyview.util.LogScaler
Scale an value.
scale(double) - Method in class skyview.util.Scaler
Scale a single number.
scale(double) - Method in class skyview.util.SqrtScaler
Scale an value.
scaleArray(Object) - Method in class skyview.util.Scaler
Scale an array assumed to be a double array of arbitrary dimensionality.
Scaler - Class in skyview.geometry
This class does 2-D scalings, rotations and linear transformations.
Scaler(double, double, double, double, double, double) - Constructor for class skyview.geometry.Scaler
Create a scaler where y0 = x0 + a00*x0 + a01*x1, y1 = x0+a10*x0+a11*x1.
Scaler - Class in skyview.util
Scale an object.
Scaler() - Constructor for class skyview.util.Scaler
Provide default scaler.
Scaler(double, double, int, int) - Constructor for class skyview.util.Scaler
Provide a scaler with a specified scaling range to a specified range of bytes.
seek(long) - Method in class nom.tam.util.BufferedFile
Move to the current offset from the beginning of the file.
seek(long) - Method in interface nom.tam.util.RandomAccess
Move to a specified location in the stream.
setAlign(boolean) - Method in class nom.tam.util.ByteFormatter
Set the alignment flag.
setAllCoords(String, String, double, double, String) - Method in class skyview.request.SourceCoordinates
Update center coordinates or object in decimal and HHMMSS forms.
setBitpix(int) - Method in class nom.tam.fits.Header
Set the BITPIX value for the header.
setBounds(int[]) - Method in class skyview.geometry.Sampler
Set the bounds of the output image that may be asked for.
setBuffer(byte[]) - Method in class nom.tam.util.ByteParser
Set the buffer for the parser
setColumn(int, Object) - Method in class nom.tam.fits.AsciiTable
Replace a column with new data.
setColumn(int, Object) - Method in class nom.tam.fits.BinaryTable
Replace a column in the table.
setColumn(int, Object) - Method in interface nom.tam.fits.TableData
 
setColumn(String, Object) - Method in class nom.tam.fits.TableHDU
 
setColumn(int, Object) - Method in class nom.tam.fits.TableHDU
 
setColumn(int, Object) - Method in class nom.tam.util.ColumnTable
Set the values in a particular column.
setColumn(int, Object) - Method in interface nom.tam.util.DataTable
 
setColumnName(int, String, String) - Method in class nom.tam.fits.TableHDU
 
setCurrentColumn(int) - Method in class nom.tam.fits.TableHDU
 
setData(int, double) - Method in class skyview.survey.DSSImage
Set the Data associated with the image.
setData(int, double) - Method in class skyview.survey.Image
Set the Data associated with the image.
setData(int, double) - Method in class skyview.survey.ProxyImage
Set the Data associated with the image.
setDataArray(double[]) - Method in class skyview.survey.DSSImage
Set the data array
setDataArray(double[]) - Method in class skyview.survey.Image
Set the data array
setDataArray(double[]) - Method in class skyview.survey.ProxyImage
Set the data array
setDistorter(Distorter) - Method in class skyview.geometry.Projection
 
setDrizzle(double) - Method in class skyview.geometry.sampler.ClipSampler
Set the drizzle factor for sampling
setElement(int, int, Object) - Method in class nom.tam.fits.AsciiTable
Modify an element in the table
setElement(int, int, Object) - Method in class nom.tam.fits.BinaryTable
Replace a single element within the table.
setElement(int, int, Object) - Method in interface nom.tam.fits.TableData
 
setElement(int, int, Object) - Method in class nom.tam.fits.TableHDU
 
setElement(int, int, Object) - Method in class nom.tam.util.ColumnTable
Modify an element of the table.
setElement(int, int, Object) - Method in interface nom.tam.util.DataTable
 
setFactory(ImageFactory) - Static method in class skyview.survey.ProxyImage
Set the factory that is used to create the real images
setFileOffset(Object) - Method in class nom.tam.fits.Data
Set the fields needed for a re-read
setFillFields(boolean) - Method in class nom.tam.util.ByteParser
Do we require a field to completely fill up the specified length (with optional leading and trailing white space.
setFlattenedColumn(int, Object) - Method in class nom.tam.fits.BinaryTable
Set a column with the data aleady flattened.
setInput(Image) - Method in class skyview.geometry.Sampler
Set the input image for the sampling
setInput(Image) - Method in class skyview.geometry.sampler.SplineSampler
Construct a sample of a given degree.
setInputStream(InputStream) - Method in class skyview.survey.HDecompressor
Set the input stream for an Hdecomp object.
setIntensive(boolean) - Method in class skyview.geometry.sampler.ClipSampler
 
setKey(Object) - Method in interface nom.tam.util.Cursor
Point the list at a particular element.
setKey(Object) - Method in class nom.tam.util.HashedList.HashedListIterator
Point the iterator to a particular keyed entry.
setLength(long) - Method in class nom.tam.util.BufferedFile
Set the length of the file.
setMaxVal(double) - Method in class skyview.util.Scaler
 
setMinMax(double[]) - Method in class skyview.util.HistScaler
 
setMinMax(double[]) - Method in class skyview.util.Scaler
 
setMinVal(double) - Method in class skyview.util.Scaler
 
setName(String) - Method in class skyview.survey.Image
set the name of the image
setName(String) - Method in class skyview.survey.ProxyImage
set the name of the image
setNaxes(int) - Method in class nom.tam.fits.Header
Set the value of the NAXIS keyword
setNaxis(int, int) - Method in class nom.tam.fits.Header
Set the dimension for a given axis.
setNull(int, int, boolean) - Method in class nom.tam.fits.AsciiTable
Mark (or unmark) an element as null.
setNull(int, int, boolean) - Method in class nom.tam.fits.AsciiTableHDU
Mark an entry as null.
setNullString(int, String) - Method in class nom.tam.fits.AsciiTableHDU
Set the null string for a column
setOffset(int) - Method in class nom.tam.util.ByteParser
Set the offset into the array.
setOrder(int) - Method in class skyview.geometry.sampler.LanczosSampler
Create a Lanczos sample of specified width sampler The data will be set later.
setOrder(int) - Method in class skyview.geometry.Sampler
Set the order of the classifier.
setOrder(int) - Method in class skyview.geometry.sampler.SplineSampler
Set the order
setOutput(Image) - Method in class skyview.geometry.sampler.ClipSampler
 
setOutput(Image) - Method in class skyview.geometry.Sampler
Set the output image for the sampling
setPrimaryHDU(boolean) - Method in class nom.tam.fits.ImageHDU
Change the Image from/to primary
setPrimaryHDU(boolean) - Method in class nom.tam.fits.RandomGroupsHDU
Move a RandomGroupsHDU to or from the beginning of a FITS file.
setRotater(Rotater) - Method in class skyview.geometry.Projection
Update the Rotater...
setRow(int, Object[]) - Method in class nom.tam.fits.AsciiTable
Modify a row in the table
setRow(int, Object[]) - Method in class nom.tam.fits.BinaryTable
Replace a row in the table.
setRow(int, Object[]) - Method in interface nom.tam.fits.TableData
 
setRow(int, Object[]) - Method in class nom.tam.fits.TableHDU
 
setRow(int, Object) - Method in class nom.tam.util.ColumnTable
Modify a row of data.
setRow(int, Object) - Method in interface nom.tam.util.DataTable
 
setSimple(boolean) - Method in class nom.tam.fits.Header
Set the SIMPLE keyword to the given value.
setSimpleRange(double, double) - Method in class nom.tam.util.ByteFormatter
Set the range of real numbers that will be formatted in non-scientific notation, i.e., .00001 rather than 1.0e-5.
setStream(ArrayDataInput) - Method in class nom.tam.fits.Fits
Set the data stream to be used for future input.
Settings - Class in skyview.executive
This class defines a singleton where SkyView preferences/settings can be set and gotten from anywhere in the system.
setTransform(Transformer) - Method in class skyview.geometry.Sampler
Set the transformation information.
setTruncateOnOverflow(boolean) - Method in class nom.tam.util.ByteFormatter
Set the truncation behavior.
setTruncationFill(char) - Method in class nom.tam.util.ByteFormatter
Set the truncation fill character.
setTruncationThrow(boolean) - Method in class nom.tam.util.ByteFormatter
Should truncations cause a truncation overflow?
setup(Object[], int[]) - Method in class nom.tam.util.ColumnTable
Actually perform the initialization.
setUseAsciiTables(boolean) - Static method in class nom.tam.fits.FitsFactory
Indicate whether ASCII tables should be used where feasible.
setUseHierarch(boolean) - Static method in class nom.tam.fits.FitsFactory
Enable/Disable hierarchical keyword processing.
setX(double) - Method in class skyview.request.SourceCoordinates
Set the X value
setXtension(String) - Method in class nom.tam.fits.Header
Set the XTENSION keyword to the given value.
setY(double) - Method in class skyview.request.SourceCoordinates
 
sexagesimal(double, int) - Static method in class skyview.util.Utilities
Format a sexagesimal coordinate string.
SHORT_INDEX - Static variable in interface nom.tam.util.PrimitiveInfo
 
SIAPGenerator - Class in skyview.survey
This class gets a set of candidates from a SIAP request
SIAPGenerator() - Constructor for class skyview.survey.SIAPGenerator
 
SinProjecter - Class in skyview.geometry.projecter
 
SinProjecter() - Constructor for class skyview.geometry.projecter.SinProjecter
 
SinProjecter.SinDeprojecter - Class in skyview.geometry.projecter
 
SinProjecter.SinDeprojecter() - Constructor for class skyview.geometry.projecter.SinProjecter.SinDeprojecter
 
size() - Method in class nom.tam.fits.Fits
Deprecated. The meaning of size of ambiguous. Use
size() - Method in class nom.tam.fits.FitsHeap
 
size() - Method in class nom.tam.fits.Header
Deprecated. see numberOfCards(). The units of the size of the header may be unclear.
size() - Method in class nom.tam.util.HashedList
Return the number of elements in the list.
sizes - Static variable in interface nom.tam.util.PrimitiveInfo
Sizes
skip(long) - Method in interface nom.tam.util.ArrayDataInput
 
skip(long) - Method in class nom.tam.util.BufferedFile
Skip from the current position.
skip(int) - Method in class nom.tam.util.ByteParser
Skip bytes in the buffer
skipBytes(int) - Method in class nom.tam.util.BufferedDataInputStream
Skip the requested number of bytes.
skipBytes(int) - Method in class nom.tam.util.BufferedFile
Skip the number of bytes.
skipData(ArrayDataInput, Header) - Static method in class nom.tam.fits.BasicHDU
Skip the Data object immediately after the given Header object on the given stream object.
skipData(ArrayDataInput) - Method in class nom.tam.fits.BasicHDU
Skip the Data object for this HDU.
skipHDU(int) - Method in class nom.tam.fits.Fits
Skip HDUs on the associate input stream.
skipHDU() - Method in class nom.tam.fits.Fits
Skip the next HDU on the default input stream.
skipWhite(int) - Method in class nom.tam.util.ByteParser
Skip white space.
skyview - package skyview
 
skyview.executive - package skyview.executive
 
skyview.geometry - package skyview.geometry
 
skyview.geometry.csys - package skyview.geometry.csys
 
skyview.geometry.distorter - package skyview.geometry.distorter
 
skyview.geometry.imagefinder - package skyview.geometry.imagefinder
 
skyview.geometry.projecter - package skyview.geometry.projecter
 
skyview.geometry.sampler - package skyview.geometry.sampler
 
skyview.geometry.spheredistorter - package skyview.geometry.spheredistorter
 
skyview.request - package skyview.request
 
skyview.survey - package skyview.survey
 
skyview.util - package skyview.util
 
SmartIntArray - Class in skyview.util
this class allows you to build an array as you go.
SmartIntArray() - Constructor for class skyview.util.SmartIntArray
 
SmartIntArray(int) - Constructor for class skyview.util.SmartIntArray
 
SmartIntArray(int, int) - Constructor for class skyview.util.SmartIntArray
 
SourceCoordinates - Class in skyview.request
Converts user input to coordinates and stores coordinates in decimal and sexigesimal formats.
SourceCoordinates(double, double) - Constructor for class skyview.request.SourceCoordinates
 
SourceCoordinates(String, String, double, String) - Constructor for class skyview.request.SourceCoordinates
Constructor
specialReference() - Method in class skyview.geometry.Projection
 
sphdist(double, double, double, double) - Static method in class skyview.geometry.Util
Distance between two points on a unit sphere.
sphdistDeg(double, double, double, double) - Static method in class skyview.geometry.Util
Distance between two points on a unit sphere with angles in degres.
SphereDistorter - Class in skyview.geometry
This class defines a non-linear distortion in the image plane.
SphereDistorter() - Constructor for class skyview.geometry.SphereDistorter
 
SplineSampler - Class in skyview.geometry.sampler
 
SplineSampler() - Constructor for class skyview.geometry.sampler.SplineSampler
 
SqrtScaler - Class in skyview.util
Scale an object linearly.
SqrtScaler() - Constructor for class skyview.util.SqrtScaler
Provide default scaler that positive values will scale the array as the square root between 0-255.
SqrtScaler(double, double, int, int, boolean) - Constructor for class skyview.util.SqrtScaler
Provide a scaler with a specified scaling range to a specified range of bytes.
stop() - Method in class skyview.request.SourceCoordinates
 
streamInit(InputStream, boolean, boolean) - Method in class nom.tam.fits.Fits
Do the stream initialization.
stringsToByteArray(String[], int) - Static method in class nom.tam.fits.FitsUtil
Copy an array of Strings to bytes.
suffixes - Static variable in interface nom.tam.util.PrimitiveInfo
Suffixes used for the classnames for primitive arrays.
sunlong(double) - Static method in class skyview.geometry.csys.HelioeclipticCoordinateSystem
Find the ecliptic longitude of the Sun at a given epoch.
surv - Variable in class skyview.executive.Imager
The current Survey object being used.
Survey - Interface in skyview.survey
methods for describing and manipulating survey data
SurveyException - Exception in skyview.survey
This class is used for exceptions problems with the data in a survey.
SurveyException() - Constructor for exception skyview.survey.SurveyException
 
SurveyException(String) - Constructor for exception skyview.survey.SurveyException
 
SurveyFinder - Interface in skyview.survey
This interface defines the role of something that can find a survey given a survey id.

T

TableData - Interface in nom.tam.fits
This class allows FITS binary and ASCII tables to be accessed via a common interface.
TableException - Exception in nom.tam.util
 
TableException() - Constructor for exception nom.tam.util.TableException
 
TableException(String) - Constructor for exception nom.tam.util.TableException
 
TableHDU - Class in nom.tam.fits
This class allows FITS binary and ASCII tables to be accessed via a common interface.
TanProjecter - Class in skyview.geometry.projecter
 
TanProjecter() - Constructor for class skyview.geometry.projecter.TanProjecter
 
TanProjecter.TanDeprojecter - Class in skyview.geometry.projecter
 
TanProjecter.TanDeprojecter() - Constructor for class skyview.geometry.projecter.TanProjecter.TanDeprojecter
 
testArgs(String[]) - Static method in class nom.tam.fits.FitsDate
 
testPattern(Object, byte) - Static method in class nom.tam.util.ArrayFuncs
Just create a simple pattern cycling through valid byte values.
toArray() - Method in class nom.tam.util.HashedList
Convert to an array of objects
toArray(Object[]) - Method in class nom.tam.util.HashedList
Convert to an array of objects of a specified type.
toArray() - Method in class skyview.util.SmartIntArray
trim array before return
toDate() - Method in class nom.tam.fits.FitsDate
 
toString() - Method in class nom.tam.fits.FitsDate
 
toString() - Method in class nom.tam.fits.HeaderCard
Return the 80 character card image
toString() - Method in class nom.tam.util.BufferedDataInputStream
Represent the stream as a string
trans - Variable in class skyview.geometry.Sampler
The transformation from the output image to the input image.
transform(double[], double[]) - Method in class skyview.geometry.Converter
Transform a vector
transform(double[][], double[][]) - Method in class skyview.geometry.Converter
Transform an array of vectors
transform(double[], double[]) - Method in class skyview.geometry.distorter.DSSDistorter.DSSInvDistorter
Transform a point
transform(double[], double[]) - Method in class skyview.geometry.distorter.DSSDistorter
 
transform(double[], double[]) - Method in class skyview.geometry.distorter.NeatDistorter.NeatInvDistorter
 
transform(double[], double[]) - Method in class skyview.geometry.distorter.NeatDistorter
 
transform(double[], double[]) - Method in class skyview.geometry.projecter.AitProjecter.AitDeprojecter
Deproject a point from the plane to the sphere.
transform(double[], double[]) - Method in class skyview.geometry.projecter.AitProjecter
 
transform(double[], double[]) - Method in class skyview.geometry.projecter.CarProjecter.CarDeprojecter
Deproject a point from the plane to the sphere.
transform(double[], double[]) - Method in class skyview.geometry.projecter.CarProjecter
Do the transfromation
transform(double[], double[]) - Method in class skyview.geometry.projecter.CscProjecter.CscDeprojecter
Deproject a point from the plane to the sphere.
transform(double[], double[]) - Method in class skyview.geometry.projecter.CscProjecter
Project a point from the sphere to the plane.
transform(double[], double[]) - Method in class skyview.geometry.projecter.SinProjecter.SinDeprojecter
Deproject a point from the plane to the sphere.
transform(double[], double[]) - Method in class skyview.geometry.projecter.SinProjecter
Project a point from the sphere to the plane.
transform(double[], double[]) - Method in class skyview.geometry.projecter.TanProjecter.TanDeprojecter
Deproject a point from the plane to the sphere.
transform(double[], double[]) - Method in class skyview.geometry.projecter.TanProjecter
Project a point from the sphere to the plane.
transform(double[], double[]) - Method in class skyview.geometry.projecter.ZeaProjecter
Project a point from the sphere to the plane.
transform(double[], double[]) - Method in class skyview.geometry.projecter.ZeaProjecter.ZeaDeprojecter
Deproject a point from the plane to the sphere.
transform(double[], double[]) - Method in class skyview.geometry.Rotater
Multiple a vector by the matrix.
transform(double[], double[]) - Method in class skyview.geometry.Scaler
Scale a single point where the user supplies the output.
transform(double[], double[]) - Method in class skyview.geometry.spheredistorter.BesselianDistorter.BesselianInverseDistorter
Convert coordinates from B1950 to J2000 for epoch 1950.
transform(double[], double[]) - Method in class skyview.geometry.spheredistorter.BesselianDistorter
 
transform(double[]) - Method in class skyview.geometry.Transformer
Convert a single point.
transform(double[], double[]) - Method in class skyview.geometry.Transformer
Convert a single point where the output vector is supplied.
transform(double[][], double[][]) - Method in class skyview.geometry.Transformer
Convert an array of points where the output vectors are supplied.
TransformationException - Exception in skyview.geometry
This class is thrown when an error occurs relating to transformations among frames.
TransformationException() - Constructor for exception skyview.geometry.TransformationException
 
TransformationException(String) - Constructor for exception skyview.geometry.TransformationException
 
Transformer - Class in skyview.geometry
The Transformer class is the superclass for a variety of classes that transform positions represented in one frame to another.
Transformer() - Constructor for class skyview.geometry.Transformer
 
transpose() - Method in class skyview.geometry.Rotater
Get the transpose of the Matrix.
TruncatedFileException - Exception in nom.tam.fits
This exception is thrown when an EOF is detected in the middle of an HDU.
TruncatedFileException() - Constructor for exception nom.tam.fits.TruncatedFileException
 
TruncatedFileException(String) - Constructor for exception nom.tam.fits.TruncatedFileException
 
TruncationException - Exception in nom.tam.util
 
TruncationException() - Constructor for exception nom.tam.util.TruncationException
 
TruncationException(String) - Constructor for exception nom.tam.util.TruncationException
 
TwoMASSGenerator - Class in skyview.survey
This is s special class just defined for a specific 2MASS SIAP service.
TwoMASSGenerator() - Constructor for class skyview.survey.TwoMASSGenerator
 
types - Static variable in interface nom.tam.util.PrimitiveInfo
Full names

U

UndefinedData - Class in nom.tam.fits
This class provides a simple holder for data which is not handled by other classes.
UndefinedData(Header) - Constructor for class nom.tam.fits.UndefinedData
 
UndefinedData(Object) - Constructor for class nom.tam.fits.UndefinedData
Create an UndefinedData object using the specified object.
UndefinedHDU - Class in nom.tam.fits
Holder for unknown data types.
UndefinedHDU(Header, Data) - Constructor for class nom.tam.fits.UndefinedHDU
Build an image HDU using the supplied data.
unit(double, double) - Static method in class skyview.geometry.Util
Convert a coordinate pair to unit vectors
unit(double[]) - Static method in class skyview.geometry.Util
Convert a coordinate pair to unit vectors
unit(double[], double[]) - Static method in class skyview.geometry.Util
Convert a coordinate pair to unit vectors.
updateHeader(Header) - Method in class skyview.geometry.Deedger
Update a FITS header with the processing done here.
updateHeader(Header) - Method in class skyview.geometry.Mosaicker
Describe the mosaicking of the image .
updateHeader(Header) - Method in interface skyview.geometry.Processor
Update the FITS header to indicate what processing was done.
updateHeader(Header, Scaler, double[], String, String) - Static method in class skyview.geometry.WCS
Write FITS WCS keywords given key values.
updateHeader(Header) - Method in interface skyview.survey.Survey
Update a FITS header for an image generated from this survey.
updateHeader(Header) - Method in class skyview.survey.UserSurvey
 
updateHeader(Header) - Method in class skyview.survey.XMLSurvey
Update a FITS header within information from the XML file
updateSettings() - Method in interface skyview.survey.Survey
Update the system settings with survey specific options.
updateSettings() - Method in class skyview.survey.UserSurvey
This is a NOP for the User survey
updateSettings() - Method in class skyview.survey.XMLSurvey
Update the system settings
UserSurvey - Class in skyview.survey
 
UserSurvey() - Constructor for class skyview.survey.UserSurvey
 
Util - Class in skyview.geometry
 
Util - Class in skyview.survey
 
Util() - Constructor for class skyview.survey.Util
 
Utilities - Class in skyview.util
utlity functions to use with SkyView
Utilities() - Constructor for class skyview.util.Utilities
 

V

validate() - Method in class skyview.survey.Image
Make sure the image is ready for detailed use.
validate() - Method in class skyview.survey.ProxyImage
Make sure the image is read for detailed use.
validColumn(int) - Method in class nom.tam.fits.BinaryTable
Check if the column number is valid.
validRow(int) - Method in class nom.tam.fits.BinaryTable
Check to see if this is a valid row.
version() - Static method in class nom.tam.fits.Fits
Indicate the version of these classes

W

WCS - Class in skyview.geometry
A World Coordinate System defines a translation between celestial and pixel coordinates.
WCS(CoordinateSystem, Projection, Scaler) - Constructor for class skyview.geometry.WCS
Create a simple WCS given a scaler, CoordinateSystem and Projection.
WCS(Header) - Constructor for class skyview.geometry.WCS
Create the WCS using the definition given in the FITS header.
WCS(Header, int, int) - Constructor for class skyview.geometry.WCS
Let the user say which axes to use
weight() - Method in class skyview.geometry.sampler.ClipSampler
Return the weight associated with the last sampling.
whereInArray(double[], double) - Static method in class skyview.util.Utilities
Find the indices of a double array that are equal a given value.
whereInArray(double[], String, double) - Static method in class skyview.util.Utilities
Find the indices of a double array that satisfy the given criterion.
whereNaNInArray(double[]) - Static method in class skyview.util.Utilities
Find the indices of a double array that are NaNs.
write(ArrayDataOutput) - Method in class nom.tam.fits.AsciiTable
Write the data to an output stream.
write(ArrayDataOutput) - Method in class nom.tam.fits.BasicHDU
 
write(ArrayDataOutput) - Method in class nom.tam.fits.BinaryTable
Write the table, heap and padding
write(ArrayDataOutput) - Method in class nom.tam.fits.BinaryTableHDU
 
write(ArrayDataOutput) - Method in class nom.tam.fits.Data
Write the data -- including any buffering needed
write(DataOutput) - Method in class nom.tam.fits.Fits
Write a Fits Object to an external Stream.
write(ArrayDataOutput) - Method in interface nom.tam.fits.FitsElement
Write the contents of the element to a data sink.
write(ArrayDataOutput) - Method in class nom.tam.fits.FitsHeap
Write the heap
write(ArrayDataOutput) - Method in class nom.tam.fits.Header
Write the current header (including any needed padding) to the output stream.
write(ArrayDataOutput) - Method in class nom.tam.fits.ImageData
 
write(ArrayDataOutput) - Method in class nom.tam.fits.RandomGroupsData
Write the RandomGroupsData
write(ArrayDataOutput) - Method in class nom.tam.fits.UndefinedData
 
write(byte[]) - Method in interface nom.tam.util.ArrayDataOutput
 
write(boolean[]) - Method in interface nom.tam.util.ArrayDataOutput
 
write(short[]) - Method in interface nom.tam.util.ArrayDataOutput
 
write(char[]) - Method in interface nom.tam.util.ArrayDataOutput
 
write(int[]) - Method in interface nom.tam.util.ArrayDataOutput
 
write(long[]) - Method in interface nom.tam.util.ArrayDataOutput
 
write(float[]) - Method in interface nom.tam.util.ArrayDataOutput
 
write(double[]) - Method in interface nom.tam.util.ArrayDataOutput
 
write(String[]) - Method in interface nom.tam.util.ArrayDataOutput
 
write(byte[], int, int) - Method in interface nom.tam.util.ArrayDataOutput
 
write(boolean[], int, int) - Method in interface nom.tam.util.ArrayDataOutput
 
write(char[], int, int) - Method in interface nom.tam.util.ArrayDataOutput
 
write(short[], int, int) - Method in interface nom.tam.util.ArrayDataOutput
 
write(int[], int, int) - Method in interface nom.tam.util.ArrayDataOutput
 
write(long[], int, int) - Method in interface nom.tam.util.ArrayDataOutput
 
write(float[], int, int) - Method in interface nom.tam.util.ArrayDataOutput
 
write(double[], int, int) - Method in interface nom.tam.util.ArrayDataOutput
 
write(String[], int, int) - Method in interface nom.tam.util.ArrayDataOutput
 
write(boolean[]) - Method in class nom.tam.util.BufferedDataOutputStream
Write an array of booleans.
write(boolean[], int, int) - Method in class nom.tam.util.BufferedDataOutputStream
Write a segment of an array of booleans.
write(short[]) - Method in class nom.tam.util.BufferedDataOutputStream
Write an array of shorts.
write(short[], int, int) - Method in class nom.tam.util.BufferedDataOutputStream
Write a segment of an array of shorts.
write(char[]) - Method in class nom.tam.util.BufferedDataOutputStream
Write an array of char's.
write(char[], int, int) - Method in class nom.tam.util.BufferedDataOutputStream
Write a segment of an array of char's.
write(int[]) - Method in class nom.tam.util.BufferedDataOutputStream
Write an array of int's.
write(int[], int, int) - Method in class nom.tam.util.BufferedDataOutputStream
Write a segment of an array of int's.
write(long[]) - Method in class nom.tam.util.BufferedDataOutputStream
Write an array of longs.
write(long[], int, int) - Method in class nom.tam.util.BufferedDataOutputStream
Write a segement of an array of longs.
write(float[]) - Method in class nom.tam.util.BufferedDataOutputStream
Write an array of floats.
write(float[], int, int) - Method in class nom.tam.util.BufferedDataOutputStream
 
write(double[]) - Method in class nom.tam.util.BufferedDataOutputStream
Write an array of doubles.
write(double[], int, int) - Method in class nom.tam.util.BufferedDataOutputStream
 
write(String[]) - Method in class nom.tam.util.BufferedDataOutputStream
Write an array of Strings -- equivalent to calling writeBytes for each string.
write(String[], int, int) - Method in class nom.tam.util.BufferedDataOutputStream
Write a segment of an array of Strings.
write(int) - Method in class nom.tam.util.BufferedFile
 
write(byte[]) - Method in class nom.tam.util.BufferedFile
 
write(byte[], int, int) - Method in class nom.tam.util.BufferedFile
 
write(boolean[]) - Method in class nom.tam.util.BufferedFile
Write an array of booleans.
write(boolean[], int, int) - Method in class nom.tam.util.BufferedFile
 
write(short[]) - Method in class nom.tam.util.BufferedFile
Write an array of shorts.
write(short[], int, int) - Method in class nom.tam.util.BufferedFile
 
write(char[]) - Method in class nom.tam.util.BufferedFile
Write an array of char's.
write(char[], int, int) - Method in class nom.tam.util.BufferedFile
 
write(int[]) - Method in class nom.tam.util.BufferedFile
Write an array of int's.
write(int[], int, int) - Method in class nom.tam.util.BufferedFile
 
write(long[]) - Method in class nom.tam.util.BufferedFile
Write an array of longs.
write(long[], int, int) - Method in class nom.tam.util.BufferedFile
 
write(float[]) - Method in class nom.tam.util.BufferedFile
Write an array of floats.
write(float[], int, int) - Method in class nom.tam.util.BufferedFile
 
write(double[]) - Method in class nom.tam.util.BufferedFile
Write an array of doubles.
write(double[], int, int) - Method in class nom.tam.util.BufferedFile
 
write(String[]) - Method in class nom.tam.util.BufferedFile
Write an array of Strings -- equivalent to calling writeBytes for each string.
write(String[], int, int) - Method in class nom.tam.util.BufferedFile
 
write(ArrayDataOutput) - Method in class nom.tam.util.ColumnTable
Write a table.
writeArray(Object) - Method in interface nom.tam.util.ArrayDataOutput
Write a generic (possibly multi-dimenionsional) primitive or String array.
writeArray(Object) - Method in class nom.tam.util.BufferedDataOutputStream
This routine provides efficient writing of arrays of any primitive type.
writeArray(Object) - Method in class nom.tam.util.BufferedFile
This routine provides efficient writing of arrays of any primitive type.
writeBoolean(boolean) - Method in class nom.tam.util.BufferedDataOutputStream
Write a boolean value
writeBoolean(boolean) - Method in class nom.tam.util.BufferedFile
Write a boolean value
writeByte(int) - Method in class nom.tam.util.BufferedDataOutputStream
Write a byte value.
writeByte(int) - Method in class nom.tam.util.BufferedFile
Write a byte value.
writeBytes(String) - Method in class nom.tam.util.BufferedDataOutputStream
Write a string using the local protocol to convert char's to bytes.
writeBytes(String) - Method in class nom.tam.util.BufferedFile
Write a string using the local protocol to convert char's to bytes.
writeChar(int) - Method in class nom.tam.util.BufferedDataOutputStream
Write a char value.
writeChar(int) - Method in class nom.tam.util.BufferedFile
Write a char value.
writeChars(String) - Method in class nom.tam.util.BufferedDataOutputStream
Write a string as an array of chars.
writeChars(String) - Method in class nom.tam.util.BufferedFile
Write a string as an array of chars.
writeDouble(double) - Method in class nom.tam.util.BufferedDataOutputStream
Write a double value.
writeDouble(double) - Method in class nom.tam.util.BufferedFile
Write a double value.
writeFloat(float) - Method in class nom.tam.util.BufferedDataOutputStream
Write a float value.
writeFloat(float) - Method in class nom.tam.util.BufferedFile
Write a float value.
writeInt(int) - Method in class nom.tam.util.BufferedDataOutputStream
Write an integer value.
writeInt(int) - Method in class nom.tam.util.BufferedFile
Write an integer value.
writeLong(long) - Method in class nom.tam.util.BufferedDataOutputStream
Write a long value.
writeLong(long) - Method in class nom.tam.util.BufferedFile
Write a long value.
writePrimitiveArray(Object) - Method in class nom.tam.util.BufferedDataOutputStream
This routine provides efficient writing of arrays of any primitive type.
writeShort(int) - Method in class nom.tam.util.BufferedDataOutputStream
Write a short value.
writeShort(int) - Method in class nom.tam.util.BufferedFile
Write a short value.
writeUTF(String) - Method in class nom.tam.util.BufferedDataOutputStream
Write a string as a UTF.
writeUTF(String) - Method in class nom.tam.util.BufferedFile
Write a string as a UTF.

X

XMLSurvey - Class in skyview.survey
This class defines a survey based upon an XML file which contains the metadata and image information for the survey.
XMLSurvey(String) - Constructor for class skyview.survey.XMLSurvey
Create a survey whose characteristics are given in an XML file.
XMLSurveyFinder - Class in skyview.survey
 
XMLSurveyFinder() - Constructor for class skyview.survey.XMLSurveyFinder
Set up the SurveyFinder and populate the map
XtnProjecter - Class in skyview.geometry.projecter
This class implements a tangent plane projection for the NEAT survey.
XtnProjecter() - Constructor for class skyview.geometry.projecter.XtnProjecter
 

Z

ZeaProjecter - Class in skyview.geometry.projecter
 
ZeaProjecter() - Constructor for class skyview.geometry.projecter.ZeaProjecter
 
ZeaProjecter.ZeaDeprojecter - Class in skyview.geometry.projecter
 
ZeaProjecter.ZeaDeprojecter() - Constructor for class skyview.geometry.projecter.ZeaProjecter.ZeaDeprojecter
 

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