CCD Photometry with Mathematica

Introduction Reduction Conversions Dates Display Image Headers Image Load Image Save Photometry

Table of Contents

CCDPhotometry`ImageLoad`

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]:=

Needs["CCDPhotometry`ImageLoad`"]

Here is the command to load a FITS data file.

In[2]:=

data = ImageLoad[ToFileName["CCDPhotometry", "11080154.fit"]]

Out[2]=

⁃FITSObject⁃

Here are the number of rows and columns of data in the above FITS file.

In[3]:=

Dimensions[data[[1, 1, 2]]]

Out[3]=

{498, 511}

HOME


Created by Mathematica  (October 24, 2004) Valid XHTML 1.1!