software:fitallb
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:fitallb [2019/12/13 17:23] – estelle | software:fitallb [2020/04/08 10:09] (current) – [Evaluating the results] matthias | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | ==== FitAllB | + | ==== Prerequisites |
| - | fitallb.py is the script that allow you to refine | + | '' |
| - | * the GrainSpotter file (.log) | + | * the GrainSpotter |
| - | * the original peaks list (.flt) | + | * the list of filtered peaks ('' |
| - | * the parameters | + | * the ImageD11 parameter file of the phase ('' |
| - | * the structure file for your phase (.cif) | + | * the structure file for your phase ('' |
| - | * optionally, a res file, but i don't really know what that is so I don't use it; | + | * optionally, a //res// file, but i don't really know what that is so I don't use it; |
| - | * the input file (.inp) | + | * the input file ('' |
| + | |||
| + | It furthermore requires // | ||
| The input file should have this look : | The input file should have this look : | ||
| - | <WRAP center round box 80%> | + | <code> |
| title ' | title ' | ||
| log_file grains.log | log_file grains.log | ||
| Line 84: | Line 86: | ||
| # | # | ||
| tol_grain 1e-2 | tol_grain 1e-2 | ||
| - | </WRAP> | + | </code> |
| + | |||
| + | ==== Modifying the parameters ==== | ||
| + | Now, about the parameters of the refinement, these are the four lines starting with '' | ||
| + | |||
| + | '' | ||
| - | (I don't know how to add a whole file in the wiki or to formate | + | '' |
| - | In this input file, edit the part about the different related files and the one about your experiment conditions and then use : | + | '' |
| - | <WRAP center round box 30%> | + | |
| - | fitallb.py -i inputfilename.inp | + | |
| - | </WRAP> | + | |
| - | In reaction, fitallb will run several fits in the teminal and if it succeed | + | '' |
| - | Then you have a new folder in the folder you are currently working in, named after your input file. In this new folder are all the output file fitallb created during the run. As I understand it now, the most usefull output files are the _final.gff and the _rej files. | + | |
| - | The _final.gff file contains the final results of the refinement, | + | ==== Running |
| - | The _rej file list all the peaks rejected during the refinement and tell you why they were rejeced. Most of the time it is a problem of intensity or internal angle (ia). | + | Edit this input file to your purposes (modify file names, experimental conditions, crystallographic info, ...) and then type this to your command line: |
| + | fitallb.py -i inputfilename.inp | ||
| - | Now, about the parameters of the refinement, these are the four lines begining by rej_ and the min_refl line (maybe also the tol_grain line but it didn't do much in my tests..). | + | As a result, //FitAllB// will run several fits in the terminal |
| - | rej_ia is for internal angle, meaning | + | ==== Evaluating |
| + | Your current working directory should now contain a new folder named after your input file. In this new folder you can find several output files, which //FitAllB// created during the run. As I understand | ||
| - | rej_vol is linked to the intensity relativly to the volume | + | The '' |
| + | The '' | ||
| - | I didn't used rej_mean | + | === Reported crashs === |
| + | * __maximum call reached__: Happens when //FitAllB// needs too much refinement loops to complete the calculation | ||
| + | * __singular matrix__: Mean that fitallb does not have enough information on a grain to refine stress tensor. But same as before, decrease your //rej_ia//, //rej_vol// or increase // | ||
| + | * __ValueError: | ||
| + | * Issues with the CIF file: Tip: If one (or multiple) of the following errors occur over and over again and you don't know what causes the error, there' | ||
| - | min_refl is the minimum number of peaks you need to validate a grain. As it is a refinement step, during each run the grains will loose the 'bad' | + | loop_ |
| + | _atom_type_symbol | ||
| + | _atom_type_description | ||
| + | | ||
| + | ' | ||
| + | ' | ||
| - | === reported crashs === | + | |
| - | | + | * CIF-file issue: __KeyError: u'No such item: _atom_type_symbol' |
| - | * "maximum call reached" : happen | + | * CIF-file issue: __UnboundLocalError: |
| - | * " | + | * CIF-file issue: __KeyError: u' |
| + | * CIF-file issue: __UnboundLocalError: | ||
| + | * __TypeError: ' | ||
| + | * __LinAlgError: Singular matrix__ Use the same strategy | ||
| ==== Fitgloball ==== | ==== Fitgloball ==== | ||
| - | fitgloball.py is a script linked to fitallb | + | '' |
| - | It is working the same way as fitallb, with the same input file, just change d0 to 1 instead of 0 to ask the script to refine the cell parameters. | + | It is working the same way as //FitAllB//, with the same input file, just change |
| - | A good advice to use it to refine cell parameters is to index grains with only the lowest tth (where it's easy for GrainSpotter to index peaks) and then use fitgloball | + | A good advice to use it to refine cell parameters is to index grains with only the lowest tth (where it's easy for GrainSpotter to index peaks) and then use // |
software/fitallb.1576254216.txt.gz · Last modified: by estelle
