In my program I snap pictures. Between each picture there is a phase shift, so each picture is going to have a slightly different position than the previous. I would like to be able to test my program to see if my algorithym works. To do this I need to create my own intensity arrays and shift each subsquent array by some known degrees. Is there a way to to input intensity values into a predetermined array size such as 1024X1024 picture? Or to just create a 2D grayscale intensity array in labview?