org.mbari.oasis
Class HRNetcdfFerret

java.lang.Object
  extended byorg.mbari.oasis.HRNetcdfFerret

public class HRNetcdfFerret
extends java.lang.Object

Title: HobiLabs data processing Description: Used for creating netcdf fiels to be read by ferret Copyright: Copyright (c) Brian Schlining Company: MBARI

Version:
1.0
Author:
Brian Schlining

Constructor Summary
HRNetcdfFerret(java.lang.String mooring, java.io.File calDirectory, java.lang.String outfile, java.io.File[] infile)
           
 
Method Summary
static void main(java.lang.String[] args)
          arg[0] = calfile directory arg[1] = binary data file arg[2] = destination directory
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HRNetcdfFerret

public HRNetcdfFerret(java.lang.String mooring,
                      java.io.File calDirectory,
                      java.lang.String outfile,
                      java.io.File[] infile)
Parameters:
infile - Name of one of the hr binary files to process. This program will attempt to find all other fiels form the same instrument in the same directoyr and combine them together
outfile - The name fohte netcdf file to construct
Method Detail

process

public void process()
             throws java.io.IOException,
                    java.lang.IllegalArgumentException
Throws:
java.io.IOException
java.lang.IllegalArgumentException

main

public static void main(java.lang.String[] args)
arg[0] = calfile directory arg[1] = binary data file arg[2] = destination directory