-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix issues reported from users and prototype manual reduction #41
Merged
Conversation
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
pyrs/core/mantid_fit_peak.py:249: # TODO - 20181101 - Need to expand this method such that all fitted parameters will be added to output pyrs/interface/ui/diffdataviews.py:113: # TODO - 20181101 - Enable after auto_scale is fixed: self.auto_rescale() pyrs/interface/ui/mplgraphicsview1d.py:287: # TODO FIXME - 20181101 - This is a broken method. Fix it! pyrs/core/strain_stress_calculator.py:497: # TODO FIXME - 20181001 - Temporarily disabled in order to clean up for the new workflow pyrs/core/strain_stress_calculator.py:1417: # TODO - 20181010 - check whether all the raw files (e11/e22/e33) are ready for next! pyrs/interface/strainstresscalwindow.py:388: # TODO - 20181010 - Refactor! pyrs/interface/strainstresscalwindow.py:872: # TODO - 20181011 - Implement (from cleaning old codes) pyrs/interface/strainstresscalwindow.py:873: # TODO - ASAP - 20181011 - Continue from here! pyrs/interface/strainstresscalwindow.py:1056: # # TODO - 20181010 - Consider how to integrate method plot_peak_parameter() pyrs/interface/manualreductionwindow.py:140: # TODO - 20181009 - Need to refine pyrs/interface/manualreductionwindow.py:207: # TODO - 20181006 - Implement ASAP pyrs/interface/manualreductionwindow.py:297: # TODO - 20181008 - ASAP tests/unittest/straincalculationtest.py:75: # TODO FIXME - 20181001 - Make an individual method for .... ---> New workflow! tests/unittest/straincalculationtest.py:77: # TODO FIXME - 20181001 - This is a new suite of methods to analyze the sample grids
Also including 1. improved UI for reduced data view and detector view;
2018.11.26 A bug (in development) to fix:
|
|
…PyRS into prototype_manual_reduction_032
Next: Find out the difference of pixel positions of shifted detector panel. It is important to locate the source of discrepancy.
Nex step: add normalization by number of data points in a bin. Note: need to take care of zero data point in a bin.
Next step: 1. complete tests/unittest/reduction_study.py 2. wait for a modified version of ResampleX which can accept same X.
Next step: 1. Make "reduction_study" work (verify with compare_reduction_engines_test 2. VecE will be used for pixel IDs 3. Find a cycle from dip to dip from reduced data 4. After SoftXAxis examine this cycles by printing out all the 2theta, count, pixel IDs 5. Create a normalization workspace (sorted 2theta as (4), then a vector of 1). 6. After ResampleX, check intensity/counts vs number of bins
2019.04.26 Finished work include
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
framework
Generate work
High Level
High level issue convering a series atomic issues
In progress
in progress
major enhancement
New features or requests that involve non-trivial development
minor enhancement
New feature or request that will not require new module or code refactoring
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.
In this PR, multiple issues reported from users will be fixed. Minor improvements will be implemented according to user's suggestion. And prototype on manual reduction will be made.
Tests (Criteria)
verify_pyrs_reduction.sh 1
Fixes and Mentions
It mentions #37, #40, #38, #42, #45, #47 and #48.
verify_pyrs_reduction.sh 1