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

T

tableChanged(TableModelEvent) - Method in class net.grelf.grip.ImageSummaryDialogue
 
tagName - Variable in class net.grelf.image.ExifTag
 
tagNo - Variable in class net.grelf.image.ExifTag
 
tan() - Method in class net.grelf.Angle
Tangent.
tanDegs(double) - Static method in class net.grelf.Maths
Get tangent of an angle in degrees.
Template - Class in net.grelf.malign
Specifies arrangement of markers to match manually between 2 images.
text - Variable in class net.grelf.grip.XYText
 
th - Variable in class net.grelf.image.Threshold
The threshold ranges, one per channel.
theta - Variable in class net.grelf.VectorFloat
Angle anticlockwise from 0x, in radians.
threshold() - Method in class net.grelf.grip.ImFrame
Display dialogue for user to set thresholds (RGB or monochrome), then threshold the image.
threshold(Threshold) - Method in class net.grelf.grip.ImFrame
Threshold the image to detect pixels brighter than the given thresholds.
threshold(Threshold) - Method in interface net.grelf.image.Image
Threshold the image to detect pixels in the range(s) specified by the given threshold.
threshold(Threshold) - Method in class net.grelf.image.Image32
Threshold the image to detect pixels in the range(s) specified by the given threshold.
threshold(Threshold) - Method in class net.grelf.image.Image64
Threshold the image to detect pixels in the range(s) specified by the given threshold.
threshold(Threshold) - Method in class net.grelf.image.Image8or16Base
Threshold the image to detect pixels in the range(s) specified by the given threshold.
Threshold - Class in net.grelf.image
Record to hold an array of threshold ranges plus a boolean to say whether tests against the thresholds are to be ANDed for all channels (as opposed to ORing them).
Threshold(int) - Constructor for class net.grelf.image.Threshold
As initially constructed the threshold ranges are all 0..0 and anding is true.
TIF - Static variable in class net.grelf.FileIOImageFilter
 
TIF_FILTER - Static variable in class net.grelf.FileIOImageFilter
 
TIFF_BYTE - Static variable in class net.grelf.image.ExifTag
 
TIFF_DOUBLE - Static variable in class net.grelf.image.ExifTag
 
TIFF_FLOAT - Static variable in class net.grelf.image.ExifTag
 
TIFF_LONG - Static variable in class net.grelf.image.ExifTag
 
TIFF_RATIONAL - Static variable in class net.grelf.image.ExifTag
 
TIFF_SHORT - Static variable in class net.grelf.image.ExifTag
 
TIFF_STRING - Static variable in class net.grelf.image.ExifTag
 
TIFF_U_BYTE - Static variable in class net.grelf.image.ExifTag
 
TIFF_U_LONG - Static variable in class net.grelf.image.ExifTag
 
TIFF_U_RATIONAL - Static variable in class net.grelf.image.ExifTag
 
TIFF_U_SHORT - Static variable in class net.grelf.image.ExifTag
 
TIFF_UNDEFINED - Static variable in class net.grelf.image.ExifTag
 
TIFF_VARIABLE - Static variable in class net.grelf.image.ExifTag
 
tiffRead2() - Method in class net.grelf.image.ExifFile
 
tiffRead4() - Method in class net.grelf.image.ExifFile
 
tiffReadUnsigned2() - Method in class net.grelf.image.ExifFile
 
tiffReadUnsigned4() - Method in class net.grelf.image.ExifFile
 
TimeInterval - Class in net.grelf
This class describes the start and end times of an image exposure.
TimeInterval(long, long) - Constructor for class net.grelf.TimeInterval
Both parameters are ms since 1970.0 UT.
Timer - Class in net.grelf.image
For logging the time taken by an image operation.
Timer(String) - Constructor for class net.grelf.image.Timer
Create a Timer, recording the start time.
Timer(String, Image) - Constructor for class net.grelf.image.Timer
Create a Timer, recording the start time.
Timer(String, BufferedImage) - Constructor for class net.grelf.image.Timer
Create a Timer, recording the start time.
Timer - Class in net.grelf
For logging the time taken for any process to run.
Timer(String, BufferedImage) - Constructor for class net.grelf.Timer
Create a Timer, recording the start time.
toBlob - Variable in class net.grelf.grip.Connection
 
toDegrees() - Method in class net.grelf.astro.Dec
 
toDegrees() - Method in class net.grelf.astro.RA
 
toDegrees(double) - Static method in class net.grelf.Maths
 
toDouble() - Method in class net.grelf.astro.JulianDate
Get the numerical JD.
toFoldedString(String) - Method in class net.grelf.astro.ProperMotion
 
toFoldedString(String) - Method in class net.grelf.astro.SkyPoint
 
toFoldedString() - Method in class net.grelf.astro.Star
More detailed and more suitable for display to the user - reasonably formatted multi-line text, using "\n" as the line feed character.
toFoldedString(String) - Method in class net.grelf.astro.Star
The lineFeed might be "\n" or "
" etc.
toFoldedString(String) - Method in interface net.grelf.image.Image
Return complete metadata in a form suitable for display.
toFoldedString(String) - Method in class net.grelf.image.Image32
 
toFoldedString(String) - Method in class net.grelf.image.Image64
 
toFoldedString(String) - Method in class net.grelf.image.Image8or16Base
 
toFoldedString(String) - Method in class net.grelf.image.Metadata
 
toGregorianCalendar() - Method in class net.grelf.astro.JulianDate
 
toHours() - Method in class net.grelf.astro.RA
 
toHoverString() - Method in class net.grelf.grip.BlobMeas
Get a description for display in the GlassPane in BLOB_HOVER drawing mode.
toImageTimestampFormat() - Method in class net.grelf.astro.JulianDate
Get the date/time in the format yyyy:MM:dd HH:mm:ss
toLine() - Method in class net.grelf.LineSegment
 
toMeanSiderealTimeAtGreenwichInDegrees() - Method in class net.grelf.astro.JulianDate
Uses method given in J.Meeus "Astronomical Algorithms" (2nd Edn) Chapter 12.
toMsSince1970() - Method in class net.grelf.astro.JulianDate
Convert to milliseconds since 1970.0 UT, as used in Java and other programming systems.
Topocentre - Class in net.grelf.astro
Representing locations on the Earth's surface, objects of this class are responsible for transforming from geocentric to topocentric coordinates.
Topocentre(String, double, double, double) - Constructor for class net.grelf.astro.Topocentre
We adopt Jean Meeus' convention: longitude is positive to the west of Greenwich; height is above sea level, in metres.
toPoint() - Method in class net.grelf.PointFloat
Convert to the nearest java.awt.Point.
toRadians(double) - Static method in class net.grelf.Maths
 
toString() - Method in class net.grelf.Angle
Units are radians.
toString(Angle.Units) - Method in class net.grelf.Angle
Get a String representing the angle in the required units.
toString(String) - Method in class net.grelf.Angle
Rather like java.text.SimpleDateFormat, this method allows the use of a format string which can be as follows.
toString() - Method in class net.grelf.astro.Dec
 
toString() - Method in class net.grelf.astro.Epoch
 
toString() - Method in class net.grelf.astro.JulianDate
 
toString() - Method in class net.grelf.astro.Magnitude
 
toString() - Method in class net.grelf.astro.ProperMotion
 
toString() - Method in class net.grelf.astro.RA
 
toString() - Method in class net.grelf.astro.SkyPoint
 
toString() - Method in class net.grelf.astro.SkyVector
 
toString(Angle.Units) - Method in class net.grelf.astro.SkyVector
 
toString() - Method in class net.grelf.astro.Star
Simplified summary
toString() - Method in enum net.grelf.astro.Variability
 
toString() - Method in class net.grelf.Complex
 
toString() - Method in enum net.grelf.draw.DrawingMethod
 
toString() - Method in class net.grelf.Gaussian
Get a String representation of the Gaussian
toString() - Method in class net.grelf.grip.Blob_
Get a simple description of the Blob
toString() - Method in class net.grelf.grip.BlobMask
For diagnostics.
toString() - Method in class net.grelf.grip.BlobMeas
Get a simple description of the BlobMeas
toString() - Method in class net.grelf.grip.Connection
Get a String representation of the Connection
toString() - Method in class net.grelf.grip.WarpingGrid
List all the WarpingPairs in this grid.
toString() - Method in class net.grelf.grip.XYText
Get a String representation of the XYText
toString() - Method in class net.grelf.image.Calibration
Get a simple description of the Calibration object
toString() - Method in class net.grelf.image.Calibration.Units
Returns "[fromUnits name] / [toUnits name]" but if toUnits is null, returns "[fromUnits name] (uncalibrated)".
toString() - Method in interface net.grelf.image.Image
 
toString() - Method in class net.grelf.image.Image32
Get a simple description : wd x ht x channels
toString() - Method in class net.grelf.image.Image64
Get a simple description : width x height x channels
toString() - Method in class net.grelf.image.RangeDouble
Get a String representation of the RangeInt
toString() - Method in class net.grelf.image.RangeInt
Get a String representation of the RangeInt
toString() - Method in class net.grelf.image.Threshold
Get a String representation of the Threshold
toString() - Method in class net.grelf.Length
 
toString() - Method in class net.grelf.Line
 
toString() - Method in class net.grelf.LineSegment
 
toString() - Method in class net.grelf.MeasuredValue
Outputs in the form "value +/- stdErr units" (but only "value units" if stdErr is 0.0).
toString(DecimalFormat) - Method in class net.grelf.MeasuredValue
Outputs in the form "value +/- sigma units" (but only "value units" if sigma is 0.0).
toString() - Method in class net.grelf.meteor.Result
 
toString() - Method in class net.grelf.meteor.ResultsTable
 
toString() - Method in exception net.grelf.OutOfRangeException
 
toString() - Method in class net.grelf.PointFloat
Get a simple description of the PointFloat
toString() - Method in class net.grelf.Stack_
Get a String representation of the Stack
toString() - Method in class net.grelf.Statistics
Get a String representation of the Statistics
toString() - Method in class net.grelf.Triangle
 
toString() - Method in class net.grelf.VectorFloat
Get a String representation of the VectorFloat
toSummary(String) - Method in class net.grelf.grip.BlobMeas
Build a summary of all the data.
toXML() - Method in class net.grelf.astro.Magnitude
Creates a <Mag> element, either containing a simple value (if the band id is empty) or 2 sub-elements: <Band> and <Value>.
toXML() - Method in class net.grelf.astro.ProperMotion
<PM> and sub-elements in a single line.
toXML() - Method in class net.grelf.astro.SkyPoint
Return <RA><Dec><Epoch> elements.
toXML(String) - Method in class net.grelf.astro.Star
The indent string would typically contain some tab characters (\t).
toXML(String) - Method in class net.grelf.astro.StarChart
 
toXML(String) - Method in interface net.grelf.grip.Blob
The indent string would typically contain some tab characters (\t).
toXML(String) - Method in class net.grelf.grip.Blob_
The indent string would typically contain some tab characters (\t).
toXML(String) - Method in class net.grelf.grip.BlobMeas
The indent would typically be some tabs, eg "\t\t".
toXML() - Method in class net.grelf.grip.BlobMeasList
 
toXML(String) - Method in class net.grelf.Statistics
Get an XML representation, as <Statistics> and child elements of that.
toXmlDateTime() - Method in class net.grelf.astro.JulianDate
Returns dateTime in W3C schema format.
translate(int, int) - Method in interface net.grelf.grip.Blob
Move the blob by the given pixel displacement.
translate(int, int) - Method in class net.grelf.grip.Blob_
Move the blob by the given pixel displacement.
translate() - Method in class net.grelf.grip.ImFrame
Ask the user for x and y displacements and then translate the image accordingly.
translate(int, int) - Method in interface net.grelf.image.Image
Displace the image content by the given offset vector, a whole number of pixels.
translate(double, double) - Method in interface net.grelf.image.Image
Displace the image content by the given offset vector, interpolating between pixels.
translate(int, int) - Method in class net.grelf.image.Image32
Displace the image content by the given offset vector, a whole number of pixels.
translate(double, double) - Method in class net.grelf.image.Image32
Displace the image content by the given offset vector, interpolating between pixels.
translate(int, int) - Method in class net.grelf.image.Image64
Displace the image content by the given offset vector.
translate(double, double) - Method in class net.grelf.image.Image64
Displace the image content by the given offset vector, interpolating between pixels.
translate(int, int) - Method in class net.grelf.image.Image8or16Base
Displace the image content by the given offset vector, a whole number of pixels.
translate(double, double) - Method in class net.grelf.image.Image8or16Base
Displace the image content by the given offset vector, interpolating between pixels.
Triangle - Class in net.grelf
Experimental, in development.
Triangle(Point, Point, Point) - Constructor for class net.grelf.Triangle
Point positions are assumed to be pixels within an image, so the length units are Length.Units.PIXEL.
Triangle.CycleSense - Enum in net.grelf
 
TWO_PI - Static variable in class net.grelf.Angle
 
Tycho - Class in net.grelf.astro
For loading data from the Tycho data file tyc_main.dat for use in class StarChart.
Tycho() - Constructor for class net.grelf.astro.Tycho
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links