You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For alignments, it's pretty useful to be able to take a raw stack and fix transpositions and shifts and "fake" blanks in the z stack. This would take a JSON dict or list that contains a mapping of index to index. The mapping must be injective.
This could be done either in-place (with one or more temp slice copies) or as a full copy.
The text was updated successfully, but these errors were encountered:
For alignments, it's pretty useful to be able to take a raw stack and fix transpositions and shifts and "fake" blanks in the z stack. This would take a JSON dict or list that contains a mapping of index to index. The mapping must be injective.
This could be done either in-place (with one or more temp slice copies) or as a full copy.
The text was updated successfully, but these errors were encountered: