-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JP-1885 Changes for when there are only three and four good groups fo…
…r jump detection (#5915) * Improve Variable Names and Comments In preperation for the code walkthrough I updated the comments and renamed a few variables to be more descriptive. I also updated a couple of the test cases. * added ignore for profile information and anything starting with “.” * Update .gitignore * Create twopoint_difference.py * CR Neighbor flagging Initial Changes to add flagging neihbors of CRs * remove conflicting changes Partial changes on wrong branch removed. * update jump.py Try to fix conflict * Remove Pycharm file * Remove Pycharm File * Delete workspace.xml * Delete vcs.xml * Delete other.xml * Delete modules.xml * Delete misc.xml * Delete Project_Default.xml * Delete codeStyleConfig.xml * Delete coverage file * Delete coverage file * Delete coverage file * Update twopoint_difference.py Changes for when there are two and three difference for single pixels. * Changes for 3 and 4 Group Integrations Updates to the code to now use different thresholds for 3 and 4 groups integrations * Update jump.py Mostly changest to the interfaces to pass the new 3 and 4 group thresholds to twopoint_difference. * Update twopoint_difference.py Changest for to add the capability to work with 3 and 4 group integrations. This involved now tracking 3 different ways to flag the outlier differences. Also, removed extraneous DEL commands that really don't free up memory. * Update test_detect_jumps.py No new tests were added. Just changes for the new interface to detect_jumps. * Update test_twopoint_difference.py Several new test cases were added to handle the new 3 and 4 group integrations. The tests are for both the full array search for the first jump and the followup pixel-by-pixel search for an other jumps. * update tests Added a test with varying saturation and CRs for each pixel. * Update twopoint_difference.py Updated comments to correctly reflect the current version of the code. * Update jump_step.py change default thresholds to be higher for the smaller number of groups. * Update jump.py Removed a line break to help git not have a conflict. * Update test_twopoint_difference.py add space after asset to match master. * Update test_twopoint_difference.py Trying to deal with changes in master to assert statements to avoid having to maunally resolve everything. * Update test_twopoint_difference.py more attempts to help git find less conflicts * Update test_detect_jumps.py fixing white space issues * Update test_twopoint_difference.py add some more white space to try to match master * Update test_twopoint_difference.py yet more white space * Update test_twopoint_difference.py again with the white space * Update test_twopoint_difference.py now change ] , to ], * Update test_twopoint_difference.py * Update test_twopoint_difference.py more matching white space * Update test_twopoint_difference.py white space updates number 10 * Update jump.py Added back missing comma at end of line 120 * Update test_twopoint_difference.py added back expected fail to 4grps two CR case. Should still fail. * Update test_twopoint_difference.py Updated calling parameters to find_crs for 5grps_twcrs_2nd_5thbig. Missed the line when resolving merge conflict. * Update test_twopoint_difference.py added back in expected fail for 4grps two CRs. * Pep8 and variable names Pep8 and variable name updates * make array smaller * respond to comments on white space * fix spelling * PEP 8 updates * Update test_twopoint_difference.py Fix change in parameter name to find_median routines, comment XFAIL tests and rework and XFAIL to a normal expected pass version. * Update test_detect_jumps.py Fixed change to calling parameter name. * Update twopoint_difference.py removed unused variable * Update test_jump_step.py Changed test for minimum number of groups to be 3 instead of 5. * Update CHANGES.rst Add jump step changes * Update test_jump_step.py Remove redundant test. * Clean up two_point difference Update comments to explain parameters better. Also, create a new local variable for tracking the index of the largest difference to use. * Update test_twopoint_difference.py Remove two tests that had no asserts and didn't test anything. * Fixes for PEP8 Fixed white space issues * Update description.rst Update read the docs to match changes for three and four group integrations. * Update CHANGES.rst Moved jump changes to be in 1.1.1 and added PR to description
- Loading branch information
Showing
8 changed files
with
536 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.