Commit Graph

8 Commits

Author SHA1 Message Date
d59e9d2c0b Fix typo on extension items, extensions need to include a dot .json and .yaml. 2025-01-21 09:30:49 +01:00
f07dfc0a81 Add json and yaml extensions to admissible file extension lists. 2025-01-21 08:57:38 +01:00
05f16bf717 Added .pkl extension in the list of admissible file extensions 2024-11-21 11:47:41 +01:00
13d65a7383 Fixed bug when file reader not available. File reader registry now returns a reade that maps input to None. 2024-10-14 16:03:03 +02:00
51e8e6ae66 Cleaned up import statements and comment out path append operations 2024-10-10 14:27:50 +02:00
2dbd255589 Created file reader for acsm tofware files, updated registry and updated yaml file with instrument specific terms and reader config params. 2024-10-07 16:18:14 +02:00
2920be624a Added new instrument (flagging app) file reading capabilities. It includes two files a flag_reader.py that takes flag.json files produced by the app into a standard intermidiate representation, and a yaml file with instrument dependent description terms. Last, we modified the filereader_registry.py to find the new instrument file reader. 2024-10-03 09:07:06 +02:00
0a58e86bcb Split instruments/readers/g5505_file_reader.py into a fileregistry.py and independent file readers. This is to improve instrument modularity and additions 2024-08-23 16:06:44 +02:00