Update to Configuration Parameters
The 'README' file was updated to enhance data preprocessing and introduce a new feature in our processing pipeline. The 'preprocess' section now includes a 'poly_fit' parameter set to 3 for better curve fitting. The 'pipeline' section now includes a 'blank_hits' segment with 'n_blank' set to 4 and 'padding' at 16 for improved data padding.
Documentation Improvements
The 'hitsearch' document now includes an example code block, demonstrating how to properly setup 'blank_hits' in the configuration. This update will facilitate better user understanding and application of this new feature.
Adjustments to Quickstart Guide
The 'quickstart' guide was adjusted to align with recent updates. The 'poly_fit' value is now 5, and the 'max_dd' value in the 'dedoppler' section is set to 10.0, providing greater flexibility in our processing pipeline. Also, 'min_dd' was removed, simplifying the configuration. Further, the guide incorporates the new 'blank_hits' section, similar to changes in the 'README' file.
Enhancements to Pipeline Code
In the 'pipeline' code, a '_blank_count' attribute was added to the 'GulpPipeline' class for better data management and performance. Instead of using the previously hard-coded values, the updated 'hitsearch' method now uses '_blank_count', and the 'run' method sets '_blank_count' to 'blank_count' before each blanking iteration, providing better scalability and control.
Update to Configuration Parameters The 'README' file was updated to enhance data preprocessing and introduce a new feature in our processing pipeline. The 'preprocess' section now includes a 'poly_fit' parameter set to 3 for better curve fitting. The 'pipeline' section now includes a 'blank_hits' segment with 'n_blank' set to 4 and 'padding' at 16 for improved data padding.
Documentation Improvements The 'hitsearch' document now includes an example code block, demonstrating how to properly setup 'blank_hits' in the configuration. This update will facilitate better user understanding and application of this new feature.
Adjustments to Quickstart Guide The 'quickstart' guide was adjusted to align with recent updates. The 'poly_fit' value is now 5, and the 'max_dd' value in the 'dedoppler' section is set to 10.0, providing greater flexibility in our processing pipeline. Also, 'min_dd' was removed, simplifying the configuration. Further, the guide incorporates the new 'blank_hits' section, similar to changes in the 'README' file.
Enhancements to Pipeline Code In the 'pipeline' code, a '_blank_count' attribute was added to the 'GulpPipeline' class for better data management and performance. Instead of using the previously hard-coded values, the updated 'hitsearch' method now uses '_blank_count', and the 'run' method sets '_blank_count' to 'blank_count' before each blanking iteration, providing better scalability and control.