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 

F

FastSlowDialogue - Class in net.grelf.grip
For use with (de-)convolutions: let the user decide whether to use the faster FFT methods which have certain requirements which may be difficult to satisfy.
FastSlowDialogue(ImFrame) - Constructor for class net.grelf.grip.FastSlowDialogue
 
FastSlowDialogue.FastSlow - Enum in net.grelf.grip
 
fbin - Variable in class net.grelf.image.HistogramAll
Also created by the constructor, frequencies binned into 256 levels for plotting.
FFT - Class in net.grelf
Fast Fourier Transform in double precision.
FFT(int) - Constructor for class net.grelf.FFT
Construct a transformer for arrays of the given length.
fft() - Method in class net.grelf.grip.ImFrame
Fast Fourier Transform; creates a pair of 64-bit images, real [0] and imaginary [1] parts.
fft(ImFrame, boolean) - Method in class net.grelf.grip.ImFrame
Fast Fourier Transform; creates a pair of 64-bit images, real [0] and imaginary [1] parts, from this and another frame.
fft() - Method in interface net.grelf.image.ComplexImage
Perform Fast Fourier Transform.
fft() - Method in class net.grelf.image.ComplexImage64
 
fft() - Method in class net.grelf.image.Image64
Fast Fourier Transform; creates a pair of 64-bit images, real [0] and imaginary [1] parts from a single real input image (this).
fft(Image64) - Method in class net.grelf.image.Image64
Fast Fourier Transform; creates a pair of 64-bit images, real [0] and imaginary [1] parts.
FFT_IMAGINARY - Static variable in class net.grelf.image.Metadata
 
FFT_KEYWORD - Static variable in class net.grelf.image.Metadata
 
FFT_REAL - Static variable in class net.grelf.image.Metadata
 
fftInverse() - Method in interface net.grelf.image.ComplexImage
Perform inverse Fast Fourier Transform.
fftInverse() - Method in class net.grelf.image.ComplexImage64
 
fftInverse(Image64) - Method in class net.grelf.image.Image64
Inverse Fast Fourier Transform; creates a pair of 64-bit images, real [0] and imaginary [1] parts.
FileFilterExtra - Class in net.grelf
Support class for FileIO.
FileFilterExtra() - Constructor for class net.grelf.FileFilterExtra
 
FileFormat - Enum in net.grelf.image
Formats used for saving image files.
FileIO - Class in net.grelf
Various useful static methods for file handling.
FileIO_CSVFilter - Class in net.grelf
Support class for FileIO.
FileIO_CSVFilter() - Constructor for class net.grelf.FileIO_CSVFilter
 
FileIO_CSVFilter(int) - Constructor for class net.grelf.FileIO_CSVFilter
 
FileIO_HTMLFilter - Class in net.grelf
 
FileIO_HTMLFilter() - Constructor for class net.grelf.FileIO_HTMLFilter
 
FileIO_HTMLFilter(int) - Constructor for class net.grelf.FileIO_HTMLFilter
 
FileIO_XMLFilter - Class in net.grelf
Support class for FileIO.
FileIO_XMLFilter() - Constructor for class net.grelf.FileIO_XMLFilter
 
FileIO_XMLFilter(int) - Constructor for class net.grelf.FileIO_XMLFilter
 
FileIOBlobsFilter - Class in net.grelf
Support class for FileIO.
FileIOBlobsFilter() - Constructor for class net.grelf.FileIOBlobsFilter
Filter to select any file kind.
FileIOBlobsFilter(int) - Constructor for class net.grelf.FileIOBlobsFilter
Filter to select a specific file kind.
FileIOChartFilter - Class in net.grelf
Support class for FileIO.
FileIOChartFilter() - Constructor for class net.grelf.FileIOChartFilter
Filter to select any file kind.
FileIOChartFilter(int) - Constructor for class net.grelf.FileIOChartFilter
Filter to select a specific file kind.
FileIOImageFilter - Class in net.grelf
Support class for FileIO.
FileIOImageFilter() - Constructor for class net.grelf.FileIOImageFilter
Filter to select any image kind for which we have JAI plug-ins.
FileIOImageFilter(int) - Constructor for class net.grelf.FileIOImageFilter
Filter to select a specific image kind.
FileMenu - Class in net.grelf.draw
File menu (on each DrawingFrame) and its actions.
FileMenu(DrawingFrame) - Constructor for class net.grelf.draw.FileMenu
 
findBlobInMiddleImage(int, int, int) - Static method in class net.grelf.grip.MatchPair
Find a given blob in the middle image by following the list of matches between images.
findNearestStar(int, int) - Method in class net.grelf.astro.StarChart
Return the star nearest to the given chart coordinates.
FIRST_KEYWORD - Static variable in class net.grelf.image.Metadata
 
fit(int, int) - Method in class net.grelf.grip.ImFrame
Scale the image so it fits into the given width and height (in pixels), without changing its proportions.
fit(int, int) - Method in interface net.grelf.image.Image
Scale the image so it fits into the given width and height (in pixels), without changing its proportions.
fit(int, int) - Method in class net.grelf.image.Image32
Scale the image so it fits into the given width and height (in pixels), without changing its proportions.
fit(int, int) - Method in class net.grelf.image.Image64
Scale the image so it fits into the given width and height (in pixels), without changing its proportions.
fit(int, int) - Method in class net.grelf.image.Image8or16Base
Scale the image so it fits into the given width and height (in pixels), without changing its proportions.
FITS - Static variable in class net.grelf.FileIOImageFilter
 
FITS - Class in net.grelf.image
For loading and saving images as files in FITS format.
FITS() - Constructor for class net.grelf.image.FITS
 
FITS_FILTER - Static variable in class net.grelf.FileIOImageFilter
 
FITS_Header - Class in net.grelf.image
Representing the header part of a header/data unit (HDU) loaded from a FITS file.
FITS_Header() - Constructor for class net.grelf.image.FITS_Header
 
FITS_KeywordRecord - Class in net.grelf.image
Representing an 80-byte FITS keyword record as read from a FITS stream, with its keyword, value and comment (if any).
FITS_KeywordRecord(byte[]) - Constructor for class net.grelf.image.FITS_KeywordRecord
Construct from 80-character record as read from FITS file.
FITS_KeywordRecord(String, String) - Constructor for class net.grelf.image.FITS_KeywordRecord
Construct from scratch using a key and a value.
FITS_KEYWORDS - Static variable in class net.grelf.image.Metadata
 
Fitter - Interface in net.grelf
Fits data to particular curves.
Fitter_ - Class in net.grelf
Fits data to particular curves.
Fitter_() - Constructor for class net.grelf.Fitter_
 
fixedRectContains(Point) - Method in class net.grelf.malign.Marker
 
flexibleRectContains(Point) - Method in class net.grelf.malign.Marker
 
flipHorizontal() - Method in class net.grelf.grip.ImFrame
Flip the image horizontally.
flipHorizontal() - Method in interface net.grelf.image.Image
Flip the image horizontally.
flipHorizontal() - Method in class net.grelf.image.Image32
Flip the image horizontally.
flipHorizontal() - Method in class net.grelf.image.Image64
Flip the image horizontally.
flipHorizontal() - Method in class net.grelf.image.Image8or16Base
Flip the image horizontally.
flipVertical() - Method in class net.grelf.grip.ImFrame
Flip the image vertically.
flipVertical() - Method in interface net.grelf.image.Image
Flip the image vertically.
flipVertical() - Method in class net.grelf.image.Image32
Flip the image vertically.
flipVertical() - Method in class net.grelf.image.Image64
Flip the image vertically.
flipVertical() - Method in class net.grelf.image.Image8or16Base
Flip the image vertically.
FOCAL_LENGTH_KEYWORD - Static variable in class net.grelf.image.Metadata
 
Format(String) - Constructor for class net.grelf.Angle.Format
 
format - Variable in class net.grelf.image.ExifTag
 
format(double) - Static method in class net.grelf.Util
Format a measurement of type double for display (not using HTML).
format_yyyyMMddTHHmmss(Date) - Static method in class net.grelf.Util
 
formatForDisplay() - Method in class net.grelf.image.Metadata
Assemble metadata from all known keys into lines separated by HTML <br> elements.
formatHTML(double) - Static method in class net.grelf.Util
Format a measurement of type double for display.
forward(double[], double[], int) - Method in class net.grelf.FFT
Compute the in-place FFT of a length n complex sequence.
FOUR_PI - Static variable in class net.grelf.Angle
 
freq - Variable in class net.grelf.image.HistogramAll
Raw frequencies, [band][level * this.scaleTo16] has 256 bins for Image8 but 65536 bins for all other images.
fromBlob - Variable in class net.grelf.grip.Connection
 
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