Contact Stansberry - "; echo " there is a problem w/ your write-up.\n"; return ; } $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"; // END PHP. ?> <? echo "MIPS-$caid, Campaign $campn IOC/SV Analysis"; ?>

Principal:
Deputy:
Analyst:
AORKEYS:
Last Updated:


Task Outcome Summary


Abstract

In this task, diagnostic data is collected during 160um, 70um, and 24um thermal anneals. The anneals executed properly. The temperature plots from these anneals are presented in the report for metatask MIPS-2050. Following the anneals, a Vrst optimization is performed on the Ge arrays. This test was constructed incorrectly, so a Vrst optimization is not possible from the data. In addition, the data were taken in MIPS_OBSERVE mode, so all of the silicon data are zeros.

Analysis

We converted the diagnostic data from the thermal anneal into temperatures and generated temperature plots. These data are compared to the temperature curves from previous anneals. See the writeup for MIPS-2050 for details. The Vrst data are not available and will not be valid, so they have not been processed.

Results

Temperature Plots from Anneal

The temperature plots can be seen in the writeup for MIPS-2050. The temperature behavior during the anneal was nominal.

Vrst Optimization

The biases were not set to 0 mV before the start of the Vrst adjustments, so the test is invalid.


Conclusions

The thermal behavior of the arrays is nominal. The Vrst optimization was a failure due to bad construction of the IER. We hope to fix the IER and start using a proper version very soon.

Output and Deliverable Products

None.

Actions Following Analysis

None.