Overlap Tables #550
donald-e-boyce
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an undocumented (until now) feature of hexrd. The fit-grains command will check for the existence of an overlap table, and if it exists, it will load it and use it to mark certain reflections as invalid. See the code section below.
Overlap Table Format
Unfortunately, there is no writer for the overlap table, but you can see the form of the table.
Discussion
We need to develop a writer for the overlap tables.
I think we can generate the spots using
instrument.pull_spots()
.The main question is how to determine whether a spot is an overlap.
More work needs to be done here.
Code
Here is the section of code inside hexrd/fitgrains.py,
Beta Was this translation helpful? Give feedback.
All reactions