Version Update
The version of the project has been updated from 1.4.0 to 1.4.1. This is usually done when new features are added, bugs are fixed or the performance of the software is improved.
Extension of Batch Modes
The conversion utility now supports a new mode called "MEGABATCH". In this mode, it can process even more files at once. To enable this, a new command-line argument "-B" or "--megabatch" has been added. Both the existing batch mode and the new megabatch mode are now able to search in subdirectories and create new ones as required. This increases the utility's ability to handle large datasets and manage files more efficiently.
Metadata Enhancement
The observation metadata stored in the converted files now includes a 'history' key. The value assigned to this key provides information about the version of the conversion utility used to create the file. This can be useful for tracing how data was processed and enables users to replicate the process for consistency.
Bug Fix in Variable Usage
A previous bug in code where an undefined variable, 'mjd', was used has been resolved. The variable has been replaced with 'unix', ensuring the correct value is used in the file processing.
Improved Usability of Test Script
The file permissions of the "run_tests.sh" have been updated, enabling better accessibility and execution of this test script.
Additional Testing
A new test case has been added to verify the correct operation of the MEGABATCH mode. This helps ensure the stability and reliability of the new feature.
See #23
Version Update The version of the project has been updated from 1.4.0 to 1.4.1. This is usually done when new features are added, bugs are fixed or the performance of the software is improved.
Extension of Batch Modes The conversion utility now supports a new mode called "MEGABATCH". In this mode, it can process even more files at once. To enable this, a new command-line argument "-B" or "--megabatch" has been added. Both the existing batch mode and the new megabatch mode are now able to search in subdirectories and create new ones as required. This increases the utility's ability to handle large datasets and manage files more efficiently.
Metadata Enhancement The observation metadata stored in the converted files now includes a 'history' key. The value assigned to this key provides information about the version of the conversion utility used to create the file. This can be useful for tracing how data was processed and enables users to replicate the process for consistency.
Bug Fix in Variable Usage A previous bug in code where an undefined variable, 'mjd', was used has been resolved. The variable has been replaced with 'unix', ensuring the correct value is used in the file processing.
Improved Usability of Test Script The file permissions of the "run_tests.sh" have been updated, enabling better accessibility and execution of this test script.
Additional Testing A new test case has been added to verify the correct operation of the MEGABATCH mode. This helps ensure the stability and reliability of the new feature.