Skip to content
Snippets Groups Projects
Commit a6e7c9a2 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

add VolumeRendererExtension to BigDataViewer.view() method that is called by the Fiji plugin

parent 9faca06a
No related tags found
No related merge requests found
......@@ -683,7 +683,8 @@ public class BigDataViewer
@Deprecated
public static void view( final String filename, final ProgressWriter progressWriter ) throws SpimDataException
{
open( filename, new File( filename ).getName(), progressWriter, ViewerOptions.options() );
final BigDataViewer bdv = open( filename, new File( filename ).getName(), progressWriter, ViewerOptions.options() );
new VolumeRendererExtension(bdv);
}
public static void main( final String[] args )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment