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 is the routine 160µm flux calibration with a stellar source. The target was HD 131873. The data were obtained as expected, but I have flagged them as "anomalous" and the task outcome as "failure" because the 160µm filter leak (cf. G. Rieke's Nov. 19, 2003, memo) prevents the data from being used for flux calibration. Once the calibration at 160µm is achieved through other sources (like asteroids), these data can be used to calibrate the magnitude of the filter leak.

Analysis

The data were reduced with version 2.41 of the MIPS DAT. The non-default parameters used included turning off the correction for electronic nonlinearity, specifying the dark and illumination correction for this campaign, and specifying the 160µm parameter file. The data were combined using mips_enhancer, turning off rotation and subpixel sampling, rejecting the first DCE after each stimflash, and changing the rejection threshold using "-t 5".

The mosaicked image is shown in Figure 1. The elongation of the image is apparently due in part to the behavior of the filter leak as a function of position on the array, as discussed in more detail in the analysis writeup of this task in campaign R. Note that this target saturates the center pixel of the PSF.


Figure 1: 160µm image of HD 131873.

Photometry was done with a private IDL program, and its results were often checked against the APPHOT program in IRAF. The parameters used were an aperture radius of 3 pixels and a sky annulus of 4-8 pixels. The aperture correction was determined to be 1.47 based on a STinyTim PSF.

Results

The measured photometry can be found in the table below. Note that the measurements are made on data calibrated by dividing by a stimflash, and so the "MIPS160 Unit" refers to a ratio of the sky image to the stimflash.

Photometry

Target Predicted Flux Predicted Sky Measured Flux Measured Sky Calibration Factor Integration Time

(Jy) (MJy/sr) (MIPS160 Unit) (MIPS160 Unit) (MIPS160/Jy) (s)
HD131873 0.656 4.6 20.1±0.2 0.23±0.02 30.6±0.3 36


Conclusions

The target was observed successfully and good S/N obtained, but the data are not yet useful for calibration due to the filter leak.


Output and Deliverable Products

none


Actions Following Analysis