Package | Description |
---|---|
net.grelf.astro |
This package contains Java classes for astronomical applications.
|
net.grelf.grip |
This package contains the Java classes which are specific to the image
processing application GRIP.
GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP. Version: 18.3.3 |
Modifier and Type | Method and Description |
---|---|
SkyPoint |
Star.measurePosition(ImFrame parentFrame,
BlobMeasList measList)
If this star has unknown position (RA/Dec), do astrometry using the known
reference stars in the given MeasList.
|
Constructor and Description |
---|
MagnitudeChart(StarChart chart,
java.lang.String title,
BlobMeasList measList,
boolean accurate)
Create a clone of the chart, draw into it markers and star ids for all
the blobs used for estimating magnitude, and redisplay it.
|
MagnitudeGraph(ImFrame parent,
java.lang.String title,
BlobMeasList meases,
MagnitudeBands bands,
java.lang.String filePath,
TimeInterval timeSpan)
Any BlobMeas objects that have a star with an id but no magnitude will
have magnitudes estimated by least squares fitting.
|
MagnitudeTable(ImFrame parent,
java.lang.String title,
BlobMeasList meases)
Any BlobMeas objects that have an id will have their data tabulated.
|
Modifier and Type | Method and Description |
---|---|
BlobMeasList |
BlobMeasList.crop(java.awt.Point pt1,
java.awt.Point pt2)
Modify the list for its image being cropped to a rectangle formed by the 2
points as diagonal.
|
BlobMeasList |
ImFrame.detectBlobs() |
BlobMeasList |
ImFrame.detectBlobs(boolean includeSinglePixelBlobs) |
BlobMeasList |
ImFrame.detectBlobs(boolean includeSinglePixelBlobs,
boolean replot) |
BlobMeasList |
ImFrame.getBlobMeases()
If this frame has a list of detected blob measurements return the list,
otherwise return null.
|
static BlobMeasList |
BlobMeasList.loadFromXML(java.lang.String filePath) |
BlobMeasList |
ImFrame.replotBlobs() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ConnectionList> |
Analyser.getSortedConnections(BlobMeasList meases,
int nBrightest)
From the first n of a list of measured blobs, in descending order of
brightness, get a list of polar offsets between them, in ascending order
of angle.
|
boolean |
WarpingGrid.make(BlobMeasList detected)
Analyse the blob measurements (the centre fields) to create the grid.
|
void |
ImFrame.setBlobMeases(BlobMeasList meases)
To enable hovering over detected blobs, give the frame a reference to
the list of blob measurements.
|
void |
SegmentationMenu.setBlobMeases(BlobMeasList meases)
To enable menu options for detected blobs, give the menu a reference to the
list of blob measurements.
|
Constructor and Description |
---|
BlobGraph(BlobMeasList meases,
BlobGraph.GraphKind kind) |
ColourGraph(BlobMeasList meases,
ColourGraph.GraphKind kind) |
HistogramBlobArea(ImFrame imframe,
BlobMeasList blobMeases) |
HistogramBlobShape(ImFrame imframe,
BlobMeasList blobMeases) |