Contact Stansberry - "; echo " there is a problem w/ your write-up.\n"; return ; } echo ("if num rows..."); $row = mysql_fetch_array($result); echo ("mysql_fetch_array..."); $title = $row["title"]; $princ = $row["principal"]; $deputy= $row["deputy"]; $campn0 = $row["campn0"]; $aorkeys = $row["aorkeys"]; // get real name of principal, deputies echo ("ioc_get_person..."); $princ = ioc_get_person($princ); echo ("done..."); $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

This task powered-on the CE (CE_OFF_BOOT) and then performed the state transitions (CE_BOOT_OPR, MIPS_OPR_MRDY, MIPS_MRDY_MOBS) to bring MIPS to the Observe state.

Analysis

Confirmation of the success of this task was done by monitoring the real-time telemetry from the spacecraft on the DMD screens at the SSC. No unexpected errors were generated during these transitions, confirming succesful completion.

Results

None.

Conclusions

First turn-on of the CE and MIPS was succesful.

Output and Deliverable Products

None.

Actions Following Analysis

None.