// ENTER CAID, CAMPN, and Analyst WITHIN THE QUOTES IN THE FOLLOWING 2 LINES ... $caid="245"; // e.g. $caid = "90"; $campn="F"; // e.g. $campn = "D2" or $campn = "Q" or $campn="meta"; $analyst="D.Kelly,J.Muzerolle"; // e.g. $analyst="D. Kelly"; // YOU CAN SKIP DOWN TO THE OUTCOME SECTION NOW. include ("IOC_connect.php"); // this line isn't for you include ("IOC_log_fns.php"); // this line isn't for you $db = ioc_db_connect(); $query="select * from ioc_tasks where camp_crnt = '$campn' and caid = $caid "; $result = mysql_query($query); if (mysql_num_rows($result) < 1) { echo "
Principal:
Deputy:
Analyst:
AORKEYS: if (! $aorkeys) {echo "unknown";} else { echo $aorkeys;}?>
Last Updated: if (file_exists($file)) {echo date("D M d Y, H:i:s", filemtime($file) ) ;} ?>
The following steps were followed in analyzing the data: 1) I used V2.15 of mips_sloper to reduce the data. I used flags -b -d -l on the darks. For the standard star observations I used the following: mips_sloper -w -j CamF filename mips_caler -C CamF filename Campaign F dark and flat calibration files were placed in the directory Pipeline/Cal/CamF and the mips_param_flight_ce1 and mips_caler.param were edited in that directory to use these dark and flat files. 2) We used get_rdnoise on the 24um data to calculate read noise and dark current. We set n_dce_rej=2. James had to edit the get_rdnoise program to reject the bias boost DCE and the first DCE after the boost. He also added a median filter and sigma rejection algorithm to remove cosmic rays. 3) I performed photometry on the standard star AOT data using the IRAF task imexamine with the following parameters: radius = 6, inner radius of sky annulus = 11, width of sky annulus = 5, center = yes, background = yes, iterations = 1 4) Calculate the mean and sigma of the standard star fluxes 5) Plot standard star brightness, dark current, read noise, and source repeatability versus detector bias 6) These results can be combined with insights into the effects of bias voltage on the cosmic ray hardness and the dynamic range of the detector in deciding how to best set the detector bias.
MIPS Campaign F results, all with 1.5V bias: Bias Voltage Dark Current(e/s) Read Noise(e) Cosmic Ray Hit rate 1.5V 9.4 +/- 2.1 51.2 3.4 +/- 1.0 1.5V 9.5 +/- 2.3 58.8 3.7 +/- 1.5 1.5V 9.6 +/- 2.4 59.0 3.9 +/- 1.8 1.5V 9.5 +/- 2.4 60.9 3.9 +/- 2.0The hit rate and the read noise increased slowly as we went through this progression of observations, which is a bit surprising since nothing was changed from one observation to the next.