Can I assign an image's filename to the datatable?
Hi,
I've got a working macro that batch processes through hundreds of images. Is there any way to add the image's filename to the datatable prior to export...so that I don't need to go back and double-check which line of data is for which image?
Thanks,
Fiona
0
Best Answer
-
Hi Fiona,The best way is to collect data from all images to the Data Collector and in addition to the measurement parameters add Image.DisplayName or File.FullPathName (if you want to know the full path).Then you can just save or export all data set in the end of experiment.BTW, today at 11AM EST will be a webinar explaining how to setup data collector: http://www.mediacy.com/index.aspx?page=DCollBProcRegards,Yuri0
Answers
Thanks Yuri.