@isovic suggested this as useful feature, so I should consider adding it!
For NW and SHW starting position is 0 so that is easy. However, for HW we do not know starting position. Best way to get is to run SHW backwards from ending point of HW, which is what I do now anyway when finding alignment path.
I should expose some flag for this, and then modify code for finding alignment to stop when starting position is found.
@isovic suggested this as useful feature, so I should consider adding it! For NW and SHW starting position is 0 so that is easy. However, for HW we do not know starting position. Best way to get is to run SHW backwards from ending point of HW, which is what I do now anyway when finding alignment path. I should expose some flag for this, and then modify code for finding alignment to stop when starting position is found.