function imgdevdat(basefilename,imgnum) %IMGDEVDAT Inputs base file name and number of images stored as .raw files %in ../EDTpdv/JKimg/, automatically imports as 1024x1024x(n) matrix, finds %the mean and standard deviation of each pixel in each image and plots A=readimgs(basefilename,imgnum); stdvsmean(A) end