Skip to content

Commit

Permalink
Adds --from-channel and --to-channel for MWAX_VCS voltage downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Aug 19, 2024
1 parent c23fb38 commit 715236a
Show file tree
Hide file tree
Showing 5 changed files with 243 additions and 86 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## 1.1.0 - 2024-07-16

* Add new option to `submit-vis`, `submit-conv` and `submit-meta`: `delivery-format`. Currently only `tar` is supported. This option only applies when `delivery=scratch`
## 1.1.0 - 2024-07-19

* Add new option to `submit-vis`, `submit-conv` and `submit-meta`: `delivery-format`. Currently only `tar` is supported.
* This option only applies when `delivery=scratch`
* Add new option to `submit-volt`: `from_channel` and `to_channel`. Supplying these parameters will restrict the downloaded voltage data to only the specified receiver coarse channel numbers.
* This option is only valid for MWAX_VCS and MWAX_BUFFER mode observations.
* MWA receiver coarse channels are numbered 0-255 with the center frequency (in MHz) of each channel calculdated via `1.28 * receiver_channel_number`. There are 24 coarse channels per observation.
* The channel range is inclusive
* Per-obsid non-fatal errors will no longer stop giant-squid from submitting subsequent jobs when using `submit-vis`, `submit-conv`, `submit-volt` and `submit-meta` with multiple obsids. Instead it will log the error and continue.

## 1.0.3 - 2024-05-23
Expand Down
Loading

0 comments on commit 715236a

Please sign in to comment.