This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
processing:advanced_indexing_with_grainspotter [2023/12/09 22:21] smerkel ↷ Links adapted because of a move operation |
processing:advanced_indexing_with_grainspotter [2023/12/09 22:30] (current) smerkel ↷ Links adapted because of a move operation |
||
---|---|---|---|
Line 7: | Line 7: | ||
* [[processing:grainspotter-merge|merge the GrainSpotter output files]] into one. | * [[processing:grainspotter-merge|merge the GrainSpotter output files]] into one. | ||
- | This process can be combined into advanced indexing loops. Attached is an example of custom [[examples:gs_loop_olivine|loop for olivine]] (//restricted access to team members//) that will run a series of 25 GrainSpotter indexing with various tolerances. | + | This process can be combined into advanced indexing loops with a bash script: |
+ | * Here is a first example of custom [[examples:gs_loop_olivine|loop for olivine]] that will run a series of 25 GrainSpotter indexing with increasing tolerances in 2θ, η, and ω. | ||
+ | * We also include a second example, based on a [[examples:gs_loop_ppv|NaCoF3 post-perovskite indexing]]. This second version of the loop is more advanced. You can have multiple indexings running in parallel on a multi-core machine. Some unnecessary output files have also been removed. | ||
- | There a second example, based on a [[restricted:GS_loop_pPv|NaCoF3 post-perovskite indexing]] (//restricted access to team members//). This second version of the loop is more advanced. You can have multiple indexings running in parallel on a multi-core machine. Some unnecessary output files have also been removed. | + | Spend time to study the content of these loops to adjust their parameters to your needs. If you have made it so far in the manual, it should be within your reach. |
At the end, you will want to analyze and understand the reliability of your final indexings. [[evaluation:plotting-grain-orientations|Plotting grain orientations]] and comparing the indexings is a good start. | At the end, you will want to analyze and understand the reliability of your final indexings. [[evaluation:plotting-grain-orientations|Plotting grain orientations]] and comparing the indexings is a good start. | ||
+ | Next, step: [[processing:complex-multi-phase|Indexing a complex dataset with many phases]]... |