During imod patch tracking alignment, it is typical to skip some views to minimize errors. If the fine alignment is done with these views skipped, the output taSolution.log file will not include that tilt. An example file is pasted in below.
When warp imports the imod alignment, these skipped views are not accounted for, so the deltlt for tilt 2 is assigned to tilt 1 (when view 1 is skipped), deltlt for tilt 3 is assigned to tilt 2, etc. This is particularly problematic because the ultimate tilt that is included (tilt 34 in this case) gets treated as if it is completely unaligned, causing larger error.
This can be mitigated by adding dummy lines accounting for skipped views. However, the better option would be for warp to trust the view index instead of automatically indexing from 1 when it reads the taSolution file.
During imod patch tracking alignment, it is typical to skip some views to minimize errors. If the fine alignment is done with these views skipped, the output taSolution.log file will not include that tilt. An example file is pasted in below.
When warp imports the imod alignment, these skipped views are not accounted for, so the deltlt for tilt 2 is assigned to tilt 1 (when view 1 is skipped), deltlt for tilt 3 is assigned to tilt 2, etc. This is particularly problematic because the ultimate tilt that is included (tilt 34 in this case) gets treated as if it is completely unaligned, causing larger error.
This can be mitigated by adding dummy lines accounting for skipped views. However, the better option would be for warp to trust the view index instead of automatically indexing from 1 when it reads the taSolution file.