Add new comment

More detail.

I should mention that the loop for getting multiple images
looks something like:

for(x=0; x < P1.raw_count; x++) {
OUT.shot_select = x;
RawProcessor.unpack();
RawProcessor.dcraw_process();
}