Introduction | Reduction | Conversions | Dates | Display Image | Headers | Image Load | Image Save | Photometry |
Table of Contents
This package contains functions for loading FITS data, including the header and data portion.
ImageLoad[path] | Loads the FITS data located by the specified path. |
Loading FITS data
This loads the package
In[1]:=
Here is the command to load a FITS data file.
In[2]:=
Out[2]=
Here are the number of rows and columns of data in the above FITS file.
In[3]:=
Out[3]=
Created by Mathematica (October 24, 2004) |