-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RCAL-509: Update jump step docs #1035
RCAL-509: Update jump step docs #1035
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1035 +/- ##
=======================================
Coverage 70.94% 70.94%
=======================================
Files 105 105
Lines 6979 6979
=======================================
Hits 4951 4951
Misses 2028 2028
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a few comments in line, but this looks good to me.
8bb4c35
to
9b79415
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One dumb in-line comment that was my mistake; approved.
If the uneven-ramp jump detection algorithm is turned on (the default), the ramp fitting | ||
algorithm is then run iteratively on a "queue" (list) of ramps. The queue is initialized | ||
with the ramp(s). | ||
Then following the algorithm presented in Sanjib et al (2023) (in preparation), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then following the algorithm presented in Sanjib et al (2023) (in preparation), | |
Then following the algorithm presented in Sharma et al (2023) (in preparation), |
9b79415
to
363c928
Compare
363c928
to
15e773a
Compare
Co-authored-by: Eddie Schlafly <[email protected]>
Resolves RCAL-509
Closes #760
This PR adds documentation for the uneven jump detection algorithm.
Checklist
CHANGES.rst
under the corresponding subsection