Hi Willem,
Thanks again for the worthy feedback. For the falcon detectors and the eccentricity issue, you may use the SPA-precise or SPA-Ptolemy-precise protocol instead of their regular counterparts. This will use the View mag internal SerialEM eccentricity procedures. The search mag one is mainly to allow faster screening with non-falcon detector but we use the *-precise protocols for data collection.
If you do not have the precise protocols, you may need to update smartscope to at least v0.9.
Also, you may want to change the default protocols to the *-precise version when using the auto option during session setup. To do so, go to shared/smartscope/default_protocol.yaml and swap the SPA protocols by their -precise counterparts as shown below:
```
##Use this file to design rules for how to automatically set default protocol for a grid.
- conditions:
- [holeType.name, NegativeStain]
- [holeType.name, Lacey]
- [holeType.name, MultiA]
mode: any
protocol: NegativeStain
- conditions:
- [params_id.bis_max_distance, 0]
- [params_id.tilt_angle, '!__0']
mode: any
protocol: SPA-precise
- conditions:
- [holeType.hole_size, '!__None']
- [params_id.bis_max_distance, '!__0']
- [params_id.tilt_angle, 0]
mode: all
protocol: SPA-Ptolemy-precise
```
As for the other bug, maybe using the precise protocol will solve it. We have noticed some hanging during square re-centering on our end but not during eucentric height.
Best,
Jonathan