Introduction | Reduction | Conversions | Dates | Display Image | Headers | Image Load | Image Save | Photometry |
Table of Contents
This package contains functions for exporting FITS objects, including the header and data portion.
ImageSave[path, imgobj] | Exports the FITS object located by the specified path. |
Exporting FITS data
This loads the package
In[1]:=
In[2]:=
Here is the command to load a FITS data file.
In[3]:=
Out[3]=
Here is the command to export the above FITS object.
In[4]:=
Out[4]=
Created by Mathematica (October 24, 2004) |