Skip to content

Commit

Permalink
WIP fix tubular geodesics tracing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
carshadi committed Sep 20, 2023
1 parent 88c9883 commit 7381363
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/sc/fiji/snt/SNT.java
Original file line number Diff line number Diff line change
Expand Up @@ -2693,7 +2693,6 @@ protected void loadSecondaryImage(final ImagePlus imp, final boolean changeUISta
showStatus(0, 0, "Optimally Oriented Flux image detected");
SNTUtils.log("Optimally Oriented Flux image detected. Image won't be cached...");
tubularGeodesicsTracingEnabled = true;
return;
}
if (changeUIState) changeUIState(SNTUI.CACHING_DATA);
imp.setPosition( channel, xy.getSlice(), frame ); // important! sets the channel/frame to be imported. Does nothing if image is not an hyperstack
Expand Down Expand Up @@ -2726,7 +2725,6 @@ protected <T extends RealType<T>> void loadSecondaryImage(final RandomAccessible
showStatus(0, 0, "Optimally Oriented Flux image detected");
SNTUtils.log("Optimally Oriented Flux image detected. Image won't be cached...");
tubularGeodesicsTracingEnabled = true;
return;
}
if (changeUIState) changeUIState(SNTUI.CACHING_DATA);
secondaryData = img;
Expand Down

0 comments on commit 7381363

Please sign in to comment.