Skip to content

Commit

Permalink
fixed bug for prob neuronal subytpe
Browse files Browse the repository at this point in the history
  • Loading branch information
pr4deepr committed Nov 15, 2022
1 parent b6ec05b commit 4016e64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _Analyse Neuron (Multi-channel).ijm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if(Finetune_probability_overlap==true)
Dialog.addSlider("Overlap threshold", 0, 1,overlap);
Dialog.show();
probability= Dialog.getNumber();
probability_subtype_manual= Dialog.getNumber();
probability_subtype= Dialog.getNumber();
overlap= Dialog.getNumber();
overlap_subtype=overlap;
//probability=probability_manual;
Expand Down Expand Up @@ -704,7 +704,6 @@ if(marker_subtype==1)
//selectWindow(temp_label);
selectWindow(temp_label);
run("Select None");
waitForUser;
runMacro(label_to_roi,temp_label);
close(temp_label);
close("label_img_temp");
Expand Down

0 comments on commit 4016e64

Please sign in to comment.