org.mbari.oasis
Class OMSSchemaConstructor
java.lang.Object
org.mbari.oasis.OMSAbstractSchemaConstructor
org.mbari.oasis.OMSSchemaConstructor
- public class OMSSchemaConstructor
- extends OMSAbstractSchemaConstructor
Setup a netCDF schema for specprr data collected through Oasis cans.
This class uses info contained in the cfg file to assign global attributes.
OMSSchemaConstructor reads through the main cfg file (i.e. ep1.cfg, m1.cfg, etc)
and creates a master template containing all the measured variables found in
the configruation files.
- Version:
- 06 Jul 1999
- Author:
- Brian Schlining
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OMSSchemaConstructor
public OMSSchemaConstructor(java.lang.String fileS)
- Create a netCDF schema using information in the configuration
files. This will create a schema using information in all the files in the
configuration history as well.
OMSSchemaConstructor
public OMSSchemaConstructor(java.io.File file)
getSensors
protected OMSSensor[] getSensors()
- Specified by:
getSensors in class OMSAbstractSchemaConstructor
sortFiles
public OMSSensor[] sortFiles(OMSSensor[] s)
- Sorts an array of Strings alphabetically
- Returns:
- The array of string sorted alphabetically