Package edu.harvard.hul.ois.fits

Examples of edu.harvard.hul.ois.fits.FitsOutput.saveToDisk()


      if(inputFile.isDirectory()) {
        continue;
      }
      System.out.println("processing " + inputFile.getPath());
      FitsOutput fitsOutput = fits.examine(inputFile);
      fitsOutput.saveToDisk(outputDir.getPath()+File.separator+inputFile.getName()+".xml");
    }
   
    System.out.println("All Done");

  }
View Full Code Here


          //t.setEnabled(false);
        }
      }
     
      FitsOutput fitsOut = fits.examine(input);
      fitsOut.saveToDisk("fitsBasicTestOutput.xml");
     
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.