-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to set lmfit boundaries as a delta
lmfit does not allow a delta to be used, but instead a min/max must be specified. We can, however, allow a delta to be used in the GUI, and then set the min/max on the lmfit parameters based upon this delta. That is what is being done in this PR. Using delta for boundaries is more intuitive for some workflows. Signed-off-by: Patrick Avery <[email protected]>
- Loading branch information
Showing
3 changed files
with
179 additions
and
35 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