dwvisser.analysis
Class BatchCalibration

java.lang.Object
  |
  +--dwvisser.analysis.BatchCalibration

public class BatchCalibration
extends java.lang.Object

Program to take an input specification file and .hdf files with calibration spectra, and run auto peak-fitting to give energy calibrations.

Author:
Dale W. Visser

Constructor Summary
BatchCalibration(java.io.File batch, java.io.File arrayCalFile)
          Creates new YLSAcalibration
 
Method Summary
static void main(java.lang.String[] args)
          Launches the calibration, using the command line argument as the input file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchCalibration

public BatchCalibration(java.io.File batch,
                        java.io.File arrayCalFile)
Creates new YLSAcalibration

Parameters:
batch - input text file formatted as specified above.
Method Detail

main

public static void main(java.lang.String[] args)
Launches the calibration, using the command line argument as the input file.

Parameters:
args - input file to process