org.mbari.oasis
Class OMSMain

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

public class OMSMain
extends java.lang.Object

OMSMain is the main program for creating or adding to Oasis Mooring Spectroradiometer (OMS) netcdf files. If The netcdf file already exists it will check the last date that occurs in the file and append any data that occurs after that to the netcdf file. If it's creating a new file, it will construct a schema based on the information in the calibration histiry of the calibration file supplied as an input argument. It's best to have the complete calibration history listed in the configuration file so that a complete schema is found. Otherwise data for sensors not listed in the config files will be ignored.

Version:
%I%, %G%
Author:
Brian Schlining

Method Summary
static void main(java.lang.String[] args)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Method declaration

Parameters:
args -
See Also: