I have search the forum in case anyone has already posted a similar question and I did not find one. So I am making a new message. I am writing a macro that will have to import an image sequence, stack measure a selected area and compare the mean values of the stack with that of another selection.
I would assume it would be easiest to put these mean values in two arrays in a function that compares them.
The problem I have is how to get the values from the results log into an array. I have not seen a function that does this specifically. So I was wondering if I have to save the results in a file and then import the file in an array or if there is a way to do this directly without creating a file.
Thanks