Skip to content

Commit

Permalink
fixed print statement bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
pr4deepr committed Jul 16, 2023
1 parent 39c4b95 commit 919ee6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _Analyse Neuron (Multi-channel).ijm
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ if(marker_subtype==1)
//perform spatial analysis for Hu and the marker image
if(Perform_Spatial_Analysis==true)
{
"Performing Spatial Analysis for "+cell_type+" and "+channel_name+" done");
print("Performing Spatial Analysis for "+cell_type+" and "+channel_name+" done");
//cell_type is Hu
//label_marker is original scale so default pixelWidth
args=cell_type+","+neuron_label_image+","+channel_name+","+label_marker+","+ganglia_binary+","+results_dir+","+label_dilation+","+save_parametric_image+","+pixelWidth;
Expand Down

0 comments on commit 919ee6f

Please sign in to comment.