stis-cti


Namestis-cti JSON
Version 1.6.1 PyPI version JSON
download
home_pagehttps://www.stsci.edu/hst/instrumentation/stis/data-analysis-and-software-tools/pixel-based-cti
SummaryPixel-based CTI-correction for HST/STIS CCD data
upload_time2024-04-16 02:59:14
maintainerSean Lockwood
docs_urlNone
authorSean Lockwood, Phil Hodge, Pey Lian Lim, W.J. Hack, J. Anderson, Matt Davis
requires_pythonNone
licenseBSD-new
keywords astronomy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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 https://stis-cti.readthedocs.io

Project page:  http://www.stsci.edu/hst/instrumentation/stis/data-analysis-and-software-tools/pixel-based-cti

Code repository:  https://github.com/spacetelescope/stis_cti

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.stsci.edu/hst/instrumentation/stis/data-analysis-and-software-tools/pixel-based-cti",
    "name": "stis-cti",
    "maintainer": "Sean Lockwood",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "lockwood@stsci.edu",
    "keywords": "astronomy",
    "author": "Sean Lockwood, Phil Hodge, Pey Lian Lim, W.J. Hack, J. Anderson, Matt Davis",
    "author_email": "lockwood@stsci.edu",
    "download_url": "https://files.pythonhosted.org/packages/60/9c/b54269af3b82656030042af8a3cecddfabd8003adf7f59cae3b5ffffc32c/stis_cti-1.6.1.tar.gz",
    "platform": null,
    "description": "HST/STIS Pixel-Based CTI-Correction Scripts\n===========================================\n\nUtilities needed to correct for Charge Transfer Inefficiency (CTI) in the Hubble\nSpace Telescope (HST) STIS CCD.\n\nScripts installed in shell:\n\n  * stis_cti  -- Runs CTI correction on raw files, handling super-dark creation\n  * archive_dark_query -- Determines component darks needed to remake a super-dark\n\nFor more information, type:\n\n  ``stis_cti --help``\n\nPython usage::\n\n  import stis_cti\n  stis_cti.stis_cti(...)\n\nOther utilities:\n\n  * stis_cti.StisPixCteCorr(...) -- Code to run pixel-based CTI-correction on intermediate products\n  * stis_cti.viable_ccd_file(...) -- Test to see which FITS files on which to run the correction\n  * stis_cti.archive_dark_query(...) -- Utility to query MAST for needed component darks\n  * stis_cti.custom_superdark_info() -- Print information on manually creating/implementing a corrected super-dark\n\nSee documentation at https://stis-cti.readthedocs.io\n\nProject page:  http://www.stsci.edu/hst/instrumentation/stis/data-analysis-and-software-tools/pixel-based-cti\n\nCode repository:  https://github.com/spacetelescope/stis_cti\n",
    "bugtrack_url": null,
    "license": "BSD-new",
    "summary": "Pixel-based CTI-correction for HST/STIS CCD data",
    "version": "1.6.1",
    "project_urls": {
        "Documentation": "https://stis-cti.readthedocs.io",
        "Help Desk": "https://hsthelp.stsci.edu",
        "Homepage": "https://www.stsci.edu/hst/instrumentation/stis/data-analysis-and-software-tools/pixel-based-cti",
        "Issues": "https://github.com/spacetelescope/stis_cti/issues",
        "Source Code": "https://github.com/spacetelescope/stis_cti"
    },
    "split_keywords": [
        "astronomy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "609cb54269af3b82656030042af8a3cecddfabd8003adf7f59cae3b5ffffc32c",
                "md5": "f650558c31fe34b0ff550d4041acbe1d",
                "sha256": "b6fb7c010e75dd56b46d641788dd36c6a1e1835a76258afb944009e04a93dd13"
            },
            "downloads": -1,
            "filename": "stis_cti-1.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f650558c31fe34b0ff550d4041acbe1d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1164682,
            "upload_time": "2024-04-16T02:59:14",
            "upload_time_iso_8601": "2024-04-16T02:59:14.170048Z",
            "url": "https://files.pythonhosted.org/packages/60/9c/b54269af3b82656030042af8a3cecddfabd8003adf7f59cae3b5ffffc32c/stis_cti-1.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 02:59:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spacetelescope",
    "github_project": "stis_cti",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "stis-cti"
}
        
Elapsed time: 0.25164s