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

To measure the pixel locations (i.e. array orientation, scale) as a function of scan mirror angle for the 160 micron array. The goal of this task is to estimate the location of the 160 micron prime frame with repsect to the telescope boresight. The location of the MIPS instrument frames are found in the frame tables and are given as brown angles. In order to estimate the instrument pointing frame (IPF), a combinations of spacecraft moves and mirror motions places the star on several locations on the array. In addition, these observations are "sandwiched" between observations of stars with the two PCRS. The MIPS team calibrates data and centroids the star on the 160 micron array. These centroided values are passed to the IPF team who uses observations of stars with the PCRS to provide the final calibration and estimate brown angles need to locate the instrument frame.

This focal plane survey was done before the 160 spectral leak was understood. The target used for this fps was a star (which is affected by the spectral leak). Therefore the target that was centroided for this fps was dominated by the spectral leak and not the actual 160 micron source. This was corrected in 235-1MC. The results from the IPF team recommended the following changes to the brown angles for the prime frame : delta_theta_Y (0.107 arc minutes), delta_theta_Z (0.13 arc minutes), delta_angle (0.000005 degrees). The IPF team gave an accuracy of the locating the 160 micron prime frame center as 0.6254 arc seconds. The requirement was 3.7 arc seconds. The results of this analysis was used to update frame table 14. However, these results are corrupted by the spectral leak (which we did not know about for this FTU - or we would not have done it).

The IPF results for this run gave the following brown angles. :

For a complete summary of frame table updates see : Frame Table Updates: Meta task 2080


Analysis

The data was calibrated by using mips_sloper and mips_caler and calibration files provided for this campaign. The 160 micron data is difficult to centroid (two rows of pixels seperated by a row of dead pixels). J Morrison wrote a set of routines to centroid the data. First the pixel size has to be determined. Once this is done an IDL routine is used to centroid the 160 FPS.

Results

The analysis of the pixel size gave an x pixel sixe of 16.01 arc seconds and a y pixel size of 16.7 arc seconds. This was not the same results from Code-V which gave an x pixel size of 15.98, but a y pixel size of 17.9 arc seconds. This was puzzling for quite a while,until the spectral leak wasunderstood.

The results of the IPF team are in report
ID502087.pdf The comments from this report are as follows:




Conclusions

Used for frame table update 14.

Output and Deliverable Products

A CA and CS files was delievered to the IPF team.

Actions Following Analysis

Frame table upate 14 was done.