Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.