Modify instruments/readers/g5505_text_reader.py to include new instrument CEDOAS, which produces multi-format files. The updated file dependencies.
This commit is contained in:
@ -83,3 +83,8 @@ instruments:
|
||||
fileExtension: yaml,yml,json
|
||||
fileReaderPath: instruments/readers/read_structured_file_as_dict.py
|
||||
InstrumentDictionaryPath: instruments/dictionaries/EBAS.yaml
|
||||
|
||||
- instrumentFolderName: CEDOAS
|
||||
fileExtension: txt
|
||||
fileReaderPath: instruments/readers/g5505_text_reader.py
|
||||
InstrumentDictionaryPath: instruments/dictionaries/CEDOAS.yaml
|
||||
|
Reference in New Issue
Block a user