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: A. Noriega-Crespo
Deputy: K. Gordon
Analyst: D.Kelly
AORKEYS:
Last Updated:


Task Outcome Summary


Abstract

Thermanl Anneal of the Ge:Ga arrays started in Campaign H. The commanding of the anneals has worked as expected, although it seesm (see Metatask-2050) that only half of the desired current has been used to anneal.

Analysis

I have used IDL scripts developed by D. Kelly to read the CE dumpdiagnostic binary files. These files contain temperauture and currents of the thermal anneals. For details see Meta-Task 2050.

Results

see D. Kelly Meta-task 2050

Conclusions

The commanding of the thermal anneals has proceed correctly and expected, although there is some uncertainty (02/11/03) on the effects of the anneals on the responsivity of the arrays.

Output and Deliverable Products

None.

Actions Following Analysis

See meta-task 2050. Stronger anneals may be required.