ij.plugin
Class FITS_Writer

java.lang.Object
  extended by ij.plugin.FITS_Writer
All Implemented Interfaces:
PlugIn

public class FITS_Writer
extends java.lang.Object
implements PlugIn

This plugin saves a 16 or 32 bit image in FITS format. It is a stripped-down version of the SaveAs_FITS plugin from the collection of astronomical image processing plugins by Jennifer West at http://www.umanitoba.ca/faculties/science/astronomy/jwest/plugins.html


Constructor Summary
FITS_Writer()
           
 
Method Summary
 void run(java.lang.String path)
          This method is called when the plugin is loaded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FITS_Writer

public FITS_Writer()
Method Detail

run

public void run(java.lang.String path)
Description copied from interface: PlugIn
This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.

Specified by:
run in interface PlugIn