-
Notifications
You must be signed in to change notification settings - Fork 104
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
Issues with adding missing orders #1835
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1835 +/- ##
===========================================
- Coverage 38.07% 38.03% -0.05%
===========================================
Files 211 211
Lines 49051 49160 +109
===========================================
+ Hits 18675 18696 +21
- Misses 30376 30464 +88
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The results of the run from a couple of weeks ago:
Bok_bc/600 is now irrelevant. I'm going to look into the HIRES failure today. |
Move flexure diagnostic code to class methods
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.
Hey @kbwestfall. I added some edit suggestions that fix the problem with the dataset that I shared with you on Slack, but I need you to check it to make sure I understood the code.
I also notice that the parameter order_outlier
is not helping much. In a couple of datasets makes things worse. In one case makes the reduction to fail and in another adds a missing order (I'm guessing one that was considered outlier) in a wrong location and fail later on.
There are still 2 more failures that I am trying to debug. They happen after the edge tracing (wavecalib and flat fielding) but I'm not sure they are caused by edge tracing or by recent changes to the code from other PRs.
Co-authored-by: Debora Pelliccia <[email protected]>
Looks good! Thanks for finding the fix, and sorry again for not catching these bugs.
We can try setting the default back to |
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.
@kbwestfall I think we should just run the tests and then we can merge. There is one last favor...Can you please add some documentation about the the QA plot for the missing orders. With all the new improvements, it would be very useful to have something written that explain what all the different points in the plot are.
Thank you so much for helping with this.
Result of Oct 7 dev-suite run:
|
This PR does two things:
max_overlap
that can be used to limit the added orders to only those that have less than this maximum overlap with adjacent orders.There are also some random doc fixes. I will run and post the dev-suite results.