// ENTER CAID, CAMPN, and Analyst WITHIN THE QUOTES IN THE FOLLOWING 2 LINES ... $caid="081"; // e.g. $caid = "90"; $campn="O"; // e.g. $campn = "D2" or $campn = "Q"; $analyst="D.Kelly"; // 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 limit 1"; $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) ) ;} ?>
Since no star measurements were possible, the analysis involved two types of measurements. First, for maps over the 24um +Y and -Y pickoff mirror edges, the edge position was measured by stepping across the edge in xsloper_view and looking for the edge. Second, for WF and NF imaging, the positions of dark spots on the POM were measured, again using xsloper_view and determining the positions of the low flux spots. Neither method is all that accurate. The errors in the gain measurements are expected to be about 5%. For comparison, I looked up the scan mirror gain values predicted by Jerry Heim, as shown in the presentation he gave at an IOC meeting in 2002.
To calculate the scan mirror gain, the following steps were followed.
Multiply the offset in pixels by the platescale in arcseconds per pixel
(provided by Jane Morrison, based on Code V models). Divide by the
stepoffset from the CESCANCON command (equal to 545 for all but the
first dataset). The stepoffset is the number of relpos counts (or LSBs)
between scan mirror positions. Finally, multiply by 32.635 to convert
from arcseconds per LSB on the sky (typically about 0.07) to arcseconds
of scan mirror tilt per LSB (typically 2.3).
The measurements of gain produced the following results. The
agreement with the predicted values is much better than I expected
given my estimated error of about 0.1"/LSB.
By direct measurement over a wide range of scan mirror angles, we
have confirmed that the scan mirror gain varies roughly as predicted.
A much better assessment can be made based on the various IOC focal
plane surveys. The main goal of this test -- seeing the same star in
70um WF, NF, and SED modes with no spacecraft moves -- was not accomplished
due to the choice of too faint of a calibrator star. We need to decide
whether to repeat a subset of this test with a brighter 70um calibrator
star. That test would provide a baseline dataset that could be used
throughout the mission for determining whether there has been any shift
in the scan mirror gain.
Results
DataSet ScanPos ScanAbs Gain("/LSB) Predicted Method
1 41 3220 2.34 2.41 POM
2 36 3198 2.41 2.41 POM
3 1 2007 2.18 2.20 Spots
4 61 875 --- 2.56 (dark)
5 39 1288 2.48 2.35 POM
6 37 1435 2.28 2.29 POM
7 38 2506 2.29 2.22 Spots
2.4 70um POM
Conclusions
Output and Deliverable Products
None.
Actions Following Analysis
None.