I'm trying to get some statistics on a bunch of images. The only way I can find to do (some) of what I want in a batch is to use the Series Analysis Report in the Blink module (A proper batch statistics script or process would be even better so I could run all the stats available in the Statistics module across a large set of images and save the results to a file, but I don't think anything like that exists? ImageJ has some batch stats, but not all of the ones I want such as MAD).
Anyway, on running the analysis (on two example images) I get erroneous results as you can see from the screenshots. The stats in the Blink tool don't match those in the Statistics tools, e.g. the "Miniumum" in blink for image two is 0.0146944 whereas it is 0.0146955 in Statistics. In some cases the results are just plain wrong, e.g. MAD in Blink is 0.0000452 for both images one and two, whereas it should be 0.0000442 and 0.0000437 respectively.
This looks to be more than some kind of minor rounding error. Indeed when I ran Blink across six images in a set, the first five all had MAD of 0.0000452 and the last had a MAD that was different (0.00002xx or so). Running them individually through the Statistics tool each image has a different MAD (and one that reduces from one image to the next, which is what I was expecting to see as the result of the tests I am doing).
Does anyone know what is going on here? Also does anyone have a batch statistics script they are willing to share? All I need is something that can accept a list of image files, and dump all the filenames plus (say) all the "Available Statistics" from the Statistics tool in to a CSV file for analysis.