Add new file reader instruments/readers/structured_file_reader.py, and update registry.py and yaml

This commit is contained in:
2025-06-07 18:15:41 +02:00
parent e80c19ef61
commit f640205b12
3 changed files with 124 additions and 2 deletions

View File

@ -78,3 +78,8 @@ instruments:
fileExtension: nas
fileReaderPath: instruments/readers/nasa_ames_reader.py
InstrumentDictionaryPath: instruments/dictionaries/EBAS.yaml
- instrumentFolderName: ACSM_TOFWARE
fileExtension: yaml,yml,json
fileReaderPath: instruments/readers/read_structured_file_as_dict.py
InstrumentDictionaryPath: instruments/dictionaries/EBAS.yaml