-
Notifications
You must be signed in to change notification settings - Fork 3
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
Merged Runs in Frequency Domain #184
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ac27606 - Browse repository at this point
Copy the full SHA ac27606View commit details
Commits on Jun 7, 2022
-
Add handling for estimator_engine
While working on issue#80, and PR184, have noticed that processing config defaults to estimator.engine = "RME_RR". This is fine, but I find I need to specify to use "RME" explicitly when there is only one station. So a couple fixes were added: 1. Processing class now has a validate() method. If there is no RR station, _and_ the estimator.engine is "RME_RR", it gets reset to "RME". Also added the ability to pass a kwarg to ConfigCreator instance called estimator. The kwarg is a dict and if "engine" is a key, it will overwrite the estimator with the corresponding value. The parkfield SS run test was updated to use the config_creator method. cas04 test is usign validate() [Issue(s): #80]
Configuration menu - View commit details
-
Copy full SHA for 23d0529 - Browse repository at this point
Copy the full SHA 23d0529View commit details
Commits on Jun 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c918726 - Browse repository at this point
Copy the full SHA c918726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e632f - Browse repository at this point
Copy the full SHA 01e632fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d80928 - Browse repository at this point
Copy the full SHA 2d80928View commit details
Commits on Jun 12, 2022
-
First Implementation of clock-zero
Tested clock zero works when it comes from data, but only on a single run. [Issue(s): #42]
Configuration menu - View commit details
-
Copy full SHA for 918dd5e - Browse repository at this point
Copy the full SHA 918dd5eView commit details -
added a clock-zero test to parkfield
-Added windowing_scheme as a property of decimation_level metadata object, and r eplaced initializations of WindowingScheme() in time_series_helpers, with this p roperty -cleaned up an errant print statement and tidied some docstrings [Issue(s): #42]
Configuration menu - View commit details
-
Copy full SHA for 20ae2f3 - Browse repository at this point
Copy the full SHA 20ae2f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c5ee2 - Browse repository at this point
Copy the full SHA 45c5ee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7badc8e - Browse repository at this point
Copy the full SHA 7badc8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee45943 - Browse repository at this point
Copy the full SHA ee45943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86510b7 - Browse repository at this point
Copy the full SHA 86510b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a13c0 - Browse repository at this point
Copy the full SHA 81a13c0View commit details -
Fixed a few docstrings, but main change was to review the math in squared coherence calculation. It turns out this is not as inefficient as I had thought, but it can be done a little cleaner. Removed an unneeded conjugation. [Issue(s): #78]
Configuration menu - View commit details
-
Copy full SHA for 11df046 - Browse repository at this point
Copy the full SHA 11df046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58961aa - Browse repository at this point
Copy the full SHA 58961aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3227b8 - Browse repository at this point
Copy the full SHA d3227b8View commit details
Commits on Jun 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 48ab653 - Browse repository at this point
Copy the full SHA 48ab653View commit details
Commits on Jun 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e332774 - Browse repository at this point
Copy the full SHA e332774View commit details
Commits on Jun 19, 2022
-
Address handling of multiple stations in mth5
Allow request list to have mulitple stations and modify channel_summary_to_make_mth5 to groupby station,run rather than just run. Add tests of make multistation mth5 to cas04 tests. [Issue(s): #80]
Configuration menu - View commit details
-
Copy full SHA for 8ba79c3 - Browse repository at this point
Copy the full SHA 8ba79c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4621282 - Browse repository at this point
Copy the full SHA 4621282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f9019e - Browse repository at this point
Copy the full SHA 8f9019eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d4406 - Browse repository at this point
Copy the full SHA d5d4406View commit details -
Configuration menu - View commit details
-
Copy full SHA for e97b8a5 - Browse repository at this point
Copy the full SHA e97b8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df2271 - Browse repository at this point
Copy the full SHA 5df2271View commit details
Commits on Jun 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fea9213 - Browse repository at this point
Copy the full SHA fea9213View commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8f92815 - Browse repository at this point
Copy the full SHA 8f92815View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef5ca41 - Browse repository at this point
Copy the full SHA ef5ca41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e3ac6c - Browse repository at this point
Copy the full SHA 4e3ac6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fdf720 - Browse repository at this point
Copy the full SHA 2fdf720View commit details
Commits on Jun 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6609f56 - Browse repository at this point
Copy the full SHA 6609f56View commit details -
Configuration menu - View commit details
-
Copy full SHA for caae96e - Browse repository at this point
Copy the full SHA caae96eView commit details -
Multiple runs now entered into TF XML
Add a method to KernelDataset to extract run info, looping over runs. Also, noticed that some synthetic tests were commented out, fixed this. Also, tidied some code in process_mth5. [Issue(s): #181]
Configuration menu - View commit details
-
Copy full SHA for e362296 - Browse repository at this point
Copy the full SHA e362296View commit details -
Merge pull request #187 from simpeg/fix_issue_181
Multiple runs now entered into TF XML
Configuration menu - View commit details
-
Copy full SHA for 5bc935c - Browse repository at this point
Copy the full SHA 5bc935cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cef7738 - Browse repository at this point
Copy the full SHA cef7738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c805cc - Browse repository at this point
Copy the full SHA 9c805ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf4879 - Browse repository at this point
Copy the full SHA 3cf4879View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf95472 - Browse repository at this point
Copy the full SHA bf95472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3575381 - Browse repository at this point
Copy the full SHA 3575381View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddfe5ea - Browse repository at this point
Copy the full SHA ddfe5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d4250a - Browse repository at this point
Copy the full SHA 3d4250aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db97e7e - Browse repository at this point
Copy the full SHA db97e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf76e2 - Browse repository at this point
Copy the full SHA 6bf76e2View commit details -
Major cleanup of synthetic data make method
Replaced dict with classes. Now have a SyntheticRun and a SyntheticStation. This will be used to create an example synthetic case with many runs [Issue(s): #80]
Configuration menu - View commit details
-
Copy full SHA for f324c52 - Browse repository at this point
Copy the full SHA f324c52View commit details
Commits on Jun 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fc3f1f3 - Browse repository at this point
Copy the full SHA fc3f1f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80bb4a7 - Browse repository at this point
Copy the full SHA 80bb4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f42b66d - Browse repository at this point
Copy the full SHA f42b66dView commit details -
Fix duration bug & change sortby columns
Change from timedelta.seconds to timedelta.total_seconds() Remove run_id from sort_by, it should be only station, starttime [Issue(s): #80]
Configuration menu - View commit details
-
Copy full SHA for a84a169 - Browse repository at this point
Copy the full SHA a84a169View commit details -
Configuration menu - View commit details
-
Copy full SHA for da8e175 - Browse repository at this point
Copy the full SHA da8e175View commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9671db8 - Browse repository at this point
Copy the full SHA 9671db8View commit details