CESE 1.4.7

com.simulogic.dataview.export
Class NetcdfExport

java.lang.Object
  extended by com.simulogic.dataview.export.NetcdfExport

public class NetcdfExport
extends java.lang.Object

Class that exports data to NetCDF format


Constructor Summary
NetcdfExport(ViewContent v)
          Default constructor
 
Method Summary
 void export(java.lang.String fileName)
          Exports the content of DataStorage to NetCDF file
 void exportDataMarray(ucar.nc2.NetcdfFileWriteable datExp, DataStorage storage)
          Exports data to multidimensional array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetcdfExport

public NetcdfExport(ViewContent v)
Default constructor

Parameters:
v - view content
Method Detail

export

public void export(java.lang.String fileName)
            throws java.io.IOException
Exports the content of DataStorage to NetCDF file

Parameters:
fileName - name of the file to export data
Throws:
java.io.IOException - if i/o problem occurs

exportDataMarray

public void exportDataMarray(ucar.nc2.NetcdfFileWriteable datExp,
                             DataStorage storage)
                      throws java.io.IOException
Exports data to multidimensional array. Only channels with attribute NORMAL_CHANNEL (default) will be exported

Parameters:
datExp - netCDF writtable file
storage - data storage to export
Throws:
java.io.IOException - if i/o problem occurs

CESE 1.4.7

Copyright (c) 1999 - 2007 Cell Electrophysiology Simulation Environment (CESE). All rights reserved.