What should be changed in the following code?
bbs = {40, 80, 125, 160, 200, 250, 320, 400, 500, 640, 800, 1000,
1250, 1600, 2000, 2500, 3200, 4000, 6400}
For[i = 1, i < 6401, i++, If[MemberQ[i, bbs], Print[
zx = Import["i.tiff", "Data"];
totnoise = Total[Flatten[zx]]], 1]]