-
Notifications
You must be signed in to change notification settings - Fork 10
classes
kerfoot edited this page Oct 3, 2013
·
5 revisions
Wiki ▸ API Reference ▸ classes
Core classes for representing single and collections of native Slocum glider data files.
Dbd(dbd_file[, 'dupsensors', LOGICAL, 'includesensors', SENSOR_LIST, 'excludesensors', SENSOR_LIST])
Create an instance of the Dbd class for the specified file, which can be either a pair of Matlab files ( .m & .dat ) from dbd2_orig_matlab or an ascii file from dbd2asc. Duplicate sensors ( gld* ) are not included by default. The following options may be used to change the default instance creation behavior:
- 'dupsensors' : logical value specifying whether to include (true) or exclude (false) duplicate sensors.
- 'includesensors' : cell array of sensor names to include in the instance.
- 'excludesensors' : cell array of sensor names or regular expressions patterns for excluding sensors from the instance.
DbdGroup(dbd_file_list[, 'dupsensors', LOGICAL, 'sensors', SENSOR_LIST, 'excludesensors', SENSOR_LIST])
###Dbd###
###DbdGroup###