Make file reader selection case insensitive by using ext.lower() and update...
- Feb 25, 2025
-
-
florez_j authored
Update import statements in pipelines/data_integration.py. from instruments.readers import ... -> from instruments import ...
-
- Feb 24, 2025
-
-
florez_j authored
Implemented create_hdf5_from_filesystem_new() using new instrument readers cml interface and subprocesses. This facilitates extension of file reading capabilities by collaborators without requiring changes to file_registry.py. Only additions in folders and registry.yaml.
68344964 -
florez_j authored
Update all file readers with command line interface so we can run them as a subprocess. Added also registry.yaml to decouple code from user-based instrument adaptations or extensions.
e5fdc6fa
-
- Feb 22, 2025
- Feb 08, 2025