
SerialEM Macros
Auto Collection of many tomograms
| ||||||||
| Changed: | ||||||||
| < < | #this part is to make sure that things stay aligned after doing eucentric adjustments ChangeMag? -2 #down 2 clicks in mag | |||||||
| > > | ReportNavItem? #get info from Navigator RealignToNavitem? | |||||||
| Deleted: | ||||||||
| < < | T #Trial image copy A O #store in buffer O -- roll buffers should be M or lower | |||||||
| Eucentricity 6 #Fine eucentric and realign | ||||||||
| Deleted: | ||||||||
| < < | T AlignTo? O ChangeMag? 2 #back to original mag | |||||||
| # now do the tilt series: | ||||||||
| Changed: | ||||||||
| < < | ReportNavItem? #get info from Navigator | |||||||
| > > | WalkupTo? 70 #may not need this | |||||||
| OpenNewFile? $NavNote #filename stored in Note Tiltseries #Need to have already set up all params! CloseFile? | ||||||||
| Changed: | ||||||||
| < < | ||||||||
| > > | TiltTo? 0 | |||||||
Random Conical Tilt
# RCT macro # need to be in SerialEM lowdose mode # should already have file opened for writing #should have already done a eucentric fine adjustment on the square # should have set defocus target to desired number # Roll Buffers should be at M or less # Uses buffers N,O,P T #take a trial copy A O WalkUpto 50 #EDIT angle as desired! T ResetImageShift T AlignTo B L #preview copy A N Delay 10 # seconds G #autofocus G L AlignTo N R #Record S #save copy A P # store in P buffer. At end of macro, can alternate between tilted/untilted with HOME/END keys WalkUpto 0 ResetImageShift Delay 10 G G T AlignTo O R S Center Hole
# Should be in SerialEM Low dose mode # Should have an image open for writing # View should be set up so that it has only one hole, centered, taking up most of the frame # Buffer N should have a View image of a well-centered hole # Roll Buffers set to M or less V AlignTo N ResetImageShift Delay 10 # seconds. Stage settling time V AlignTo N # final alignment, will have small image shift G #autofocus G # repeat R S
| ||||||||