Skip to content
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

New experiment: eeaao #9

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Open

New experiment: eeaao #9

wants to merge 13 commits into from

Conversation

RemingtonRohel
Copy link
Contributor

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:

tx_freqs: str, list of frequencies in kHz to transmit on. Format as "[10500,12000]" or "10500,12000"
rx_freqs: str, list of frequencies in kHz to receive on. Format as "[10600,12200]" or "10600,12200"

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.

* 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.
@RemingtonRohel RemingtonRohel added the enhancement New feature or request label Nov 21, 2023
Base automatically changed from slice_refactor to develop March 14, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant