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 goal of this task is to measure high spatial frequency PSF structure indicative of short wavelength spectral leaks in the MIPS 160 micron filter. The data is taken in an IER that executes 8 repeats of each column of the MIPS 160 photometry AOT dither pattern, with each repeat offset by 1/8 of a pixel in the scan mirror direction. The data obtained was useless for the goals of the task - both the red and blue targets were missed. A repeat of the task is desirable.

Analysis

Neither the red source or blue source was seen in the detector field of view, in coadded mosaics or in the individual DCEs. The target coordinates were confirmed to be correct in the input IER files and in the output pipeline fits files. It appears that the scan mirror parameters used in the IER file were out of date, and thus the target was not placed on the detector.

Results

No results.

Conclusions

This task should be repeated. However, a repeat is not essential: the MIPS 160 PSF characterization task (337) will acquire data on blue and red souces, and could be used to fulfill the objectives of the spectral leak check.

Output and Deliverable Products

None.

Actions Following Analysis

It was decided to repeat this task using AORs. Because of this, and because no future task uses the same IER structure as this one, there is no need to diagnose the IER problem which caused this task to fail.