Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 99559aae0ebc42ad42fe119ca2937bc6 > files > 196

python-stwcs-1.1.0-3.mga4.noarch.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Problems Introduced by the HST/ACS Distortion &mdash; SSB TSR 2012-01 documentation</title>
    
    <link rel="stylesheet" href="_static/stsci_sphinx.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     'TSR 2012-01',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="SSB TSR 2012-01 documentation" href="index.html" />
    <link rel="next" title="SIP Convention" href="sip.html" />
    <link rel="prev" title="Introduction" href="fits_conventions.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="sip.html" title="SIP Convention"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="fits_conventions.html" title="Introduction"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">SSB TSR 2012-01 documentation</a> &raquo;</li> 
      </ul>
    </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="index.html">
              <img class="logo" src="_static/stsci_logo.png" alt="Logo"/>
            </a></p>
  <h4>Previous topic</h4>
  <p class="topless"><a href="fits_conventions.html"
                        title="previous chapter">Introduction</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="sip.html"
                        title="next chapter">SIP Convention</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/problems.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="problems-introduced-by-the-hst-acs-distortion">
<h1>Problems Introduced by the HST/ACS Distortion<a class="headerlink" href="#problems-introduced-by-the-hst-acs-distortion" title="Permalink to this headline">ΒΆ</a></h1>
<p>All calibrations for HST observations get recorded and applied through the use of
reference files, separate files which describe some calibration. The geometric
distortion typically applied to HST images gets recorded as a polynomial component
in one reference file, and a pixel-by-pixel correction to the polynomial solution
in a separate reference file. This method allows the distortion to be corrected to
an accuracy of better than 0.1 pixels. However, this method requires the user to
obtain the reference files themselves anytime they want to reprocess the data. The
size of these reference files (up to 200Mb) makes this an expensive requirement for
the end user. The alternative would be to include the necessary specification of the
distortion model in the header of the science image itself, as long as it can be done in a
manner that does not dramatically increase the size of the FITS file. For reference,
a typical calibrated ACS/WFC image requires a 168Mb file. Thus, we needed an alternative
to separate reference files which can be implemented in a very efficient manner within
the image&#8217;s FITS headers.</p>
<p>The calibrations also represent separate aspects of the detector and the distortion,
aspects which logically should remain as separate descriptions in the header. The pixels
for each CCD do not have the same size across the entire chip. The ACS/WFC CCDs manufacturing
process resulted in the pixels having different sizes every 68.3 columns, and can be represented
most efficiently and accurately by a 1-D correction that gets applied to every row in the chip.
This detector level characterization affects all images readout from the CCD regardless of any
additional distortion applied to the field of view. Logically, this effect should be kept as a
separate component of the distortion model that gets applied prior to correcting for any other
distortion. This represents an example of an effect that is best applied sequentially to the image data.</p>
<p>Additional distortions come as a result of the effect of the optics on the field of view.
These are generally described by low-order polynomials for most instruments, although for
ACS, an additional non-polynomial correction needed to be taken into account as well.
Fortunately, the non-polynomial correction can sub-sampled enough to make it practical
to include in the image headers directly, a correction of up to a quarter of a pixel in some
areas of the detector. Both components need to be applied to the data in order to align images
well enough for subsequent data analysis or cosmic-ray rejection.</p>
<p>These corrections could be combined into a single look-up table, yet it would come at the
cost of additional errors which may not allow the remaining data analysis or cosmic-ray
rejection to actually succeed. We also have some instruments where there is only a polynomial
component, requiring the development of support for a polynomial correction and a look-up
table anyway.</p>
<p>These requirements on the application of the calibrations to HST data leave us with no
alternative within current FITS standards. As a result, we developed this set of rules
which allow us to take advantage of the most appropriate conventions for each separate
component of the distortion model and combine them in an efficient manner which eliminates
the need for external reference data.</p>
</div>


          </div>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="sip.html" title="SIP Convention"
             >next</a> |</li>
        <li class="right" >
          <a href="fits_conventions.html" title="Introduction"
             >previous</a> |</li>
        <li><a href="index.html">SSB TSR 2012-01 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2012, Nadia Dencheva, Warren Hack.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>