-
Notifications
You must be signed in to change notification settings - Fork 0
Prepare for v0.0.9 release #14
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
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
ebc920c
Add polarised experiment [ci skip]
wardsimon 1d1ce31
Add chi2 options
wardsimon 991fa5f
Calculate profile up/down
wardsimon b8e76f2
RE-implement chi2
wardsimon 67df908
Add Polarization efficiency/level [ci skip]
wardsimon 130e2f3
Fix fitable values
wardsimon 613e503
Fix hidden refinement [ci skip]
wardsimon 16e8d6b
Remove auto-refine [ci skip]
wardsimon d08c43c
Temporary fix of min/max for polarization and efficiency
AndrewSazonov 2f1974d
Fix calculated pattern values
AndrewSazonov 1859313
Add calculated background
AndrewSazonov 88c16d1
Fix background for polarised neutrons
AndrewSazonov 23a5f27
Fixup creation of phaess and exps [ci skip]
wardsimon 102f0c8
Typo fixes [ci skip]
wardsimon be3679f
Fix polarisation (until cryspy is fixed)
wardsimon e2c08a6
Fix refine polarisation
wardsimon 56e64e1
Fix error on scale
wardsimon 2787feb
Don't print to the console
AndrewSazonov fe053a0
Create empty cryspy obj if rcif path is None
AndrewSazonov d26a9d9
Fix experiments as cif
wardsimon 4fae732
1st implementation of editable CIF at the back end
AndrewSazonov 0be59bf
Fix issue with complex numbers for the scattering length
AndrewSazonov b98b7f4
Change space group name source
AndrewSazonov 394c28c
Add exp from cif compatibility
wardsimon 372c2f8
Add phase from cif compatibility
wardsimon ea9b9f9
Allow to run bulk update without macro
AndrewSazonov 361c32c
Add datablock label to calculations cif
AndrewSazonov efc6785
Part of back-end implementation of Main.cif Edit
AndrewSazonov b353469
Remove global_ from CIFs on saving
AndrewSazonov 5ca0905
Simplify writing CIF files
AndrewSazonov d68abb1
Save calculations.cif to project
AndrewSazonov def44b3
Switch to master branch for cryspy
AndrewSazonov f71f4fa
Add calculations.cif
AndrewSazonov ffb5d3c
Intermediate fixes [ci skip]
wardsimon db37255
Re-write of DictComparison [ci skip]
wardsimon 60a87ea
Fix unit tests and dictTools
wardsimon 9c4b31a
fix fit tests on windows/linux
wardsimon 923e7eb
More windows test fixes
wardsimon 35a022b
Fix undo/redo for list types
wardsimon cc78bdd
More undo/redo work
wardsimon 448d08a
Sort Backgrounds [ci skip]
wardsimon f9e2c3c
Ugly hack to save name/keyword changes
wardsimon fcffde2
Change keyword list to string
wardsimon 6827f35
Sort background list of string keys numerically
AndrewSazonov 6942174
Move filenames to master obj
wardsimon 33a7099
Internal main_rcif to project_rcif
wardsimon 814d836
Move from phases to samples
wardsimon f234aa7
Variable name changes
wardsimon b392f94
Rename phases to sample [ci skip]
AndrewSazonov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
718 changes: 472 additions & 246 deletions
718
easyInterface/Diffraction/Calculators/CryspyCalculator.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We should consider to make a enum with type of experiment, instead of using this boolean
polarised.