imageMosaicConfiguration.setLatLonMaxBoundingBoxY(bbox[3]);
imageMosaicConfiguration.setDatastorePropertiesPath(datastorePath);
imageMosaicConfiguration.setTimeRegex(NameUtils.TIME_REGEX);
if(LOGGER.isInfoEnabled()){LOGGER.info("Time_Regex used is: " + NameUtils.TIME_REGEX);}
ImageMosaicAction imageMosaicAction = new ImageMosaicAction(imageMosaicConfiguration);
imageMosaicAction.setTempDir(tempDir);
imageMosaicAction.setConfigDir(configDir);
SingleFileActionExecutor.execute(imageMosaicAction, commandFile);
}