Energy calibration of the monochromator

The monochromator energy resolution is optimized in XPS experiments using the SPELEEM. This can be done either looking at the Fermi edge of a Ag(100) sample, or measuring W 4f core level emission on clean or oxidized  W(110). This procedure is repated for various photon energies, (say 80, 110, 160, 200, 240 eV) using grating 1 (VLS 200) and grating 2 (VLS 400). Suitable angle corrections of both the monochromator mirror and grating are obtained by moving them by about 0.1 mm. To find examples of this procedure, have a look at Labbook No. 15, 13-21 July 2004.

The optimisation of the monochromator front mirror MUST be the same when using grating 1 (VLS 200) and grating 2 (VLS 400). So, if grating 1 works fine and grating 2 seems to have lost its calibration, just move the grating 2 stepper until when the core level under study has got approximately the kinetic energy you expect. Then move in smaller steps (0.1 mm) and choose the angular value which gives the best energetic resolution. In order to do this, select the Monochromator tab in Umeasure and select the "show details" checkbox in the set energy section. After clicking, the mirror and grating angle will appear. Calculate the angular variation between the BCS nominal value and the best energetic resolution value. This number represents the correction one has to input in the MONOCH3 protocol in the BCS program.

This correction has to be input by editing the code controlling the monochromator on the BCS. This can be modified using the monochromator wizard, available at the link below:
http://adam.elettra.trieste.it/projects/mono/monoch/monoch_cfg.cgi

The wizard is protected by a password. (Do you know it?).

In input of the program, modify the float variables deltaMaMi and deltaMaGr (for grating1 and grating2 CLASS) according to the anguar differences measured in the experiments:

* -------------- M I R R O R --- O P T I C S ----------------------------*/
Mirror CLASS {
/* deltaMaMi  FLOAT -27.9466  */ /* degrees */
................................................................
deltaMaMi  FLOAT -27.809           /* 22 Mar 2011 - best for 633 eV */
/
};

/*-------------- G R A T I N G 1 -------------------------*/
Grating1 CLASS {
/* deltaMaGr  FLOAT xxxx; */ /* degrees */
.................................................................
deltaMaGr  FLOAT 22.7678;     /* 19 Jan 2011 best for 233 eV */
};

/*-------------- G R A T I N G 2 -------------------------*/
Grating2 CLASS {
/* deltaMaGr  FLOAT xxxx; */ /* degree */
.................................................................
deltaMaGr  FLOAT 22.7688;          /* 22 Mar 2011 best for 633 eV */
};

Once you save the file (please comment changes done and save old parameters), you need to wait for 60 seconds. This time is necessary for the nfs cache (of the BCS computer) to be emptied. Then press the button "reload", to order the BCS to reload the input parameters of the monochromator protocol.

Ultima modifica il Lunedì, 01 Febbraio 2016 14:00