Skip to content

Commit

Permalink
add annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoalopez committed May 24, 2024
1 parent 202ebcf commit 94d9e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grain_size_tools/stereology_analysis_template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
"source": [
"# lognormal parameters\n",
"geomean = 36.05\n",
"std = np.log(1.63)\n",
"std = np.log(1.63) # log(MSD)\n",
"\n",
"# set min and max grain size in the population\n",
"min_size = 0\n",
Expand Down

0 comments on commit 94d9e8a

Please sign in to comment.