Hi,
I am writing a format class that uses ImageSequence to set the per-image beam model. I looked into imageset.h file, and there all the set functions from the ImageSet class (set_beam_for_image, set_detector_for_image, etc) are overwritten in the ImageSequence class to throw DXTBX_ERROR("Cannot set per-image model in sequence");
So it seems that it is not possible to use per-image models with the ImageSequence.