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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

8.3. CALCULATE STOKE PARAMETERS 55<br />

8.2.5 Flat-field correction<br />

For the flat-field correction we must use special flat-fields. These are distributed with CIA as<br />

IDL savesets and must be restored manually:<br />

CIA> help, pds_polar1.pfov, pds_polar1.fltrwhl<br />

FLOAT = 3.00000<br />

STRING = ’LW2’<br />

CIA> restore, file=’$cia_vers/data/cds/fl_lw2_p1_6.xdr’<br />

Now use corr flat to do the flat correction, supplying the restored flat-field image:<br />

CIA> corr_flat, pds_polar1, inflat=flat<br />

8.2.6 Photometry<br />

Before performing astrometry we should convert the pixel values to mJy in both the EXPO-<br />

SUREs and the MOSAIC image:<br />

CIA> conv_flux, pds_polar1, /image<br />

CIA> raster_scan, pds_polar1<br />

Now perform photometry on each reduced EXPOSURE – use xphot or any other program<br />

of your choice.<br />

CIA> xphot, pds_polar1.image[*,*,0]<br />

You can also perform photometry on the raster MOSAIC. The results should be consistent<br />

with flux measurements on the EXPOSUREs.<br />

8.3 Calculate Stoke parameters<br />

At this stage you need to have a calibrated PDS for each of the polarizors and photometric<br />

measurements for the source as seen through each polarizor. To calculate the Stokes parameters<br />

we first need to calculate the polar weights with get polar weights:<br />

CIA> fltrwhli = convert_wheel_back(’FLTRWHL’+pds_polar1.channel, $<br />

CIA> pds_polar1.fltrwhl)<br />

CIA> get_polar_weight, fltrwhli, pds_polar1.pfov, w1, w2, w3, dw1, dw2, dw3<br />

not exact matching for pfov, I take the first complete set of data for<br />

polarizors for the pfov<br />

360<br />

CIA> print, w1, w2, w3, dw1, dw2, dw3<br />

0.986200 0.993700 1.00000 0.00100000 0.00100000 0.00000

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

Saved successfully!

Ooh no, something went wrong!