//
//tell what we are saving can be TIFF or PNG 
// 
savemode:	PNG			

// FOR TIFF MODE:
//
// tell what kind of tiff stack if any that we want, 
// can be SINGLE_TIFFS, Z_STACK_TIFFS, ZC_STACK_TIFFS or ZCT_STACK_TIFFS
//
// SINGLE_TIFFS: this splits z-series, channels and timepoints as individual tiff files
// Z_STACK_TIFFS: this splits channels and time as individual z-series tiff stack files
// ZC_STACK_TIFFS: this splits time as individual z-series and multichannels tiff stack files
// ZCT_STACK_TIFFS: this creates a single tiff stack for the z-series, mutlichannels and timepoints
//
//
//
// FOR PNG MODE:
//
// SINGLE_PNG: this splits z-series, channels and timepoints as individual png files
// MULTICHANNEL_PNG: this splits z-series and time as individual png files, note MAX 3 channels are supported
//

stackmode:	SINGLE_PNG