CCD Photometry with Mathematica

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

Table of Contents

CCDPhotometry`DisplayImage`

This package contains functions for displaying FITS image data.

DisplayImage[imobj] Display the data portion of the specified FITS image object in a graphical format.

Function to easily display the data potion of FITS image files

This loads the package

In[1]:=

Needs["CCDPhotometry`DisplayImage`"]

The following package is used to load FITS images

In[2]:=

Needs["CCDPhotometry`ImageLoad`"]

In[3]:=

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

Out[3]=

⁃FITSObject⁃

Here is the graphical representation of a FITS image

In[4]:=

DisplayImage[data] ;

[Graphics:HTMLFiles/displayimage_6.gif]

Here, the PlotRange is adjusted so that the thermal noise is harder to see.

In[5]:=

DisplayImage[data, PlotRange {4, 75}] ;

[Graphics:HTMLFiles/displayimage_8.gif]

The following options can be used with DisplayImage

In[6]:=

Options[DisplayImage]

Out[6]=

{AspectRatio1, AxesFalse, AxesLabelNone, AxesOriginAutomatic ... Prolog {}, RotateLabelTrue, TextStyle$TextStyle, TicksAutomatic}

HOME


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