Skip to content

Commit

Permalink
Update DeconvolutionGUI.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdominguez authored Sep 14, 2023
1 parent d382e3a commit 9622f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public boolean queryDetails()
if ( !PluginHelper.isHeadless() ) boundingBoxChoice = (Choice)gd.getChoices().lastElement();
gd.addMessage( "" );

gd.addSlider( "Downsampling", 1.0, 16.0, defaultDownsampling );
gd.addSlider( "Downsampling", 0.001, 16.0, defaultDownsampling );
if ( !PluginHelper.isHeadless() ) downsampleField = (TextField)gd.getNumericFields().lastElement();
gd.addChoice( "Input image(s)", FusionTools.imgDataTypeChoice, FusionTools.imgDataTypeChoice[ defaultInputImgCacheType ] );
if ( !PluginHelper.isHeadless() ) inputCacheChoice = (Choice)gd.getChoices().lastElement();
Expand Down

0 comments on commit 9622f6c

Please sign in to comment.