This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
SPEC: Align and Acquire
Qingteng Zhang edited this page Jun 30, 2022
·
28 revisions
pre_align
select_SAMPLE1
There are 9 chambers in total.
umv samx 0; umv samz 0
Open the shutter;
Scan samx
from -3 mm to 3 mm relative to current position, 81 steps and 0.1 s exposure per step;
Close the shutter.
sb; lup samx -3 3 60 0.1; bb;
Same as samx
, but change samx
to samz
sb; lup samz -3 3 60 0.1; bb;
Note down the boundary and center position at each sample chamber.
post_align
qdo UserName.do
Open a terminal, type matlab
;
In the new Matlab window, type specr
;
Look for spec file in ~/spec_data/2020/Aug2020
;
Open a terminal, type spec8IDI
;
Open a terminal and go to: ~/batches/2020/Aug2020
;
Run ls
to show all files in this folder;
Run gedit Name_of_the_macro.do
to display the macro in text editor