Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JP-3550: Multi-integration jump detection (#242)
* changes for charge spilling from saturated core * Update jump.py * Update jump.py * Update jump.py * Update saturation.py * Update saturation.py * use ellipses for all jumps * Update jump.py * Update jump.py * Update jump.py * Update jump.py * Update jump.py * Update jump.py * Update jump.py * Update jump.py * Update jump.py * Update jump.py * fix sat expand * fix inside ellipse test * Update jump.py * Update jump.py * Update jump.py * tests etc * return new dgq for sat expend * fix super expanding ellipses * Update jump.py * Update jump.py * wrong shape for edge too many expands due to edge being wrong * update edge parameter * remore print * Update saturation.py * fix miri showers * updates * Update twopoint_difference.py * Update twopoint_difference.py * retro fit sigman_clip * Update twopoint_difference.py * Update twopoint_difference.py * updates for test * Update twopoint_difference.py * fix multint * tests * Update twopoint_difference.py * fixed axis=1 to axis=0,1 * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py print statements * fix flagging fix flagging * Update jump.py * Update twopoint_difference.py * type problem * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * test sigma clip * Update twopoint_difference.py * Update jump.py * Update twopoint_difference.py * Update twopoint_difference.py * add total CR count * Update twopoint_difference.py * Update jump.py * Update jump.py * Update twopoint_difference.py * Update jump.py * Update jump.py * Update jump.py * Update jump.py * Update jump.py * Update twopoint_difference.py * Update jump.py * Update jump.py * Update jump.py * Update twopoint_difference.py * Update twopoint_difference.py * tests * Update jump.py * lower sig clip thres * Update twopoint_difference.py * Update twopoint_difference.py * Update jump.py * Update twopoint_difference.py * Update twopoint_difference.py * group diffs * Update jump.py * Update jump.py * Update jump.py * Update test_twopoint_difference.py * Update twopoint_difference.py * updates * updates * new test * Update twopoint_difference.py * Update jump.py * Update jump.py * change to nints for min groups * Update test_twopoint_difference.py * fixes * Update twopoint_difference.py * Update twopoint_difference.py * update * Update twopoint_difference.py * update * Update twopoint_difference.py * Update twopoint_difference.py * update * Update twopoint_difference.py * cleanup * Update jump.py * remove fits * add stddev output * updates * test updates * Reduce log output * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update twopoint_difference.py * Update jump.py * Update test_twopoint_difference.py * Add sigma clip to shower detection * remove or mark as skip extraneous tests * remove ds_store * remove DS_Store * Delete .DS_Store * Delete .DS_Store * Update CHANGES.rst * unpacked the use of shape to be named variables * replacing shape with meaningful variable names * fix style issues * Update test_twopoint_difference.py * Delete setup.cfg * Fix missing loop in flag 4 neighbors I added a loop over integrations that was missing due to the post CR flagging being done once for all ints. * Update twopoint_difference.py Remove loop over integrations and use where to get integration. * Update CHANGES.rst * Update CHANGES.rst * Update src/stcal/jump/jump.py * Update src/stcal/jump/jump.py * Update twopoint_difference.py Resolve comments on PR. * Update twopoint_difference.py * Update twopoint_difference.py * updates * Update twopoint_difference.py * updates * update tests * updates * Update twopoint_difference.py * updates * update * Update twopoint_difference.py * Update twopoint_difference.py * updates * Update twopoint_difference.py * Update jump.py * Update jump.py * fix clipping * Update twopoint_difference.py * new output * unit test updates * Update test_twopoint_difference.py * Cleanup * Update test_twopoint_difference.py * Update CHANGES.rst * Update CHANGES.rst * update variable name and parameter docs * Update .gitignore * Update twopoint_difference.py * Update twopoint_difference.py * Update test_twopoint_difference.py * clean up flag after * Update test_twopoint_difference.py * fix merge problems * Update jump.py * add test from JWST * change threshold flagging back to scalar * make sure copies are made of model attributes * Update test_jump.py * Update test_jump.py * Update test_twopoint_difference.py * Update test_twopoint_difference.py * Update CHANGES.rst * addressed PR comments --------- Co-authored-by: Howard Bushouse <bushouse@stsci.edu>
- Loading branch information