Skip to content

Commit

Permalink
renaming interest points when splitting to avoid overwriting of inter…
Browse files Browse the repository at this point in the history
…estpoints.n5 folder
  • Loading branch information
StephanPreibisch committed May 10, 2024
1 parent c0dd8c5 commit e001d9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public static SpimData2 splitImages( final SpimData2 spimData, final long[] over
}
}

final InterestPoints newIpl = InterestPoints.newInstance( oldIpl.getBaseDir(), newViewId, label);
final InterestPoints newIpl = InterestPoints.newInstance( oldIpl.getBaseDir(), newViewId, label + "_split" );
newIpl.setInterestPoints( newIp );
newIpl.setParameters( oldIpl.getParameters() );
newIpl.setCorrespondingInterestPoints( new ArrayList<>() );
Expand Down

0 comments on commit e001d9f

Please sign in to comment.