New experiment: eeaao#9
Open
RemingtonRohel wants to merge 13 commits into
Open
Conversation
* Updated all non-test experiments to pass tests. Changes include: - self.printing() changed to print() - decimation_scheme field added to all slices - rxonly added to listen-only slices
* Some experiment tests are now not applicable and have been moved to deprecated_tests * experiment_tests.csv no longer needed, each test class defines its own class method that returns the expected Exception that will be thrown and the error message.
* All tests pass when using exp_proto_refactor branch of Borealis.
This file contains hidden or 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
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.
Adds a new flexible multifrequency multistatic full FOV experiment. The experiment does not run without specifying at least one TX or RX frequency. Keyword arguments for the experiment are:
The experiment will then create one slice per unique frequency, concurrently interfaced. All TX frequencies will have a slice created that uses full FOV transmission using
superdarn_common_field.easy_widebeam(). If only 2 TX frequencies are specified, separate halves of the array will be used for transmitting on each frequency. Otherwise, all antennas will be used for TX. All beams are beamformed simultaneously. No ACFs are generated.