Make file reader selection case insensitive by using ext.lower() and update...
Compare changes
Files
2- 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.
+ 70
− 6
@@ -26,12 +26,12 @@ import yaml
@@ -706,3 +706,67 @@ if __name__ == "__main__":