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 70µm flux calibration with a stellar source. The target was HD 50310. The data were obtained as expected, and the calibration factor for this campaign is 0.40±0.01 MIPS70 units per Jy.

Analysis

The data were reduced with version 2.32 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 70µm parameter file. The data were combined using a custom IDL routine which includes the following steps:

The mosaicked image (a combination of 13 DCEs) is shown in Figure 1. The disparity between the noise properties of side A (the "good" side, on which the source is located) and side B is readily apparent.


Figure 1: 70µm image of HD 50310.

Photometry was performed on the mosaicked image 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. Sky values that deviated by more than 3 sigma from the median were rejected. The aperture correction was determined to be 1.27 based on a STinyTim PSF. Noise measurements include only the standard deviation of the pixels in the sky annulus.


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 "MIPS70 Unit" refers to a ratio of the sky image to the stimflash. Due to the median-subtraction process described above, the residual background should be close to 0, which accounts for the small value of and large error on the background measurement in the table.

Photometry

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

(Jy) (MJy/sr) (MIPS70 Unit) (MIPS70 Unit) (MIPS70/Jy) (MIPS s)
HD50310 0.690 5.7 0.28±0.01 0.0024±0.0012 0.40±0.01 39


Conclusions

The target was observed successfully and good S/N obtained. A calibration factor was successfully measured.


Output and Deliverable Products

The calibration factor is delivered in this report.


Actions Following Analysis