There is a problem w/ your write-up. Check that you have valied entries for \$CAID and \$Campn in your analysis.php file. If that checks out, then Contact Stansberry"; return ; } // get first matching task $row = mysql_fetch_array($result); $title = $row["title"]; $princ = $row["principal"]; $deputy= $row["deputy"]; $campn0 = $row["campn0"]; $aorkeys = $row["aorkeys"]; // get real name of principal, deputies $princ = ioc_get_person($princ); $princ = $princ[0]; $deps = explode(",",$deputy); foreach ($deps as $depty) { $depty = trim($depty); $depty = ioc_get_person($depty); $depty = $depty[0]; $depty = explode(",",$depty); $depty = $depty[0]; // last names only $deplist[] = $depty; } $deplist = implode(", ", $deplist); $caid = sprintf("%03d",$caid); $file = "mips-".$caid.$campn.".analysis.php"; // if more matches, append the AORKEYS from those $numrows = mysql_num_rows($result); if ($numrows > 1) { $aorkeys = " " . $numrows . " Task Executions:  ". $aorkeys; for ($i=0;$i < mysql_num_rows($result); $i++) { $row = mysql_fetch_array($result); $morekeys = $row["aorkeys"]; $aorkeys = $aorkeys .';  '.$morekeys; } } // END PHP. ?> <? echo "MIPS-$caid, Campaign $campn IOC/SV Analysis"; ?>

Principal:
Deputy:
Analyst:
AORKEYS:
Last Updated:


Task Outcome Summary


Abstract

The activity determines the slit illumination by observing several sky positions in a region of high 70 µm background. The SED-mode AOT was be executed with 10 sec integration times at at several telescope positions containing no bright point sources. A median of these observations was constructed to average out spatial structure in the background. Each SED AOT provided 4 sky positions. The telescope can be moved to 4 positions using the SED mapping mode. In this case, the moves were made in the cross-dispersion direction by an amount equal to the length of the slit (about 4.5 arcmin; this is the maximum offset allowed in the SED mapping-mode AOT).

Analysis

Raw data file: mips__7196672_sed_A70_Pukn_pos1_0s.fits = MIPS299

Reduction:

mips_sloper -j CamK -l -q MIPS299 (the more detailed CR removal flag proved useful in lessening the overall noise of the resulting illumination correction (IC))

mips_caler -C CamK -P mips_caler70S.param -i MIPS299.red.fits (mips_caler calibration files from Campaign K were used)

mips_enhancer -f MIPS299.cal.fits -C


Results

A normalized SED IC was created and is shown below. The patch of sky chosen for these observations was zodi_12b.

Conclusions

An SED IC can be constructed with the AOR used in this task. The difference in the noise levels between sides A and B of the array is easily visible. Clearly, a combination of many such observations will be useful to provide a more accurate illumination correction.

Output and Deliverable Products

The SED illumination correction has been incorporated into the Campaign K calibration files of the MIPS DAT.

Actions Following Analysis

No further actions are required.