org.mbari.oasis
Class HRNetcdfArchive

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

public class HRNetcdfArchive
extends java.lang.Object

Title: HobiLabs data processing Description: Copyright: Copyright (c) Brian Schlining Company: MBARI

Version:
1.0
Author:
Brian Schlining

Constructor Summary
HRNetcdfArchive(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

HRNetcdfArchive

public HRNetcdfArchive(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