Serialized Form


Package numal.lowprecision.test

Class numal.lowprecision.test.TestAnalyticProblems extends Object implements Serializable


Package org.eso.fits

Class org.eso.fits.FitsException extends Exception implements Serializable

Serialized Fields

type

int type

Package ui.model

Class ui.model.EmissionLineTableModel extends AbstractTableModel implements Serializable

Serialized Fields

lines

List<E> lines

columnNames

String[] columnNames

Class ui.model.Spectra extends ArrayList<DataCoordinate> implements Serializable

Serialized Fields

separator

char separator

commentChar

char commentChar

minX

double minX

maxX

double maxX

minY

double minY

maxY

double maxY

calibration

Calibration calibration

wavelengthUnit

double wavelengthUnit

uniformSampling

boolean uniformSampling

attributes

HashMap<K,V> attributes

continuumFitted

boolean continuumFitted
An internal flag which indicates that the coefficients to continuum polynomial need to be computed.


continuum

double[] continuum
The polynomial fit coefficients to the continuum

Class ui.model.TreeTableModelAdapter extends AbstractTableModel implements Serializable

Serialized Fields

tree

JTree tree

treeTableModel

TreeTableModel treeTableModel

Package ui.recognizer

Class ui.recognizer.Calibration extends Rectangle implements Serializable

Serialized Fields

minX

double minX

minY

double minY

maxX

double maxX

maxY

double maxY

unitX

double unitX

unitY

double unitY

Class ui.recognizer.Corner extends JComponent implements Serializable

Class ui.recognizer.ImageCoordinate extends Point implements Serializable

Class ui.recognizer.JSpectra extends JComponent implements Serializable

Serialized Fields

currentRect

Rectangle currentRect

rectToDraw

Rectangle rectToDraw

previousRectDrawn

Rectangle previousRectDrawn

spectra

Spectra spectra
The spectra object containing the spectra data


spectraWidth

int spectraWidth
The width of the spectra in pixels (should this be a floating point number ?)


spectraHeight

int spectraHeight

minWavelength

double minWavelength

maxWavelength

double maxWavelength

spectraImage

BufferedImage spectraImage
The spectra image with a one to one correspondence between spectra sample points and pixels.


scale

double scale

offset

double offset

showTics

boolean showTics

showAxisLabels

boolean showAxisLabels

continuous

boolean continuous

Class ui.recognizer.MonochromaticColor extends Color implements Serializable

Serialized Fields

wavelength

double wavelength

gamma

double gamma

Class ui.recognizer.PlotCalibration extends Calibration implements Serializable

Serialized Fields

ticZone

Rectangle ticZone
The tic zone is a 'safe' area without tics in image units.


tic

Rectangle2D.Double tic
The tic is the x, y position corresponding to a tic center on both axes and whose width and height is the spacing between tics.

Class ui.recognizer.PlotFileChooser extends JFileChooser implements Serializable

Class ui.recognizer.PlotRecognizer extends JFrame implements Serializable

Serialized Fields

saveMenuItem

JMenuItem saveMenuItem

editMenu

JMenu editMenu

viewMenu

JMenu viewMenu

dataMenu

JMenu dataMenu

loadFileChooser

JFileChooser loadFileChooser

saveFileChooser

JFileChooser saveFileChooser

data

DataCoordinate[] data

imagePoints

ImageCoordinate[] imagePoints

imageIcon

ImageIcon imageIcon

calibration

Calibration calibration

dataOutputFormat

String dataOutputFormat

xTextOutputFormat

String xTextOutputFormat

yTextOutputFormat

String yTextOutputFormat

blackThreshold

int blackThreshold

xlow

double xlow

xhigh

double xhigh

ylow

double ylow

yhigh

double yhigh

samples

int samples

dataFileType

String dataFileType

dataFileName

String dataFileName

imageFileName

String imageFileName

imageLoaded

boolean imageLoaded

dataAvailable

boolean dataAvailable

overlay

boolean overlay

axesCalibrated

boolean axesCalibrated

scrollPane

JScrollPane scrollPane

xRule

XRule xRule

yRule

YRule yRule

isDataUnits

JToggleButton isDataUnits

Class ui.recognizer.Rule extends JComponent implements Serializable

Serialized Fields

calibration

Calibration calibration

dataUnits

boolean dataUnits

increment

int increment

units

int units

Class ui.recognizer.XRule extends Rule implements Serializable

Serialized Fields

imagePoints

ImageCoordinate[] imagePoints

xmax

int xmax

xmin

int xmin

ymax

int ymax

ymin

int ymin

Class ui.recognizer.YRule extends Rule implements Serializable


Package ui.renderer

Class ui.renderer.SpectraTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class ui.renderer.StarRenderer extends DefaultTableCellRenderer implements Serializable


Package ui.treetable

Class ui.treetable.JTreeTable extends JTable implements Serializable

Serialized Fields

tree

JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.

Class ui.treetable.JTreeTable.TreeTableCellRenderer extends JTree implements Serializable

Serialized Fields

visibleRow

int visibleRow
Last table/tree row asked to renderer.