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

This is the routine 160 µm dark and noise measurement. The 160 µm array was run at 10 mV for module 1 and 15 mV for modules 2-4 in this campaign. The average dark current was (2.58 +/- 1.28)X10-2 MIPS160 units. The average noise was 1327.1 +/- 776.7 e for the average of two 5 MIPS second DCEs. This translates to a noise of 35.6 +/- 20.9 DN/sec on the slope measurement (65.4 +/- 41.7 DN/sec). For comparison to other campaign dark/read noise measurements as well as ground test data, see the meta task 2005.

Analysis

The dark data were reduced using the DAT version 2-32. Sensitive cosmic ray detection (mips_sloper comandline switch -q) was used and the electronic nonlinearity correction was not applied. The read niose input into mips_sloper was 100 electrons. The dark datasets were run through mips_caler. Finally, the dark image for d3 were created using mips_enhancer. The mips_enhancer was run with the commandline options "-OW -OD -D". The noise was measured from the noise datasets using the get_rdnoise.pro program.


Results

Darks

The d3 dark images were examined. As has already been reported elsewhere, this array has a bad readout (1x5 region). The measured dark is give below.

160 Dark (d3)

scale = 0 - 0.06
counts = (2.58 +/- 1.28)X10-2

Noise

The noise were determined for the d3 noise datasets. Many of the pixels on have many cosmic rays. Thus, we have measured the noise both with the new empirical method as well as the standard method. Our standard method of measuring noise is to determine the standard deviation of all the slopes of a pixel without detected cosmic rays. The empirical method is to do an iterative sigma rejection of deviant slopes. The results of the two methods are shown below. Given the middle reset each DCE, the noise measurement is for the average of two 5 MIPS second ramps. Thus, the effective exposure of the measurements is two times 5 MIPS seconds, not 10 MIPS seconds. This point is made as the noise we are measuring is 1/f noise and the specifics of how the data are taken are important. We have also quoted the noise on the good engineering pixels. These "pixelless" pixels give a good measure of the noise introduced by the electronics themselves. In the images below, the middle (non-existant) row has been removed.

The noise measurement given here is the noise in excess of that expected from photon statistics.

Empirical Sigma Rejection
(cut at 3*sigma)
All DCEs with CR
detected rejected
plus empirical Sigma Rejection
(cut at 3*sigma)
Flight Data (mips_IER_7534592_d3_rn_A160_P24_10s)

scale = 0 - 4000 e
counts = 2392.1 +/- 1538.0 e/s
noise = 1636.7 +/- 827.2 e
DCEs used = 48.38 per pixel
34 pixels
Eng. Pixels
noise = 63.4 +/- 12.7 e
12 pixels

scale = 0 - 4000 e
counts = 2434.8 +/- 1553.0 e/s
noise = 1327.1 +/- 776.7 e
DCEs used = 23.6 per pixel
33 pixels
Eng. Pixels
noise = 61.2 +/- 10.7 e
12 pixels

Conclusions

The dark measured in the d3 position should be used for standard calibrations.


Output and Deliverable Products

The dark calibration image to be used for standard calibrations of campaign K data has been delivered and distributed with the suite of CamK cal files.


Actions Following Analysis

No actions necessary.