result = doMake(name, n, radii, 0);
try {
// Set the ensemble's factory to null to allow saving with customized ensemble factories
result.setEnsembleFactory(null);
fm.save(result, ensembleFile);
} catch (IOException e) {
ourLogger.error("Failed to save file " + ensembleFile.getAbsolutePath(), e);
}
}
}