Skip to content
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

indexing - remove/avoid/tag duplicates #54

Closed
jonwright opened this issue Jul 3, 2019 · 2 comments
Closed

indexing - remove/avoid/tag duplicates #54

jonwright opened this issue Jul 3, 2019 · 2 comments

Comments

@jonwright
Copy link
Member

If two grains are the same within hkl_tol then we should look into merging them...

@jonwright
Copy link
Member Author

Note from #81": To deal better with overlaps, and try to overcome a few recurring problems:

  • Can we convert columnfile.py into a pandas dataframe ?
  • Raw peak data in one table (x,y,omega,intensity etc)
  • Detector geometry applied -> XL, YL, ZL : adds a new table depending on geometry
  • Depending on (UB)+Diffractometer -> OmegaCalc : adds a new table for each grain
  • Depending on (translation+omega) or (translation+OmegaCalc) -> tth/eta/k/gv/hr/drlv
  • A peak to grain assignment matrix should be very sparse. Currently only one grain per peak. It would help for twins and duplicates to store the N grains per peak which might be able to index.

The rest of the this would imply a bit of reorganisation to update the geometry to pull out detector versus diffractometer + grain computations.

@jonwright
Copy link
Member Author

Transfer this to #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant