-
Notifications
You must be signed in to change notification settings - Fork 43
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
Largest, not first maximum used in corfunc #2457
Largest, not first maximum used in corfunc #2457
Conversation
…github.com/SasView/sasview into 2444-parameter-extraction-lines-on-corfunc
@smk78 Change made, but I didn't have the wobbles you did for your input file. |
Needs looking at. |
Is this change in #2463 or do I have to review this and that? |
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.
This change is in #2463 anyway.
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.
A couple of minor suggestions with the code. I haven't tested functionality, but @smk78 seems to be doing a good job of that.
def supplementary(self, supplementary_data: SupplementaryParameters): | ||
self._supplementary = supplementary_data | ||
|
||
self.draw_data() # Is this needed? |
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.
Is it needed? I only ask because you are asking yourself here.
|
||
The 1d correlation function in self.data, the 3d correlation function | ||
in self.data3, and the interface distribution function in self.data_idf | ||
are all draw in on the plot in linear cooredinates.""" |
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.
typo
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.
Yes, but not mine
As the title says (based on #2450)
Review Checklist (please remove items if they don't apply):