software:imaged11
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:imaged11 [2018/07/06 11:58] – matthias | software:imaged11 [2019/11/28 14:35] (current) – smerkel | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Installing ImageD11 ===== | ===== Installing ImageD11 ===== | ||
| + | |||
| + | ImageD11 is written and maintained by John Wright from ESRF and has an extensive manual available here [[https:// | ||
| ==== Necessary Hardware and Software ==== | ==== Necessary Hardware and Software ==== | ||
| First of all, you will need Linux, either as a separate harddrive (with lots of memory space) or as a virtual machine on your Windows/ | First of all, you will need Linux, either as a separate harddrive (with lots of memory space) or as a virtual machine on your Windows/ | ||
| - | Having Linux is a good start, but not enough. You will also need a couple of other programs. When you click on the [[https://github.com/FABLE-3DXRD/fabian|Fabian homepage]] | + | Next things you need is //Anaconda// and //PIP//. |
| - | + | ||
| - | Now you have two options: | + | |
| - | - Download and install all these packages one by one or | + | |
| - | - Download and install [[https://www.anaconda.com/download/ | + | |
| - | + | ||
| - | The benefit of Anaconda is that it contains most of the necessary libraries and you are done with installations within 5 minutes. There are also several other advantages coming with Anaconda (for example the installation assistant for [[software: | + | |
| ==== Installation ==== | ==== Installation ==== | ||
| - | Go to the [[ homepage]] and click on the green button "clone or download" | + | Go to the [[https:// |
| + | sudo unzip ImageD11-master.zip -d destination_folder | ||
| + | The new ImageD11 version (January 2019) includes | ||
| - | Open the Konsole and navigate to the unpacked Fabian directory. There should be a folder called " | ||
| - | python setup.py build | ||
| - | If you get an error, there might be some of the additional libraries still missing. | ||
| - | |||
| - | Be aware that the Konsole is now occupied with running Fabian. You have to open a second Konsole window if you want to do something else with the Konsole. | ||
| ===== Starting the software ===== | ===== Starting the software ===== | ||
| + | |||
| Open the program by going to the folder where the //processed data// is stored. Now open the program by typing the following to the Konsole: | Open the program by going to the folder where the //processed data// is stored. Now open the program by typing the following to the Konsole: | ||
| ImageD11_gui.py | ImageD11_gui.py | ||
| - | ImageD11 | + | When you try to open the program for the first time there is usually |
| - | When you try to open the program for the first time there is usually an error: " | ||
| Go to the FitAllB directory and try to find the missing file // | Go to the FitAllB directory and try to find the missing file // | ||
| + | |||
| ../ | ../ | ||
| - | Look again at the error message in the Konsole which tells you the exact path of where | ||
| - | ==== Basic instructions ==== | ||
| - | The program | + | Look again at the error message in the Konsole and the lines above. Somewhere there you should |
| + | |||
| + | ../usr/lib64/ | ||
| + | |||
| + | This means that FitAllB (including the file // | ||
| + | |||
| + | cp -r ../FitAllB/ /usr/lib64/python2.7/site-packages/ | ||
| + | or | ||
| + | sudo cp -r ../FitAllB/ / | ||
| + | |||
| + | The //sudo// is required if you get the error " | ||
| + | |||
| + | Try to start the program again (see above). | ||
| + | |||
| + | ===== Basic instructions ===== | ||
| + | |||
| + | The program usually opens as a long tool bar. Use your mouse to extend the window to a square shaped window. In the tool bar go to '' | ||
| + | |||
| + | ==== Visualization in 2D ==== | ||
| + | There are two basic plotting options in // | ||
| + | * The standard view of a diffraction image | ||
| + | * The cake view | ||
| + | Note that // | ||
| + | |||
| + | To switch between the two plot types, you can simply erase the current plot with '' | ||
| + | |||
| + | You can zoom in the plots with your mouse (left click). Unzoom with right click. | ||
| + | |||
| + | === 2D diffraction image === | ||
| + | Click '' | ||
| + | |||
| + | === Cake image === | ||
| + | Click '' | ||
| + | |||
| + | ==== Editing parameters ==== | ||
| + | |||
| + | === Entering parameters === | ||
| + | {{ software: | ||
| + | After you loaded a file you should modify the parameters. For this, click on '' | ||
| + | * **Cell parameters**: | ||
| + | * **Lattice type**: P = primitive, F = face-centered, | ||
| + | * **Distance** = sample-detector distance in µm (typically taken from [[software: | ||
| + | * **O-matrix** (check the [[dac_experiments: | ||
| + | * **Omegasign** = rotation direction (1 = clockwise, -1 = counterclockwise) | ||
| + | * **Tilt**: Be careful with this one: Tilt in ImageD11 is sometimes not the same as tilt in other software! (usually keep 0 and refine later) | ||
| + | * **Wavelength** in Angstrom | ||
| + | * **y_size**, **z_size**: size of one pixel in y direction and z direction in µm | ||
| + | * **y_center**, | ||
| + | * Supplementary parameter **cell_sg**. You can also provide your material space group. This has to be done manually with a text editor and can not be done using the Graphical User Interface. If the space group is provided, ImageD11 will use xfab for generate unique hkls. | ||
| + | |||
| + | === Typical mistakes during parameter entering === | ||
| + | * You entered a value in the wrong order of magnitude, for example: '' | ||
| + | * You entered a value in the wrong unit, for example: '' | ||
| + | |||
| + | === Saving parameters === | ||
| + | You can also store parameter lists with '' | ||
| + | |||
| + | === Refinement of parameters === | ||
| + | The values you enter by hand are usually not 100% correct. This is because // | ||
| + | |||
| + | When you plot the cake view ('' | ||
| - | Then go to // | + | **Some advice for your refinement** |
| + | * Don't refine when you have a zoomed view. Always refine when you are fully unzoomed. | ||
| + | * If your spots sit on sinus-shaped lines of exactly one period, refine only y_center and z_center. This should | ||
| + | * Don't refine too many parameters at once! | ||
| + | * Don't refine parameters | ||
| + | * When you see that your refinement gets worse and worse, you should enter your starting values again and start your refinement from the beginning. | ||
| - | // | ||
software/imaged11.1530871094.txt.gz · Last modified: (external edit)
