info.setDate("10/24/11");
}
public ToolOutput extractInfo(File file) throws FitsToolException {
Document doc = createXml(file);
output = new ToolOutput(this,(Document)doc.clone(),doc);
return output;
}
private Document createXml(File file) throws FitsToolException {