- Feb 25, 2025
-
-
florez_j authored
Implemented hdf5_file_reader.py and updated register.yaml and hdf5_writer.py. This replaces previous function __copy_file_in_group().
-
- 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.
-
- Feb 22, 2025
- Feb 10, 2025
-
-
florez_j authored
-
- Feb 07, 2025
-
-
florez_j authored
-
- Feb 06, 2025
-
-
florez_j authored
-
- Feb 03, 2025
-
-
florez_j authored
-
- Nov 24, 2024
- Nov 10, 2024
-
-
florez_j authored
-
- Oct 17, 2024
-
-
florez_j authored
-
- Oct 09, 2024
-
-
florez_j authored
Fixed bug in HDF5DataOpsManager.append_dataset() and added 'creation_date' metadata attribute when instrument (groups) are created.
-
- Oct 07, 2024
-
-
florez_j authored
Fixed bug, causing input_path normalization operation to damage Windows network drive paths. Basically, os.path.normpath(path_to_input_directory).strip(os.sep) replaced by os.path.normpath(path_to_input_directory).rstrip(os.sep)
-
- Oct 03, 2024
-
-
florez_j authored
-
- Oct 02, 2024
-
-
florez_j authored
-
- Oct 01, 2024
-
-
florez_j authored
-
- Sep 26, 2024
-
-
florez_j authored
Performed a few function relocations and deletions from src/hdf5_lib.py into src/hdf5_ops.py and made a copy of previous version as src/hdf5_lib_part2.py
-
florez_j authored
Moved is_structured_array() and to_serializable_dtype() to utils, ranamed a few functions and propagated changes to dependent modules.
-
- Sep 25, 2024
-
-
florez_j authored
Robustified definition of path_to_input_dir arg or parameter by ensuring is always defined using forward slashes and then is normalized to the os specification. Improved dry run = True of copy directory func.
-
- Sep 16, 2024
-
-
florez_j authored
Major update. Remove file filtering option and outputname input arg. The output name is now the same as the path_to_input_dir + .h5. By default, the hdf5 writer preserves second level subdirectories and the rest are flattend. dir filtering is outsource to copy_dir_with_constraints from utils-
-
florez_j authored
-
- Aug 23, 2024
- Aug 22, 2024
-
-
florez_j authored
-
- Aug 07, 2024
-
-
florez_j authored
Moved ext_to_reader_dict to g5505_file_reader.py and replaced redear selection based on g5505_reader.select_file_reader(hdf5_file_path).
-
- Jul 17, 2024
-
-
florez_j authored
Added attribution insertion order tracking at the root level and reorganized a few import statements.
-
- Jul 11, 2024
-
-
florez_j authored
-
- Jul 10, 2024
- Jul 08, 2024
- Jul 02, 2024
-
-
florez_j authored
-
- Jul 01, 2024
-
-
florez_j authored
-
- Jun 20, 2024
-
-
florez_j authored
Added a few lines to detect the existence of the file and change the file mode from 'w' to 'a' based on that information.
-
- Jun 19, 2024
-
-
florez_j authored
-
- Jun 18, 2024
- Jun 17, 2024
-
-
florez_j authored
-