|
||||
|
I have four very large related ascii files. They contain four different components of an image, in (row, column) format. I want an iterator which returns a list: [r, c, file0[r,c], file1[r,c], file2[r,c], file3[r,c]] without loading all four files into memory. ( Abuse of itertools behind this cutCollapse ) |
||||
|
|
