Hi Fabian,
After going back to some non-lamella imaging, I started using PACEtomo for e.g. imaging cell peripheries with irregularly spaced targets, that always have stable focus positions nearby. If you don't mind I wanted to sanity check what I'm doing with you.
I'm using targetsFromMontage with View montage maps. The high-defocus calibrations were done and View/Record alignment is pretty excellent all around the shift range at -50µm defocus offset, so I would like to rely on View alignments as much as possible. I used refineGeo = True, addAF = True, previewAli = False, viewAli = True, with the geometry left at 0˚ pretilt and rotation.
I also tried some SPA-style imaging, with AddAF, previewAli = False, viewAli = False and with minTilt = maxTilt = 0 and noZeroRecAli = True. AFAIK using PACE like this is the most convenient way to collect at arbitrary shifts in SerialEM, sort of like it works in Leginon, useful for lacy grids or e.g. filaments or vesicles that are not all over the holes and can be seen in View.
- There still seems to be a Preview of the tracking target taken at the start tilt, which I can't figure out. I have
realignToItem = True so it shouldn't be the one in realignTo().
- For untilted imaging, could there be an advanced option to skip finding the eucentric height? (Like this).
- For untilted imaging shift accuracy is improved using
viewAli = True, but switching the low dose states while setting up the targets takes a large fraction of the time - can we possibly skip the GoToLowDoseArea("R") at line 1417 in the target setup loop? There is an error restoring the beam tilt unless I include the call...but moving it out of the loop seems to work...am missing something import here? (Like this).
Hi Fabian,
After going back to some non-lamella imaging, I started using PACEtomo for e.g. imaging cell peripheries with irregularly spaced targets, that always have stable focus positions nearby. If you don't mind I wanted to sanity check what I'm doing with you.
I'm using targetsFromMontage with View montage maps. The high-defocus calibrations were done and View/Record alignment is pretty excellent all around the shift range at -50µm defocus offset, so I would like to rely on View alignments as much as possible. I used
refineGeo = True,addAF = True,previewAli = False,viewAli = True, with the geometry left at 0˚ pretilt and rotation.I also tried some SPA-style imaging, with
AddAF,previewAli = False,viewAli = Falseand withminTilt = maxTilt = 0andnoZeroRecAli = True. AFAIK using PACE like this is the most convenient way to collect at arbitrary shifts in SerialEM, sort of like it works in Leginon, useful for lacy grids or e.g. filaments or vesicles that are not all over the holes and can be seen in View.realignToItem = Trueso it shouldn't be the one inrealignTo().viewAli = True, but switching the low dose states while setting up the targets takes a large fraction of the time - can we possibly skip theGoToLowDoseArea("R")at line 1417 in the target setup loop? There is an error restoring the beam tilt unless I include the call...but moving it out of the loop seems to work...am missing something import here? (Like this).