Sadie observed a number of issues with the run batch tool:
- overlays, like decorators for the polar axes, aren't drawn.
- the wrong colorbar is used (not greyscale)
- running individual jobs doesn't write to png.
int generate doesn't appear to work properly with the script testing_stat_microb.jy.
I figured this was caused by the decorators not being drawn, but somehow with run batch the decorators aren't there.
This was caused by a code change in March which tried to allow for multi-threaded processing with separate doms. This never worked, so the change is reverted.
This is fixed.