Hi Kyle,
Just a couple of notes, not sure if these will help you but I am stubborn about keeping my Etomo workflow and combining with Warp, and I also collect tilt series using Tomo5.
1. The tilt axis in the mdocs from Tomo5 is incorrect. You need to add 90 to the value in the mdoc (i.e. my mdocs specify -87, so I change it to 3). Additionally, you can also specify --override_axis during ts_import to the desired tilt axis
2. I found that running the etomo wrapper for tilt series alignment from Warp doesn't set all the same variables as the defaults when manually aligning and reconstructing in IMOD. See this github issue (
https://github.com/warpem/warp/issues/369) where I went down a rabbit hole fixing all the problems I was running into. In particular when running the Etomo wrapper from Warp (ts_etomo_patches and ts_etomo_fiducials), there are some global variables (from the fine alignment tab in IMOD) that are set differently:
- Rotation solution type = No Rotation (in IMOD, the default is "Solve for all rotations")
- Magnification solution type = Fixed magnification at 1.0 (in IMOD, the default is "Solve for all maginifications")
- Tilt angle solution type = Fixed tilt angles (in IMOD, the default is "Group tilt angles")
Running ts_etomo_patches/fiducials with the default Warp values produced pretty poor alignments in my experience, but changing to the IMOD defaults for these specific variables solved that issue. I've never seen these specific lines that you're seeing, but if you don't see it from IMOD but DO see it after Warp alignments, then maybe this can help!
There are some other notes in there about the proper way of importing alignments from IMOD since it seems the tilt stacks were flipped between IMOD and Warp, so David Mastronarde advised me on how to properly transform the .ali file if that's something else you'd rather do.
Hope this helps!
Matt