plot maps in three panels
Created by: zaharko
-
1. plot data panel
- a. Increase the area for plotting maps for both hdf and ccl (increase horizontal and vertical axes by about 25%)
-
b. ccl data:
- b1. skip labeling, axes for the orthogonal coordinate system
- b2. introduce hkl labels when mouse is clicked at(near) the hkl position from measured ccl or calculated hkl/mhkl files
- b3. switch off/on legend with displayed ccl files, k-vectors
-
c. hdf data:
-
c1.
adopt the change of the 'in-plane X' and 'normal' directions to the user defined onesFor this three value should be changed in teh cell 3 of Camilla's code##x_dir should be changed to 'in-plane X'x_dir = [1,1,0]##orth_dir should be changed to 'normal'orth_dir = [-1,1,0]##and orth_cut should be changed to 'cut'orth_cut = 0.0 - c2. add colorbar
- c3. add log scale intensity option
- c4. correct plot of the hkl/mhkl positions
-
c1.
-
2. ccl prepare panel
- a. Increase the area for plotting maps for ccl (increase horizontal and vertical axes by about 25%)
- b. skip labeling, axes for the orthogonal coordinate system
- c. introduce hkl labels when mouse is clicked at(near) the hkl position from calculated hkl/mhkl files
-
3. hdf viewer panel
- a. Increase the area for plotting maps for hdf (increase horizontal and vertical axes by about 20%)
- b. add log scale intensity option (the option would apply log scale generally on the panel, i.e. to both projections and frame plots)