// THIS SECTION IS IN PHP.
// ENTER CAID AND TITLE W/IN QUOTES IN THE FOLLOWING 2 LINES ...
$caid="092";
// Don't mess w/ $file.
$file = "mips-".$caid.".cookbook.php";
// END PHP.
?>
echo "MIPS-".$caid." IOC Task Cookbook"; ?>
if (file_exists("master_header.php")) { include ("master_header.php");} ?>
echo "MIPS-".$caid." IOC Task Cookbook:"; ?>
MIPS Campaign A Temperature Monitoring
Principal: dmkelly
Deputy: cengelbracht
Data Monkey(s):
Priority: Necessary
Downlink Priority: Normal
Analysis Time: 24h
Last Updated:
if (file_exists($file)) {echo date("D M d Y, H:i:s", filemtime($file) ) ;} ?>
if (file_exists("cookbook_header.php")) { include ("cookbook_header.php");} ?>
Objective
Determine the stability of the CE temperatures
Description
Sit idle for roughly 24h while collecting temperature telemetry.
Data Collected
Housekeeping telemetry
Array Data Desired:
NONE
Data Reformatting Option:
Special Instructions:
Task Dependencies
Calibration Dependencies
Output and Deliverable Products
Plots will be generated of temperature versus time for the CE box and
for all of the CE boards. Relevant telescope temperature telemetry
will also be plotted.
Data Analysis
Temperature plots will be generated
Software Requirements
- Telemetry extraction and plotting tool
Actions Following Analysis
Produce a brief report showing the temperature plots and
assessing whether temperature drifts will be a concern
during routine CE operations.
Failure Modes and Responses
If we fail to get the desired telemetry, we will simply look
at CE box temperatures from future campaigns. No repeat is
needed.
Additional Notes