Exporting images from within workflow can be streamlined
Current workflows on master explicitly call write_accessor_data_to_file, where batch runner implicitly can export these when ndarrays are added to interm return. This creates ambiguity and needless repeated code. Only advantage is that workflow method can explicitly time file I/O