Metadata-Version: 1.1
Name: stis_cti
Version: 1.0
Summary: Pixel-based CTI-correction for HST/STIS CCD data
Home-page: http://www.stsci.edu/instruments/stis/
Author: Sean Lockwood
Author-email: lockwood@stsci.edu
License: BSD-new
Description: HST/STIS Pixel-Based CTI-Correction Scripts
        
        Utilities needed to correct for Charge Transfer Inefficiency (CTI) in the Hubble
        Space Telescope (HST) STIS CCD.
        
        Scripts installed in shell:
        
          * stis_cti  -- Runs CTI correction on raw files, handling super-dark creation
          * archive_dark_query -- Determines component darks needed to remake a super-dark
        
        For more information, type:
        
          ``stis_cti --help``
        
        Python usage::
        
          import stis_cti
          stis_cti.stis_cti(...)
        
        Other utilities:
        
          * stis_cti.StisPixCteCorr(...) -- Code to run pixel-based CTI-correction on intermediate products
          * stis_cti.viable_ccd_file(...) -- Test to see which FITS files on which to run the correction
          * stis_cti.archive_dark_query(...) -- Utility to query MAST for needed component darks
          * stis_cti.custom_superdark_info() -- Print information on manually creating/implementing a corrected super-dark
        
        See documentation at http://pythonhosted.org/stis_cti/
        
Keywords: astronomy
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
