Changes for page IDL cheat sheet

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

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

Summary

Details

Page properties
Content
... ... @@ -302,8 +302,9 @@
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 +
307 307  Monochromator positioning"}}
308 308  ATTENTION: Setting up a Monochromator as well as positioning front end slits is **only** done by the beamline staff!
309 309  
... ... @@ -447,18 +447,14 @@
447 447  closes EH2 beamshutter and breaks EH2 door interlock
448 448  )))
449 449  
450 -== Serialscan Macros ==
451 +== Serialscan Macros ==
451 451  
452 452  General remarks: The serialscan macros save
453 453  
454 454  |=IDL command|=Description
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 sample position list
462 -| |
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
463 463  
464 464