ImageJ
Search
everywhere
only in this topic
Advanced Search
Tiny bug in StackProfilePlot
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
1 message
Dotan Kamber
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Tiny bug in StackProfilePlot
Hi there
StackProfilePlot.txt generates profile plots of all but the last image in a stack.
To fix -
for (i=1; i<n; i++) {
should be
for (i=1; i<=n; i++) {
Regards
Dotan
Free forum by Nabble
Edit this page