Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/FITS_Writer.html
Дата изменения: Thu Dec 2 23:03:11 2010 Дата индексирования: Mon Oct 1 22:20:44 2012 Кодировка: Поисковые слова: п п п п п п п п п п р п р п р п р п р п р п р п р п р п |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ij.plugin.FITS_Writer
public class FITS_Writer
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.
Version 2008-09-07 : preserves non-minimal FITS header if already present (F.V. Hessman, Univ. Goettingen).
Version 2008-12-15 : fixed END card recognition bug (F.V. Hessman, Univ. Goettingen).
Constructor Summary | |
---|---|
FITS_Writer()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FITS_Writer()
Method Detail |
---|
public void run(java.lang.String path)
PlugIn
run
in interface PlugIn
public static java.lang.String[] getHeader(ImagePlus img)
img
- The ImagePlus image which has the FITS header in it's "Info" property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |