Skip to content
Snippets Groups Projects

Update DataSourceInfo API

Merged James Kennington requested to merge feature-datasource-api into master
Compare and
24 files
+ 1872
625
Compare changes
  • Side-by-side
  • Inline
Files
24
@@ -223,7 +223,7 @@ def parse_command_line():
options, filenames = parse_command_line()
## Parse the command line options into a python.datasource.GWDataSourceInfo class instance
gw_data_source = datasource.GWDataSourceInfo(options)
gw_data_source = datasource.DataSourceInfo.from_optparse(options)
## Assume instrument is the first and only key of the python.datasource.GWDataSourceInfo.channel_dict
instrument = list(gw_data_source.channel_dict.keys())[0]
Loading