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

//
// 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
// 
stackmode:	SINGLE_TIFFS