Changeset 2888
- Timestamp:
- 06/10/10 15:24:14 (20 months ago)
- Files:
-
- 2 modified
-
branches/mcstas-1.x/lib/examples/ILL_D1A.instr (modified) (5 diffs)
-
trunk/nlib/examples/ILL_H22_D1A.instr (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/mcstas-1.x/lib/examples/ILL_D1A.instr
r2875 r2888 12 12 * %INSTRUMENT_SITE: ILL 13 13 * 14 * Simple monochromator Diffractometer for powders (D1A) 14 * Simple monochromator Diffractometer for powders (D1A), with container/sample 15 * environment and radial collimator. May simulate a silica phase transition experiment. 15 16 * 16 17 * %Description … … 25 26 * an anisotropically squashed germanium monochromator focussing a 250 26 27 * mm high beam onto only 30 mm; 27 * a wide choice of wavelengths, from 1.39 Angs to 2.99 Angs, quickly available by28 * simple rotation of the focussing monochromator;28 * a wide choice of wavelengths, from 1.39 Angs to 2.99 Angs, quickly available by 29 * simple rotation of the focussing monochromator; 29 30 * 30 31 * The large monochromator take-off angle means that the diffraction pattern is … … 38 39 * Ge 113 DM=1.712 AA 2.994 39 40 * 41 * The sample is a powder or a liquid, in a container can, all positioned in an 42 * Al environment (e.g. cryostat/furnace shield). 43 * This instrument model does not include the guide. For the 'SiO2' sample, one may 44 * change the Temperature to simulate a phase transition (for teaching purposes): 45 * T[C] 573 1650 46 * quartz alpha < quartz beta < melt silica 47 * 40 48 * Example: mcrun D1A.instr lambda=1.911 49 * mcrun D1A.instr -N 10 lambda=1.911 Powder="SiO2" Temperature=300,2000 41 50 * 42 51 * %Parameters … … 44 53 * DM: [Angs] d-spacing of monochromator. Use DM=0 to compute the values 45 54 * from the requested wavelength. 46 * powder: [str] File name for powder description 55 * powder: [str] File name for powder description, or S(q) file (extension .qSq) 47 56 * Temperature:[K] Sample temperature, to study phase changes. 48 57 * Only applies when Powder is set to SiO2. … … 99 108 if (Temperature < 573+273) strcpy(Powder, "SiO2_quartza.laz"); 100 109 else if (Temperature < 1650+273) strcpy(Powder, "SiO2_quartzb.laz"); 101 else strcpy(Powder, "SiO2 .qSq");110 else strcpy(Powder, "SiO2_liq.qSq"); 102 111 } else strcpy(Powder,powder); 103 112 -
trunk/nlib/examples/ILL_H22_D1A.instr
r2703 r2888 12 12 * %INSTRUMENT_SITE: ILL 13 13 * 14 * Simple monochromator Diffractometer for powders (D1A) installed on H22 14 * Simple monochromator Diffractometer for powders (D1A) installed on H22, with 15 * container/sample environment and radial collimator. 15 16 * 16 17 * %Description … … 25 26 * an anisotropically squashed germanium monochromator focussing a 250 26 27 * mm high beam onto only 30 mm; 27 * a wide choice of wavelengths, from 1.39 Angs to 2.99 Angs, quickly available by28 * simple rotation of the focussing monochromator;28 * a wide choice of wavelengths, from 1.39 Angs to 2.99 Angs, quickly available by 29 * simple rotation of the focussing monochromator; 29 30 * 30 31 * The large monochromator take-off angle means that the diffraction pattern is
