|
| void | run (String path) |
| |
| | ImagePlus () |
| |
| | ImagePlus (String title, Image img) |
| |
| | ImagePlus (String title, ImageProcessor ip) |
| |
| | ImagePlus (String pathOrURL) |
| |
| synchronized boolean | lock () |
| |
| synchronized boolean | lockSilently () |
| |
| synchronized void | unlock () |
| |
| void | draw () |
| |
| void | draw (int x, int y, int width, int height) |
| |
| void | updateAndDraw () |
| |
| void | repaintWindow () |
| |
| void | updateAndRepaintWindow () |
| |
| void | updateImage () |
| |
| void | show () |
| |
| void | show (String statusMessage) |
| |
| void | setActivated () |
| |
| Image | getImage () |
| |
| int | getID () |
| |
| void | setImage (Image img) |
| |
| void | setProcessor (String title, ImageProcessor ip) |
| |
| void | setFileInfo (FileInfo fi) |
| |
| void | setColor (Color c) |
| |
|
boolean | isProcessor () |
| |
| ImageProcessor | getProcessor () |
| |
| synchronized void | trimProcessor () |
| |
| void | killProcessor () |
| |
| ImageProcessor | getMask () |
| |
| ImageStatistics | getStatistics () |
| |
| ImageStatistics | getStatistics (int mOptions) |
| |
| ImageStatistics | getStatistics (int mOptions, int nBins) |
| |
| ImageStatistics | getStatistics (int mOptions, int nBins, double histMin, double histMax) |
| |
| String | getTitle () |
| |
| String | getShortTitle () |
| |
| void | setTitle (String title) |
| |
|
int | getWidth () |
| |
|
int | getHeight () |
| |
| int | getStackSize () |
| |
| int | getType () |
| |
| int | getBitDepth () |
| |
| void | setProperty (String key, Object value) |
| |
| Object | getProperty (String key) |
| |
| Properties | getProperties () |
| |
| LookUpTable | createLut () |
| |
| boolean | isInvertedLut () |
| |
| int[] | getPixel (int x, int y) |
| |
|
Roi | getRoi () |
| |
| void | setRoi (Roi roi) |
| |
| void | setRoi (int x, int y, int width, int height) |
| |
| void | setRoi (Rectangle r) |
| |
| void | createNewRoi (int x, int y) |
| |
| void | killRoi () |
| |
|
void | restoreRoi () |
| |
| FileInfo | getFileInfo () |
| |
| FileInfo | getOriginalFileInfo () |
| |
| boolean | imageUpdate (Image img, int flags, int x, int y, int w, int h) |
| |
| synchronized void | flush () |
| |
| void | setIgnoreFlush (boolean ignoreFlush) |
| |
| ImagePlus | createImagePlus () |
| |
| void | copyScale (ImagePlus imp) |
| |
| void | startTiming () |
| |
| long | getStartTime () |
| |
| Calibration | getCalibration () |
| |
| void | setCalibration (Calibration cal) |
| |
| void | setGlobalCalibration (Calibration global) |
| |
| void | mouseMoved (int x, int y) |
| |
| void | updateStatusbarValue () |
| |
| String | getLocationAsString (int x, int y) |
| |
|
String | toString () |
| |
|
ImageCanvas | getCanvas () |
| |
|
void | setCanvas (ImageCanvas ic) |
| |
Opens and displays FITS images. ImageJ does not support signed 16-bits so 16-bit FITS images are converted to unsigned by adding 32768. The FITS format is described at "ftp://nssdc.gsfc.nasa.gov/pub/fits".
Definition at line 14 of file FITS.java.