23.04.2015 Views

ISOCAM Interactive Analysis User's Manual Version 5.0 - ISO - ESA

ISOCAM Interactive Analysis User's Manual Version 5.0 - ISO - ESA

ISOCAM Interactive Analysis User's Manual Version 5.0 - ISO - ESA

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

114 CHAPTER 14. IMAGE ANALYSIS AND DISPLAY<br />

The xsnr window presents three subwindows to the user. Two contain a display of the noise<br />

region selected and of the signal region selected. Selection of these regions can be made with<br />

sliders. The third subwindow displays the full image (the first in a cube) with both noise and<br />

signal regions indicated by a white box. Clicking on the button Calcul with calculate the ratio<br />

of the signal and noise in each region.<br />

14.1.2 Energy radial profile<br />

An estimation of the energy radial profile of a source may be done with the widget-based program<br />

xradial.<br />

CIA> radial_profile=xradial(raster_pds.raster)<br />

The brightest pixel in the image is automatically selected and the user may interactively set<br />

the radius of the disk around that pixel, from which the profile is taken, with a slider. The<br />

integrate button toggles on/off integration of the profile.<br />

Calculated data are displayed in a subwindow of the widget and is also the output of the<br />

function. In the preceding example radial profile contains these data when xradial is quitted.<br />

To reproduce the profile, try:<br />

CIA> plot, radial_profile<br />

14.1.3 Estimating the total source flux<br />

The routine flux sum will help estimate the total flux from a point source and the background<br />

level in the image. Upon calling, it displays a plot window of integrated flux against distance<br />

from source. The user selects the interval for the background fit and enters it upon request.<br />

An example call to flux sum could be:<br />

CIA> flux_sum,cvf_pds.image(*,*,2),flux,flux_rms,background,background_rms<br />

CIA> print, flux, background<br />

In the example, the input argument is the 3rd image in the .IMAGE of a PDS. The subsequent<br />

arguments are outputs and return the estimated flux, the RMS on the flux, the estimated<br />

background level and the RMS on the background.<br />

14.1.4 Photometry measurements with xphot<br />

xphot is a photometry tool specifically designed to work with CAM data. A detailed description<br />

of xphot can be found in Sauvage & Aussel 1997. Here we will give a simple walk-through<br />

example.<br />

1. Invoke xphot with...<br />

CIA> xphot, raster_pds.raster<br />

As you might guess from the syntax above, we are going to perform photometry on the<br />

MOSAIC of a raster PDS. You can supply any kind of CAM image to xphot – though<br />

you may prefer it to contain a source. If you wish to do PSF fitting and the theoretical<br />

PSFs (see Section 15.4.1 for a description) have not been installed in the correct location<br />

then you can specify an alternate path with the keyword psf dir:

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!