This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
examples:gs_loop_multiphase [2023/12/10 10:56] smerkel |
examples:gs_loop_multiphase [2023/12/10 13:19] (current) smerkel |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| This script requires | This script requires | ||
| - | * one g-vector file per phase, experimental g-vectors should be identical for all phases, but the list of computed theoretical g-vectors depends on the unit cell (see [[processing:complex-multi-phase|In the works: indexing a complex dataset with many phases]]), | + | * one g-vector file per phase, experimental g-vectors should be identical for all phases, but the list of computed theoretical g-vectors depends on the unit cell (see [[processing:complex-multi-phase|Indexing a complex dataset with many phases]]), |
| * some basic information on each phase (space group number, etc) and experiment wavelength, | * some basic information on each phase (space group number, etc) and experiment wavelength, | ||
| * to update the GrainSpotter parameters (tthrange, etarange, domega, omegarange, etc)* | * to update the GrainSpotter parameters (tthrange, etarange, domega, omegarange, etc)* | ||
| Line 35: | Line 35: | ||
| ===== The loop ===== | ===== The loop ===== | ||
| - | You wanted it?! Here is the source code for the loop above | + | You wanted it?! Here is the source code for the loop above. |
| + | |||
| + | If you find that this script is useful for you, please cite one of the relevant [[http://timeless.texture.rocks/publications/ |TIMEleSS publications]] for which this script was slowly developped: | ||
| + | * One of the 2 Ledoux et al (2023) publications on olivine and wadsleyite, | ||
| + | * Gay et al (2023) on transformation microsctructures in pyrolite | ||
| + | * Upcoming (I hope) Gay et al publication on pyrolite deformation. | ||
| <code bash gsLoop-NPhases.sh> | <code bash gsLoop-NPhases.sh> | ||
| #!/bin/bash | #!/bin/bash | ||
| + | # | ||
| + | # This is part of the TIMEleSS tools | ||
| + | # http://timeless.texture.rocks/ | ||
| + | # | ||
| + | # Copyright (C) S. Merkel, Universite de Lille, France | ||
| + | # | ||
| + | # This program is free software; you can redistribute it and/or | ||
| + | # modify it under the terms of the GNU General Public License | ||
| + | # as published by the Free Software Foundation; either version 2 | ||
| + | # of the License, or (at your option) any later version. | ||
| + | # | ||
| + | # Please cite one of the relevant TIMEleSS publications if you find that was of any use | ||
| + | # | ||
| # Number of phases | # Number of phases | ||