-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features #380
Open
kkappler
wants to merge
123
commits into
main
Choose a base branch
from
features
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- also, pytest was complaining about it locally, and it doesn't seem worth looking into
- these don't hurt and make the flow slightly more robust
- make prewhitening correction depend only on keyword, not all decimation params
- this requires reinstalling mt_metadata over mtpy - I'm not sure whether or not to comment out the aurora install .. ... this may get quite complicated. This push is a test to see how complicated
…imation in FCDecimation
- rename extra_pre_fft_detrend_type to per_window_detrend_type - add explicit assignment of per_window_detrend_type="linear" in config creator
Patches into features
- several methods are about to be moved from mth5/timeseries/spectre to mth5/processing/spectre - tests passing locally before this commit - will make changes with mth5 on `fix_issue_291` branch, and test locally again before merging PR on mth5 and then push aurora
- it is now in helper functions, and at least a bit easier to maintain - also config.decimation_info is now a property, not a method
- also minor changes, typehinting and TODOs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is part of a larger change involving
mt_metadata
,mth5
, andmtpy-v2
.The primary goal of the PR is to add the capability to extract features from MTH5 data, store the features in MTH5, and show an example workflow where the features can be applied to generate weights in data processing.
Also, significant reorganization of processing tools has been done, including the migration of processing support tools to
mth5
fromaurora
.processing_configuration_template.json
to be used as examples of how to specify features and weights calculations.TODO
processing_configuration_template.json
with theweights
structure from issue Data Weightings in EMTF #61mt_metadata.base.metadata | set_attr_from_name | weights.ex.combination_style is not in the current standards. To properly add the attribute use add_base_attribute.
time
, andfrequency
.mth5.processing.spectre.frequency_band_helpers
, using (log_spaced_frequencies
andbands_of_constant_q
to build broad coherence bands.mt_metadata/features/standards/fc_coherence.json
weights
block is heretest_feature_weighting.py
)'.test_processing_config_with_weights_block.json
, currently stored inaurora/config