config = new XMLConfiguration(FITS_XML+"fits.xml");
} catch (ConfigurationException e) {
throw new FitsConfigurationException("Error reading "+FITS_XML+"fits.xml",e);
}
try {
mapper = new FitsXmlMapper();
} catch (Exception e) {
throw new FitsConfigurationException("Error creating FITS XML Mapper",e);
}
validateToolOutput = config.getBoolean("output.validate-tool-output");
externalOutputSchema = config.getString("output.external-output-schema");