Serialized Form


Package net.grelf

Class net.grelf.AbstractDialogue extends javax.swing.JDialog implements Serializable

Class net.grelf.Angle extends java.lang.Object implements Serializable

Serialized Fields

valueRadians

MeasuredValue valueRadians

Class net.grelf.Complex extends java.lang.Object implements Serializable

Serialized Fields

re

double re
Real part.


im

double im
Imaginary part.

Class net.grelf.InadequateDataException extends java.lang.Exception implements Serializable

Class net.grelf.MeasuredValue extends java.lang.Object implements Serializable

Serialized Fields

value

double value

stdErr

double stdErr

units

java.lang.String units

Class net.grelf.MixedUnitsException extends java.lang.Exception implements Serializable

Class net.grelf.OutOfRangeException extends java.lang.Exception implements Serializable

Class net.grelf.PointFloat extends java.lang.Object implements Serializable

Serialized Fields

x

float x

y

float y

Class net.grelf.Stack_ extends java.lang.Object implements Serializable

Serialized Fields

list

java.util.LinkedList<E> list

Class net.grelf.Statistics extends java.lang.Object implements Serializable

Serialized Fields

n

int n
No of samples.


min

int min

mode

int mode

max

int max

mean

double mean

stdDev

double stdDev
Standard deviation.


stdDevMode

double stdDevMode
Standard deviation about the mode instead of about the mean - for autoThreshold.

Class net.grelf.TimeInterval extends java.lang.Object implements Serializable

Serialized Fields

start

long start

end

long end

Class net.grelf.VectorFloat extends java.lang.Object implements Serializable

Serialized Fields

r

float r
Radius, in pixels.


theta

float theta
Angle anticlockwise from 0x, in radians.


Package net.grelf.astro

Class net.grelf.astro.Dec extends Angle implements Serializable

Class net.grelf.astro.Epoch extends java.lang.Object implements Serializable

Serialized Fields

year

float year

type

char type

Class net.grelf.astro.JulianDate extends java.lang.Object implements Serializable

Serialized Fields

jd

double jd

Class net.grelf.astro.JulianDateDialogue extends AbstractDialogue implements Serializable

Serialized Fields

dateLabel

javax.swing.JLabel dateLabel

dateY

javax.swing.JTextField dateY

dateYLabel

javax.swing.JLabel dateYLabel

dateN

javax.swing.JTextField dateN

dateNLabel

javax.swing.JLabel dateNLabel

dateD

javax.swing.JTextField dateD

dateDLabel

javax.swing.JLabel dateDLabel

dateH

javax.swing.JTextField dateH

dateHLabel

javax.swing.JLabel dateHLabel

dateM

javax.swing.JTextField dateM

dateMLabel

javax.swing.JLabel dateMLabel

dateS

javax.swing.JTextField dateS

dateSLabel

javax.swing.JLabel dateSLabel

tzLabel

javax.swing.JLabel tzLabel

tz

javax.swing.JTextField tz

jdLabel

javax.swing.JLabel jdLabel

jd

javax.swing.JTextField jd

calcButton

javax.swing.JButton calcButton

clearButton

javax.swing.JButton clearButton

nowButton

javax.swing.JButton nowButton

closeButton

javax.swing.JButton closeButton

Class net.grelf.astro.Magnitude extends java.lang.Object implements Serializable

Serialized Fields

mv

MeasuredValue mv

bandId

java.lang.String bandId

Class net.grelf.astro.MagnitudeGraph extends javax.swing.JComponent implements Serializable

Serialized Fields

nBands

int nBands

ids

java.lang.String[] ids

bandsUsed

java.lang.String[][] bandsUsed

logBrightnesses

double[][] logBrightnesses

sigmaLB

double[][] sigmaLB

magnitudes

double[][] magnitudes

minMagnitude

double minMagnitude

maxMagnitude

double maxMagnitude

minLogBrightness

double minLogBrightness

maxLogBrightness

double maxLogBrightness

gradientM

double[] gradientM

offsetC

double[] offsetC

chiSq

double[] chiSq

q

double[] q

estimated

BlobMeasList estimated

imf

ImFrame imf

timeSpan

TimeInterval timeSpan

title

java.lang.String title

filePath

java.lang.String filePath

accurate

boolean accurate

Class net.grelf.astro.MagnitudeTable extends javax.swing.JTable implements Serializable

Serialized Fields

title

java.lang.String title

parentFrame

ImFrame parentFrame

model

javax.swing.table.DefaultTableModel model

Class net.grelf.astro.ProperMotion extends java.lang.Object implements Serializable

Serialized Fields

pmRA_arcsecPerYr

double pmRA_arcsecPerYr

pmDec_arcsecPerYr

double pmDec_arcsecPerYr

Class net.grelf.astro.RA extends Angle implements Serializable

Class net.grelf.astro.SkyPoint extends java.lang.Object implements Serializable

Serialized Fields

ra

RA ra

dec

Dec dec

equinox

Epoch equinox

x

double x
Equatorial coordinates for unit radius, held to avoid computing them more than once.


y

double y
Equatorial coordinates for unit radius, held to avoid computing them more than once.


z

double z
Equatorial coordinates for unit radius, held to avoid computing them more than once.

Class net.grelf.astro.SkyPointDialogue extends AbstractDialogue implements Serializable

Class net.grelf.astro.SkyPointPane extends javax.swing.JComponent implements Serializable

Serialized Fields

star

Star star

parentDialogue

SkyPointDialogue parentDialogue

inApplet

boolean inApplet

objLabel

javax.swing.JLabel objLabel

objId

javax.swing.JTextField objId

objNoteLabel

javax.swing.JLabel objNoteLabel

dataButton

javax.swing.JButton dataButton

raLabel

javax.swing.JLabel raLabel

raH

javax.swing.JTextField raH

raHLabel

javax.swing.JLabel raHLabel

raM

javax.swing.JTextField raM

raMLabel

javax.swing.JLabel raMLabel

raS

javax.swing.JTextField raS

raSLabel

javax.swing.JLabel raSLabel

raDeg

javax.swing.JTextField raDeg

raDegLabel

javax.swing.JLabel raDegLabel

decLabel

javax.swing.JLabel decLabel

decD

javax.swing.JTextField decD

decDLabel

javax.swing.JLabel decDLabel

decM

javax.swing.JTextField decM

decMLabel

javax.swing.JLabel decMLabel

decS

javax.swing.JTextField decS

decSLabel

javax.swing.JLabel decSLabel

decDeg

javax.swing.JTextField decDeg

decDegLabel

javax.swing.JLabel decDegLabel

epochLabel

javax.swing.JLabel epochLabel

epochJB

javax.swing.JComboBox epochJB

epochField

javax.swing.JTextField epochField

pmraLabel

javax.swing.JLabel pmraLabel

pmra

javax.swing.JTextField pmra

pmdecLabel

javax.swing.JLabel pmdecLabel

pmdec

javax.swing.JTextField pmdec

spacer0Label

javax.swing.JLabel spacer0Label

spacer1Label

javax.swing.JLabel spacer1Label

spacer2Label

javax.swing.JLabel spacer2Label

spacer3Label

javax.swing.JLabel spacer3Label

spacer4Label

javax.swing.JLabel spacer4Label

convertButton

javax.swing.JButton convertButton

epochButton

javax.swing.JButton epochButton

closeButton

javax.swing.JButton closeButton

textarea

javax.swing.JTextArea textarea

Class net.grelf.astro.SkyVector extends java.lang.Object implements Serializable

Serialized Fields

separation

Angle separation

pa

Angle pa

Class net.grelf.astro.Star extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

commonId

java.lang.String commonId

hipparcosId

java.lang.String hipparcosId

tychoId

java.lang.String tychoId

otherId

java.lang.String otherId

typeOfStellarObject

java.lang.String typeOfStellarObject

position

SkyPoint position

magnitudes

java.util.List<E> magnitudes

variability

Variability variability

properMotion

ProperMotion properMotion

plotPoint

java.awt.Point plotPoint

Class net.grelf.astro.StarChart.StarChartDialogue extends AbstractDialogue implements Serializable

Serialized Fields

nameLabel

javax.swing.JLabel nameLabel

name

javax.swing.JTextField name

nameButton

javax.swing.JButton nameButton

raLabel

javax.swing.JLabel raLabel

raH

javax.swing.JTextField raH

raHLabel

javax.swing.JLabel raHLabel

raM

javax.swing.JTextField raM

raMLabel

javax.swing.JLabel raMLabel

raS

javax.swing.JTextField raS

raSLabel

javax.swing.JLabel raSLabel

decLabel

javax.swing.JLabel decLabel

decD

javax.swing.JTextField decD

decDLabel

javax.swing.JLabel decDLabel

decM

javax.swing.JTextField decM

decMLabel

javax.swing.JLabel decMLabel

decS

javax.swing.JTextField decS

decSLabel

javax.swing.JLabel decSLabel

equinoxLabel

javax.swing.JLabel equinoxLabel

equinoxBox

javax.swing.JComboBox equinoxBox

epochLabel

javax.swing.JLabel epochLabel

epochField

javax.swing.JTextField epochField

fieldLabel

javax.swing.JLabel fieldLabel

fieldD

javax.swing.JTextField fieldD

fieldDLabel

javax.swing.JLabel fieldDLabel

fieldM

javax.swing.JTextField fieldM

fieldMLabel

javax.swing.JLabel fieldMLabel

fieldS

javax.swing.JTextField fieldS

fieldSLabel

javax.swing.JLabel fieldSLabel

spacer1Label

javax.swing.JLabel spacer1Label

spacer2Label

javax.swing.JLabel spacer2Label

spacer3Label

javax.swing.JLabel spacer3Label

spacer4Label

javax.swing.JLabel spacer4Label

spacer5Label

javax.swing.JLabel spacer5Label

spacer6Label

javax.swing.JLabel spacer6Label

spacer7Label

javax.swing.JLabel spacer7Label

spacer8Label

javax.swing.JLabel spacer8Label

spacer9Label

javax.swing.JLabel spacer9Label

note1Label

javax.swing.JLabel note1Label

note2Label

javax.swing.JLabel note2Label

radiusLabel

javax.swing.JLabel radiusLabel

radius

javax.swing.JTextField radius

variabilityCheck

javax.swing.JCheckBox variabilityCheck

centreMarkCheck

javax.swing.JCheckBox centreMarkCheck

chartSizeLabel

javax.swing.JLabel chartSizeLabel

chartWidthField

javax.swing.JTextField chartWidthField

chartXLabel

javax.swing.JLabel chartXLabel

chartHeightField

javax.swing.JTextField chartHeightField

serviceLabel

javax.swing.JLabel serviceLabel

serviceList

javax.swing.JList serviceList

createButton

javax.swing.JButton createButton

cancelButton

javax.swing.JButton cancelButton

helpButton

javax.swing.JButton helpButton

Package net.grelf.grip

Class net.grelf.grip.AstroProcessDialogue extends AbstractDialogue implements Serializable

Serialized Fields

files

java.io.File[] files

filesLabel

javax.swing.JLabel filesLabel

filesList

javax.swing.JTextArea filesList

viewFirstButton

javax.swing.JButton viewFirstButton

padding1

javax.swing.JLabel padding1

filesBrowseButton

javax.swing.JButton filesBrowseButton

padding2

javax.swing.JLabel padding2

viewLastButton

javax.swing.JButton viewLastButton

methodLabel

javax.swing.JLabel methodLabel

methodGroup

javax.swing.ButtonGroup methodGroup

warpButton

javax.swing.JRadioButton warpButton

shiftAverageButton

javax.swing.JRadioButton shiftAverageButton

shiftBrightestButton

javax.swing.JRadioButton shiftBrightestButton

darkLabel

javax.swing.JLabel darkLabel

darkPath

javax.swing.JTextField darkPath

darkBrowseButton

javax.swing.JButton darkBrowseButton

darkViewButton

javax.swing.JButton darkViewButton

flatLabel

javax.swing.JLabel flatLabel

flatPath

javax.swing.JTextField flatPath

flatBrowseButton

javax.swing.JButton flatBrowseButton

flatViewButton

javax.swing.JButton flatViewButton

neutraliseCheck

javax.swing.JCheckBox neutraliseCheck

backgroundCheck

javax.swing.JCheckBox backgroundCheck

gnomonicCheck

javax.swing.JCheckBox gnomonicCheck

lensLabel

javax.swing.JLabel lensLabel

lensText

javax.swing.JTextField lensText

tuningLabel

javax.swing.JLabel tuningLabel

nBrightestLabel

javax.swing.JLabel nBrightestLabel

nBrightestField

javax.swing.JTextField nBrightestField

radiusToleranceLabel

javax.swing.JLabel radiusToleranceLabel

radiusToleranceField

javax.swing.JTextField radiusToleranceField

angleToleranceLabel

javax.swing.JLabel angleToleranceLabel

angleToleranceField

javax.swing.JTextField angleToleranceField

fullAutoCheck

javax.swing.JCheckBox fullAutoCheck

pausesLabel1

javax.swing.JLabel pausesLabel1

pausesLabel2

javax.swing.JLabel pausesLabel2

showBlobsOnEachImageCheck

javax.swing.JCheckBox showBlobsOnEachImageCheck

processButton

javax.swing.JButton processButton

cancelButton

javax.swing.JButton cancelButton

helpButton

javax.swing.JButton helpButton

processKind

AstroProcessKind processKind

Class net.grelf.grip.BatchDialogue extends AbstractDialogue implements Serializable

Serialized Fields

ops

java.lang.String[] ops

sequencePanel

javax.swing.JPanel sequencePanel

loadButton

javax.swing.JButton loadButton

clearButton

javax.swing.JButton clearButton

addButton

javax.swing.JButton addButton

topButtonPanel

javax.swing.JPanel topButtonPanel

saveButton

javax.swing.JButton saveButton

processButton

javax.swing.JButton processButton

cancelButton

javax.swing.JButton cancelButton

bottomButtonPanel

javax.swing.JPanel bottomButtonPanel

Class net.grelf.grip.BatchDialogue.OpPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

opName

java.lang.String opName

parent

BatchDialogue parent

opLabel

javax.swing.JLabel opLabel

insertButton

javax.swing.JButton insertButton

deleteButton

javax.swing.JButton deleteButton

Class net.grelf.grip.BatchMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

itemAccum

javax.swing.JMenuItem itemAccum

itemCombine

javax.swing.JMenuItem itemCombine

itemWarp

javax.swing.JMenuItem itemWarp

itemMerge

javax.swing.JMenuItem itemMerge

itemComet

javax.swing.JMenuItem itemComet

itemMeas

javax.swing.JMenuItem itemMeas

itemTrail

javax.swing.JMenuItem itemTrail

Class net.grelf.grip.Blob_ extends java.lang.Object implements Serializable

Serialized Fields

boundary

java.util.List<E> boundary

rows

java.util.List<E> rows

brightnessDisc

Blob brightnessDisc

backgroundDisc

Blob backgroundDisc

brightnessMask

byte[][] brightnessMask
For accurate brightness measurement in BlobMenu. Calling display () sets this mask with values showing which pixels are in the background ring and which are in the blob brightness measurement disc.


srcX0

int srcX0

srcY0

int srcY0

srcWd

int srcWd

srcHt

int srcHt

measuringRingSizeFactor

float measuringRingSizeFactor
NB: Was STATIC but is no longer (11.11.16):

Class net.grelf.grip.Blob_.BlobRow extends java.lang.Object implements Serializable

Serialized Fields

x0

int x0

y0

int y0

x1

int x1

Class net.grelf.grip.BlobFrame extends ImFrame implements Serializable

Serialized Fields

blobMeas

BlobMeas blobMeas

blobMenu

BlobMenu blobMenu

blobPanel

BlobPanel blobPanel

Class net.grelf.grip.BlobMeas extends java.lang.Object implements Serializable

Serialized Fields

brightness

double brightness
As measured when blob was initially detected. The blob region is unlikely to go to the extreme edges of the blob because the threshold has to be set above background so this measurement is not precise.


channelBrightnesses

long[] channelBrightnesses
As measured when blob was initially detected. The blob region is unlikely to go to the extreme edges of the blob because the threshold has to be set above background so these measurements are not precise.


backgroundStatistics

Statistics[] backgroundStatistics
As measured from a guard ring, null if not done. The statistics of the background ring are written into .blobs XML files, from which they could be analysed if required. Otherwise they are only used temporarily while computing the accurateBrightnesses values.


accurateBrightnesses

long[] accurateBrightnesses
As measured using a guard ring and having allowed for the background, null if not done


snRatios

float[] snRatios
Signal/noise ratios determined when accurate brightnesses were measured. See the documentation of net.grelf.grip.Blob.measure () for the method of calculation.


nPixelsMeasured

int nPixelsMeasured
The number of pixels in the inner disc used for accurate brightness measurement, 0 if that has not been done.


centre

PointFloat centre
Centre of gravity of the blob as initially detected.


area

int area
Area in pixels of the blob as initially detected.


blob

Blob blob
Reference to the blob that was measured.


minX

int minX
Extremes of the detected boundary. Avoids rescanning the boundary to find them.


minY

int minY
Extremes of the detected boundary. Avoids rescanning the boundary to find them.


maxX

int maxX
Extremes of the detected boundary. Avoids rescanning the boundary to find them.


maxY

int maxY
Extremes of the detected boundary. Avoids rescanning the boundary to find them.


star

Star star
Reference to a star with which this blob has been identified, null if that has not been done.

Class net.grelf.grip.BlobMeasList extends java.util.LinkedList<BlobMeas> implements Serializable

Serialized Fields

imframe

ImFrame imframe

Class net.grelf.grip.BlobMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

imframe

ImFrame imframe

meas

BlobMeas meas

itemPosition

javax.swing.JMenuItem itemPosition

itemBands

javax.swing.JMenuItem itemBands

itemEstimate

javax.swing.JMenuItem itemEstimate

itemTable

javax.swing.JMenuItem itemTable

itemSave

javax.swing.JMenuItem itemSave

Class net.grelf.grip.BlobPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

blobFrame

BlobFrame blobFrame

meas

BlobMeas meas

summaryLabel

javax.swing.JLabel summaryLabel

idButton

javax.swing.JButton idButton

magButton

javax.swing.JButton magButton

pasteButton

javax.swing.JButton pasteButton

clearButton

javax.swing.JButton clearButton

adjustButton

javax.swing.JButton adjustButton

Class net.grelf.grip.ColourGraph extends javax.swing.JComponent implements Serializable

Serialized Fields

points

java.util.List<E> points

jf

javax.swing.JFrame jf

kind

ColourGraph.GRAPH_KIND kind

minYDatum

double minYDatum

maxYDatum

double maxYDatum

minXDatum

double minXDatum

maxXDatum

double maxXDatum

Class net.grelf.grip.CometFrame extends ImFrame implements Serializable

Serialized Fields

processor

CometProcessor processor

cometCentre

PointFloat cometCentre

Class net.grelf.grip.ConfigDialogue extends AbstractDialogue implements Serializable

Serialized Fields

fields

java.util.Map<K,V> fields

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

resetButton

javax.swing.JButton resetButton

buttonPanel

javax.swing.JPanel buttonPanel

browseButtons

java.util.Map<K,V> browseButtons

Class net.grelf.grip.ConfigMenu extends javax.swing.JMenu implements Serializable

Class net.grelf.grip.ConnectionList extends java.util.LinkedList<Connection> implements Serializable

Class net.grelf.grip.ControlPointsDialogue extends AbstractDialogue implements Serializable

Serialized Fields

im1

Image im1

im2

Image im2

imPreview1

ImPreview imPreview1

imPreview2

ImPreview imPreview2

controlPt1

java.awt.Point controlPt1

controlPt2

java.awt.Point controlPt2

controlNo

int controlNo

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

imagePanel

javax.swing.JPanel imagePanel

buttonPanel

javax.swing.JPanel buttonPanel

accepted

boolean accepted

Class net.grelf.grip.ConvolutionMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

imframe

ImFrame imframe

Class net.grelf.grip.DriveErrorsGraph extends javax.swing.JComponent implements Serializable

Serialized Fields

imData

java.util.List<E> imData

minX

float minX

maxX

float maxX

minY

float minY

maxY

float maxY

minT

int minT

maxT

int maxT

selected

boolean[] selected

Class net.grelf.grip.GeometryMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

imframe

ImFrame imframe

itemRaw

javax.swing.JMenuItem itemRaw

Class net.grelf.grip.GlassPane extends javax.swing.JComponent implements Serializable

Serialized Fields

blobMeases

BlobMeasList blobMeases

blobMask

BlobMask blobMask

drawingMode

DrawingMode drawingMode

modeStack

Stack<E> modeStack
For the MOVE mode, enabling the true DrawingMode to be restored for measuring.


menubar

javax.swing.JMenuBar menubar

measured

boolean measured

iStart

int iStart

points

PointList points

ip

ImPane ip

mh

MeasurementHandler mh

meridianEnd1

java.awt.Point meridianEnd1

meridianEnd2

java.awt.Point meridianEnd2

Class net.grelf.grip.GRIP extends javax.swing.JFrame implements Serializable

Class net.grelf.grip.GripFileMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

itemImage

javax.swing.JMenuItem itemImage

itemBlobs

javax.swing.JMenuItem itemBlobs

itemChart

javax.swing.JMenuItem itemChart

itemAAVSO

javax.swing.JMenuItem itemAAVSO

Class net.grelf.grip.HelpMenu extends javax.swing.JMenu implements Serializable

Class net.grelf.grip.Hist3D_Pane extends ImPane implements Serializable

Serialized Fields

image

java.awt.image.BufferedImage image

rgIm

java.awt.image.BufferedImage rgIm

gbIm

java.awt.image.BufferedImage gbIm

brIm

java.awt.image.BufferedImage brIm

spectrumIm

java.awt.image.BufferedImage spectrumIm

markR

int markR

markG

int markG

markB

int markB

shift

int shift

Class net.grelf.grip.Histogram extends HistogramAll implements Serializable

Class net.grelf.grip.HistogramBlobs extends javax.swing.JComponent implements Serializable

Serialized Fields

imframe

ImFrame imframe

blobMeases

BlobMeasList blobMeases

minArea

int minArea

maxArea

int maxArea

modeArea

int modeArea

meanArea

double meanArea

stdDevArea

double stdDevArea

minBrightness

double minBrightness

maxBrightness

double maxBrightness

modeBrightness

double modeBrightness

meanBrightness

double meanBrightness

stdDevBrightness

double stdDevBrightness

fArea

int[] fArea

fBrightness

int[] fBrightness

scaledFArea

int[] scaledFArea

scaledFBrightness

int[] scaledFBrightness

Class net.grelf.grip.ImAddProportionDialogue extends AbstractDialogue implements Serializable

Serialized Fields

image1

Image image1

slider

javax.swing.JSlider slider

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonPanel

javax.swing.JPanel buttonPanel

imPreview

ImPreview imPreview

proportion

int proportion

accepted

boolean accepted

Class net.grelf.grip.ImageMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

imframe

ImFrame imframe

itemBlobs

javax.swing.JMenuItem itemBlobs

itemChart

javax.swing.JMenuItem itemChart

Class net.grelf.grip.ImageSizeDialogue extends AbstractDialogue implements Serializable

Serialized Fields

width

int width

height

int height

processor

ImageSizeAction processor

wdLabel

javax.swing.JLabel wdLabel

wdTextField

javax.swing.JTextField wdTextField

wdPanel

javax.swing.JPanel wdPanel

htLabel

javax.swing.JLabel htLabel

htTextField

javax.swing.JTextField htTextField

htPanel

javax.swing.JPanel htPanel

okButton

javax.swing.JButton okButton

Class net.grelf.grip.ImageSummaryDialogue extends AbstractDialogue implements Serializable

Serialized Fields

deGraph

DriveErrorsGraph deGraph

deTable

ImageSummaryTable deTable

selected

boolean[] selected

Class net.grelf.grip.ImageSummaryTable extends javax.swing.JTable implements Serializable

Serialized Fields

model

javax.swing.table.TableModel model

imData

java.util.List<E> imData

rowData

java.lang.Object[][] rowData

userMayRejectImages

boolean userMayRejectImages

Class net.grelf.grip.ImColourDialogue extends AbstractDialogue implements Serializable

Serialized Fields

image

Image image

maxLevel

int maxLevel

settings

int[] settings

sliderR

javax.swing.JSlider sliderR

sliderG

javax.swing.JSlider sliderG

sliderB

javax.swing.JSlider sliderB

labelR

javax.swing.JLabel labelR

labelG

javax.swing.JLabel labelG

labelB

javax.swing.JLabel labelB

sliderPanelR

javax.swing.JPanel sliderPanelR

sliderPanelG

javax.swing.JPanel sliderPanelG

sliderPanelB

javax.swing.JPanel sliderPanelB

sliderPanel

javax.swing.JPanel sliderPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonPanel

javax.swing.JPanel buttonPanel

border

javax.swing.border.Border border

imPreview

ImPreview imPreview

accepted

boolean accepted

Class net.grelf.grip.ImContourDialogue extends AbstractDialogue implements Serializable

Serialized Fields

interval

int interval

parentFrame

ImFrame parentFrame

image

Image image

maxLevel

int maxLevel

nBands

int nBands

intervalLabel

javax.swing.JLabel intervalLabel

intervalSlider

javax.swing.JSlider intervalSlider

sliderPanel

javax.swing.JPanel sliderPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonPanel

javax.swing.JPanel buttonPanel

imPreview

ImPreview imPreview

accepted

boolean accepted

Class net.grelf.grip.ImCurve extends javax.swing.JComponent implements Serializable

Serialized Fields

points

java.util.List<E> points

currentPointIndex

int currentPointIndex

caller

ImCurveDialogue caller

Class net.grelf.grip.ImCurveDialogue extends AbstractDialogue implements Serializable

Serialized Fields

image

Image image

srcMaxLevel

double srcMaxLevel

dstMaxLevel

double dstMaxLevel

dropDown

javax.swing.JComboBox dropDown

dropDownItems

java.lang.String[] dropDownItems

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

neutraliseButton

javax.swing.JButton neutraliseButton

saveButton

javax.swing.JButton saveButton

loadButton

javax.swing.JButton loadButton

imagePanel

javax.swing.JPanel imagePanel

buttonPanel

javax.swing.JPanel buttonPanel

imPreview

ImPreview imPreview

imCurve

ImCurve imCurve

imHist

Histogram imHist

points

java.util.List<E> points

accepted

boolean accepted

Class net.grelf.grip.ImFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

menubar

javax.swing.JMenuBar menubar

levelsMenu

LevelsMenu levelsMenu

filePath

java.lang.String filePath

history

java.util.List<E> history

blobMeases

BlobMeasList blobMeases

parentFrame

ImFrame parentFrame

caption

java.lang.String caption

captionStack

Stack<E> captionStack

gp

GlassPane gp

ip

ImPane ip

sp

javax.swing.JScrollPane sp

Class net.grelf.grip.ImMultiplyProportionDialogue extends AbstractDialogue implements Serializable

Serialized Fields

im1

Image im1

slider

javax.swing.JSlider slider

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonPanel

javax.swing.JPanel buttonPanel

imPreview

ImPreview imPreview

proportion

int proportion

accepted

boolean accepted

Class net.grelf.grip.ImPane extends javax.swing.JComponent implements Serializable

Serialized Fields

scale

int scale

image

Image image

scaledImage

java.awt.image.BufferedImage scaledImage

ipWidth

int ipWidth

ipHeight

int ipHeight

parent

ImFrame parent

gp

GlassPane gp

ps

Pseudocolour ps

ap

AssociatedPane ap

Class net.grelf.grip.ImPreview extends javax.swing.JComponent implements Serializable

Serialized Fields

image

Image image

previewIm

Image8 previewIm

imWd

int imWd

imHt

int imHt

centre

java.awt.Point centre

oldCentre

java.awt.Point oldCentre

mouseStart

java.awt.Point mouseStart

mouseOver

boolean mouseOver

caller

ImPreviewActor caller

width

int width

height

int height

widthOn2

int widthOn2

heightOn2

int heightOn2

Class net.grelf.grip.ImSaturateDialogue extends AbstractDialogue implements Serializable

Serialized Fields

image

Image image

srcMaxLevel

int srcMaxLevel

dstMaxLevel

int dstMaxLevel

slider

javax.swing.JSlider slider

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonPanel

javax.swing.JPanel buttonPanel

imPreview

ImPreview imPreview

satValue

int satValue

accepted

boolean accepted

Class net.grelf.grip.ImTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

table

java.lang.String[][] table

Class net.grelf.grip.ImThreshDialogue extends AbstractDialogue implements Serializable

Serialized Fields

thresh

Threshold thresh

image

Image image

maxLevel

int maxLevel

slider

RangeSlider slider

sliderPanel

javax.swing.JPanel sliderPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonPanel

javax.swing.JPanel buttonPanel

imPreview

ImPreview imPreview

accepted

boolean accepted

Class net.grelf.grip.ImThreshRGBDialogue extends AbstractDialogue implements Serializable

Serialized Fields

thresh

Threshold thresh

image

Image image

maxLevel

int maxLevel

sliderR

RangeSlider sliderR

sliderG

RangeSlider sliderG

sliderB

RangeSlider sliderB

sliderPanel

javax.swing.JPanel sliderPanel

andOrPanel

javax.swing.JPanel andOrPanel

andOrGroup

javax.swing.ButtonGroup andOrGroup

andButton

javax.swing.JRadioButton andButton

orButton

javax.swing.JRadioButton orButton

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonPanel

javax.swing.JPanel buttonPanel

imPreview

ImPreview imPreview

accepted

boolean accepted

Class net.grelf.grip.LevelsMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

imframe

ImFrame imframe

itemRaw

javax.swing.JMenuItem itemRaw

itemDefect

javax.swing.JMenuItem itemDefect

item8bpc

javax.swing.JMenuItem item8bpc

item16bpc

javax.swing.JMenuItem item16bpc

item32bpc

javax.swing.JMenuItem item32bpc

item64bpc

javax.swing.JMenuItem item64bpc

itemMono

javax.swing.JMenuItem itemMono

itemSplitIntensity

javax.swing.JMenuItem itemSplitIntensity

itemSplitChannels

javax.swing.JMenuItem itemSplitChannels

itemBlobMeas

javax.swing.JMenuItem itemBlobMeas

itemBlobBright

javax.swing.JMenuItem itemBlobBright

itemBlobDraw

javax.swing.JMenuItem itemBlobDraw

itemBackgr

javax.swing.JMenuItem itemBackgr

itemBlobHover

javax.swing.JMenuItem itemBlobHover

itemBlobSave

javax.swing.JMenuItem itemBlobSave

itemSaturate

javax.swing.JMenuItem itemSaturate

itemAuto

javax.swing.JMenuItem itemAuto

itemWarping

javax.swing.JMenuItem itemWarping

blobMeases

BlobMeasList blobMeases

Class net.grelf.grip.MagnifiedFrame extends ImFrame implements Serializable

Class net.grelf.grip.MeasurementGraph extends javax.swing.JComponent implements Serializable

Serialized Fields

curves

java.util.List<E> curves

xLabels

java.util.List<E> xLabels

Class net.grelf.grip.MeasurementMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

imframe

ImFrame imframe

itemBlob

javax.swing.JMenuItem itemBlob

itemReview

javax.swing.JMenuItem itemReview

itemCalibStar

javax.swing.JMenuItem itemCalibStar

itemSpectrum

javax.swing.JMenuItem itemSpectrum

item2DProf

javax.swing.JMenuItem item2DProf

item3DHist

javax.swing.JMenuItem item3DHist

Class net.grelf.grip.MeasurementTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

table

java.lang.String[][] table

Class net.grelf.grip.Prof3D_Pane extends ImPane implements Serializable

Serialized Fields

image

java.awt.image.BufferedImage image

rIm

java.awt.image.BufferedImage rIm

gIm

java.awt.image.BufferedImage gIm

bIm

java.awt.image.BufferedImage bIm

shift

int shift

plotWd

int plotWd

plotHt

int plotHt

Class net.grelf.grip.Profile1D extends javax.swing.JComponent implements Serializable

Serialized Fields

prof

int[][] prof

profX

float[] profX

profY

float[] profY

nLevels

int nLevels

nBands

int nBands

width

int width

height

int height

calibration

Calibration calibration

freq

int[][] freq

Class net.grelf.grip.RangeSlider extends javax.swing.JPanel implements Serializable

Serialized Fields

caller

RangeSliderUser caller

limits

RangeInt limits

values

RangeInt values

channelLabel

java.lang.String channelLabel

highSlider

javax.swing.JSlider highSlider

lowSlider

javax.swing.JSlider lowSlider

sliderPanel

javax.swing.JPanel sliderPanel

highLabel

javax.swing.JLabel highLabel

lowLabel

javax.swing.JLabel lowLabel

Class net.grelf.grip.SlideShow extends javax.swing.JComponent implements Serializable

Serialized Fields

files

java.io.File[] files

interval_ms

int interval_ms

win

javax.swing.JWindow win

screen

java.awt.Dimension screen

bim

java.awt.image.BufferedImage bim

stopped

boolean stopped

paused

boolean paused

forward

boolean forward

stepping

boolean stepping

background

java.awt.Rectangle background

dx

int dx

dy

int dy

Class net.grelf.grip.StarChartFrame extends ImFrame implements Serializable

Serialized Fields

starChart

StarChart starChart

Class net.grelf.grip.StarMeasFrame extends ImFrame implements Serializable

Serialized Fields

processor

StarMeasProcessor processor

Class net.grelf.grip.UnsharpMaskDialogue extends AbstractDialogue implements Serializable

Serialized Fields

noteLabel

javax.swing.JLabel noteLabel

radiusLabel

javax.swing.JLabel radiusLabel

radiusSlider

javax.swing.JSlider radiusSlider

radiusPanel

javax.swing.JPanel radiusPanel

proportionLabel

javax.swing.JLabel proportionLabel

proportionSlider

javax.swing.JSlider proportionSlider

proportionPanel

javax.swing.JPanel proportionPanel

sliderPanel

javax.swing.JPanel sliderPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonPanel

javax.swing.JPanel buttonPanel

imPreview

ImPreview imPreview

imOriginal

Image imOriginal

proportion

int proportion

radius

int radius

accepted

boolean accepted

Class net.grelf.grip.WarpingPair extends java.lang.Object implements Serializable

Serialized Fields

fromPoint

PointFloat fromPoint

toPoint

PointFloat toPoint

Package net.grelf.image

Class net.grelf.image.HistogramAll extends javax.swing.JComponent implements Serializable

Serialized Fields

nLevels

int nLevels

nBands

int nBands

freq

int[][] freq

scale

int scale

fbin

int[][] fbin

xLabels

java.lang.String[] xLabels

Class net.grelf.image.Image16 extends Image8or16Base implements Serializable

Serialized Fields

raw

boolean raw

Class net.grelf.image.Image8 extends Image8or16Base implements Serializable

Class net.grelf.image.IncompatibleImageException extends java.lang.Exception implements Serializable

Class net.grelf.image.NoImageException extends java.lang.Exception implements Serializable

Serialized Fields

msg

java.lang.String msg