public class FITS_Writer extends java.lang.Object implements PlugIn
Constructor and Description |
---|
FITS_Writer() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
getHeader(ImagePlus img)
Extracts the original FITS header from the Properties object of the
ImagePlus image (or from the current slice label in the case of an ImageStack)
and returns it as an array of String objects representing each card.
|
void |
run(java.lang.String path)
This method is called when the plugin is loaded.
|
public void run(java.lang.String path)
PlugIn
public static java.lang.String[] getHeader(ImagePlus img)
img
- The ImagePlus image which has the FITS header in it's "Info" property.