Metadata-Version: 2.1
Name: columnjump
Version: 1.1.0
Summary: Fix column jumps for JWST NIRISS detector
Home-page: https://github.com/chriswillott/jwst/columnjump
Author: Chris Willott
Author-email: chriswillott1@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Columnjump

Performs column jump detection on each ramp integration within a JWST NIRISS exposure to correct for jumps in columns. Note that 'columns' are defined in 
original detector coordinates (not DMS coordinates) so appear in 3rd 
axis of 4D data array. Uses modified version of algorithm documented in CSA-JWST-TN-0003.

It is intended this module be run during the DETECTOR1 pipeline between the dark current subtraction and jump detection step.

Version 1.1.0 removes a dependency on the jwst pipeline version 


