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.

242 CHAPTER 20. ADVANCED DATA CALIBRATION<br />

6 LW OBS LW2 3.0 <strong>5.0</strong>4 1 512 24 180.450 -18.908<br />

7 LW OBS LW2 3.0 <strong>5.0</strong>4 1 512 23 180.458 -18.886<br />

etc...<br />

2. Perform dark correction and deglitching on the SSCD:<br />

CIA> corr_dark, sscd, method=’vilspa’<br />

CIA> deglitch, sscd<br />

3. Stabilize the entire SSCD. Remember that there are 4 CONFIGURATIONs in this observation.<br />

By performing transient correction on the SSCD we give the Fouks-Schubert<br />

fitting method (see Section 20.2.3) as much contiguous data as possible, hence increasing<br />

the quality of the correction.<br />

As recommended for the Fouks-Schubert method, we need to create an initial stabilized<br />

image. This is derived by a simple median reduction of the data in the first SCD that<br />

contains good data. A quick look at the output of sscd info above tells us that this is the<br />

third SCD in our SSCD:<br />

CIA> scds = sscd_elem(sscd)<br />

CIA> data = scd_get(’model’, scds[2])<br />

CIA> stab_img = reduce_cube(data, /median)<br />

You can ignore any output from reduce cube. Now supply this image to stabilize:<br />

CIA> stabilize, sscd, method=’fs’, stab_img=stab_img<br />

4. Clean the SSCD and split into new SSCDs for each CONFIGURATION.<br />

CIA> cleaned_sscd = sscd_clean(sscd)<br />

5. Create a raster PDS from the first CONFIGURATION. Reduce, flat-field the data and<br />

build the MOSAIC image in the usual way.<br />

CIA> raster_pds = get_sscdraster(cleaned_sscd[0])<br />

CIA> reduce, raster_pds<br />

CIA> corr_flat, raster_pds<br />

CIA> raster_scan, raster_pds<br />

This step may be repeated for the remaining 3 CONFIGURATIONs or 3 SSCDs.

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

Saved successfully!

Ooh no, something went wrong!