Changes for page IDL cheat sheet

Last modified by fwilde on 2025/07/15 17:44

From version 60.1
edited by fwilde
on 2025/03/28 19:55
Change comment: There is no comment for this version
To version 61.5
edited by fwilde
on 2025/07/15 17:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -302,9 +302,8 @@
302 302  Move **rotation stage left or right** (relative, mm) and make an image at the new position. Options: set exposure time, make reference image, make image at current position, set image type ('a': absorption, 't': transmission, 'p' phase)
303 303  )))
304 304  
305 -{{info title="
305 +{{info title="
306 306  
307 -
308 308  Monochromator positioning"}}
309 309  ATTENTION: Setting up a Monochromator as well as positioning front end slits is **only** done by the beamline staff!
310 310  
... ... @@ -448,14 +448,18 @@
448 448  closes EH2 beamshutter and breaks EH2 door interlock
449 449  )))
450 450  
451 -== Serialscan Macros ==
450 +== Serialscan Macros ==
452 452  
453 453  General remarks: The serialscan macros save
454 454  
455 455  |=IDL command|=Description
456 -|##**ss_init**##|reset table
457 -|**##ss_info##**|print current stage positions and scan parameters
458 -|**##ss_pos, nr, name, dist, sz, sx, sy, dz, ndz, /fetch, /force, /all, /prot##**|Modify sample parameters
459 -|**##ss_insert, nr, /nosamplechanger##**|Insert sample with settings from table
455 +|(%%)(% style="font-family:Courier New,Courier,monospace" %)##**ss_init**##|Reset table and scan settings
456 +|(%%)(% style="font-family:Courier New,Courier,monospace" %)**##ss_info##**|Print current stage positions and scan parameters
457 +|(%%)(% style="font-family:Courier New,Courier,monospace" %)**##ss_pos, nr, name, dist, sz, sx, sy, dz, ndz, /fetch, /force, /all, /prot##**|Modify sample parameters
458 +|(%%)(% style="font-family:Courier New,Courier,monospace" %)**##ss_insert, nr, /nosamplechanger##**|Insert sample with settings from table
459 +|(%%)(% style="font-family:Courier New,Courier,monospace" %)**ss_remove**|Remove sample with sample changer
460 +|(%%)(% style="font-family:Courier New,Courier,monospace" %)**ss_save, name**|Save the table to disk under "name".
461 +|(%%)(% style="font-family:Courier New,Courier,monospace" %)**ss_scan, [1,2,3]**|Scan sbample position list, e.g. [1,2,3]. Respects the order, i.e. [2,3,1] will scan in this order.
462 +|ss_scanparam,|
460 460  
461 461