Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Sep 27, 2024
1 parent 2dead1e commit 88eea6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

import net.preibisch.mvrecon.fiji.spimdata.SpimData2;

import mpicbg.spim.data.SpimData;

public interface MultiViewDatasetDefinition
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,4 @@ else if ( (RealType)type instanceof UnsignedShortType )
else
return null;
}

public static void main( String[] args )
{
// TODO Auto-generated method stub

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
import java.util.Collection;
import java.util.List;

import mpicbg.spim.data.SpimData;
import mpicbg.spim.data.sequence.ViewDescription;
import mpicbg.spim.data.sequence.ViewId;
import net.imglib2.Interval;
import net.preibisch.mvrecon.fiji.spimdata.SpimData2;
import net.preibisch.mvrecon.process.export.ImgExport;
import net.preibisch.mvrecon.process.interestpointregistration.pairwise.constellation.grouping.Group;

public interface FusionExportInterface
{
SpimData getSpimData();
SpimData2 getSpimData();

/**
* 0 == "32-bit floating point",
Expand Down

0 comments on commit 88eea6b

Please sign in to comment.