Skip to content

Commit

Permalink
fix super() call for SpimData
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Sep 14, 2024
1 parent 6ffb1e4 commit b80000b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ public SpimData2(
final StitchingResults stitchingResults,
final IntensityAdjustments intensityAdjustments )
{
super( null, sequenceDescription, viewRegistrations );

// work-around for the super class not having a constructor for URI
this.setBasePathURI(basePathUri);
super( basePathUri, sequenceDescription, viewRegistrations );

this.viewsInterestPoints = viewsInterestPoints;
this.boundingBoxes = boundingBoxes;
Expand Down

0 comments on commit b80000b

Please sign in to comment.