Changeset 2895 for branches/mcstas-1.x/lib/samples/Single_crystal.comp
- Timestamp:
- 06/15/10 14:28:25 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/mcstas-1.x/lib/samples/Single_crystal.comp
r2851 r2895 112 112 * mosaic_b: Vertical (rotation around lattice vector b) mosaic (anisotropic), gaussian RMS. [arc minutes] 113 113 * mosaic_c: Out-of-plane (Rotation around lattice vector c) mosaic (anisotropic), gaussian RMS [arc minutes] 114 * mosaic_AB: In Plane mosaic rotation and plane vectors (anisotropic), mosaic_A, mosaic_B, A_h,A_k,A_l, B_h,B_k,B_l . Puts the crystalin the in-plane mosaic state. Vectors A and B define plane in which the crystal roation is defined, and mosaic_A, mosaic_B, denotes the resp. mosaicities (gaussian RMS) with respect to the the two reflections chosen by A and B (Miller indices). [arc_minutes, arc_minutes,1, 1, 1, 1, 1, 1]114 * mosaic_AB: In Plane mosaic rotation and plane vectors (anisotropic), mosaic_A, mosaic_B, A_h,A_k,A_l, B_h,B_k,B_l, input as a {}-delimited, 8-element vector. Puts the component in the in-plane mosaic state. Vectors A and B define plane in which the crystal roation is defined, and mosaic_A, mosaic_B, denotes the resp. mosaicities (gaussian RMS) with respect to the the two reflections chosen by A and B (Miller indices). [arc_minutes, arc_minutes,1, 1, 1, 1, 1, 1] 115 115 * 116 116 * recip_cell: Choice of direct/reciprocal (0/1) unit cell definition [1] … … 209 209 210 210 DEFINE COMPONENT Single_crystal 211 DEFINITION PARAMETERS(mosaic_AB= {0,0, 0,0,0, 0,0,0})211 DEFINITION PARAMETERS(mosaic_AB=Mosaic_AB_Undefined) 212 212 SETTING PARAMETERS(string reflections=0, string geometry=0, 213 213 xwidth=0, yheight=0, zthick=0, radius=0, delta_d_d=1e-4, … … 229 229 #ifndef SINGLE_CRYSTAL_DECL 230 230 #define SINGLE_CRYSTAL_DECL 231 232 #ifndef Mosaic_AB_Undefined 233 #define Mosaic_AB_Undefined {0,0, 0,0,0, 0,0,0} 234 #endif 231 235 232 236 struct hkl_data
