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

This task executed one short (3s) 70 micron NF photometry AOT for a compact source, purely to check if the frame table updates have been makde correctly and with the correct sign. The star chosen was rather faint. When mosaicked the star was in the center of the mosaic. On individual frames the target could barely be detected - if it fell on the side of the array that has higher signal to noise. Since the 70 N FPS is repeated many times this task was adequate to access the current state of affairs on the 70 N field.

Analysis

Calibrated the data with the data, then mosaicked the data with mips_enhancer.

Results

Mosaicked image shows a star in the center of the mosiacked field.

Conclusions

Frame tables for 70 N field is fine for the coarse survey standards.

Output and Deliverable Products

No deliverable products

Actions Following Analysis