Serialized Form
Package numal.lowprecision.test |
Class numal.lowprecision.test.TestAnalyticProblems extends Object implements Serializable |
type
int type
lines
List<E> lines
columnNames
String[] columnNames
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
tree
JTree tree
treeTableModel
TreeTableModel treeTableModel
minX
double minX
minY
double minY
maxX
double maxX
maxY
double maxY
unitX
double unitX
unitY
double unitY
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
wavelength
double wavelength
gamma
double gamma
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.
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
calibration
Calibration calibration
dataUnits
boolean dataUnits
increment
int increment
units
int units
imagePoints
ImageCoordinate[] imagePoints
xmax
int xmax
xmin
int xmin
ymax
int ymax
ymin
int ymin
tree
JTreeTable.TreeTableCellRenderer tree
- A subclass of JTree.
visibleRow
int visibleRow
- Last table/tree row asked to renderer.