This project is mirrored from https://gitlab.com/aroffringa/aoflagger.git.
Pull mirroring updated .
- 21 Apr, 2022 1 commit
-
-
André Offringa authored
-
- 14 Apr, 2022 3 commits
-
-
Mark de Wever authored
-
André Offringa authored
-
Mark de Wever authored
-
- 13 Apr, 2022 2 commits
-
-
Mark de Wever authored
-
André Offringa authored
-
- 06 Apr, 2022 1 commit
-
-
Mark de Wever authored
-
- 30 Mar, 2022 1 commit
-
-
Maik Nijhuis authored
-
- 28 Mar, 2022 1 commit
-
-
Maik Nijhuis authored
-
- 14 Mar, 2022 1 commit
-
-
Mark de Wever authored
-
- 11 Mar, 2022 2 commits
-
-
Mark de Wever authored
-
Mark de Wever authored
Use a reference instead of a copy.
-
- 08 Mar, 2022 1 commit
-
-
Mark de Wever authored
-
- 04 Mar, 2022 1 commit
-
-
Mark de Wever authored
-
- 03 Mar, 2022 2 commits
-
-
André Offringa authored
-
André Offringa authored
-
- 01 Mar, 2022 1 commit
-
-
André Offringa authored
-
- 28 Feb, 2022 1 commit
-
-
André Offringa authored
-
- 23 Feb, 2022 1 commit
-
-
Mark de Wever authored
-
- 18 Feb, 2022 2 commits
-
-
Mark de Wever authored
The base test no longer stores its data directly in the test_data directory. That caused race-conditions between the two download jobs. Thus the base tests has some minor refactoring.
-
Mark de Wever authored
RAP-309 Added the read operation, this adds the write operation.
-
- 16 Feb, 2022 2 commits
-
-
Mark de Wever authored
This helper function creates a new mask from a subset of the rows. When using -combine-frequencies all channels are stored in a single mask. This function aids to get the channels for a specific measurement set.
-
Mark de Wever authored
-
- 11 Feb, 2022 1 commit
-
-
André Offringa authored
-
- 10 Feb, 2022 2 commits
-
-
Mark de Wever authored
An odd sized window centers on the value that's being adjusted. Due to the bug solved the previously used window size was already 511.
-
Mark de Wever authored
Benchmarking RAP-309 and RAP-310 using vtune showed the incrementing of red-black tree's iterator as a hotspot. It turned out the be MedianWindow's std::set was the culprit. Switching to a sorted std::vector improves the performance.
-
- 09 Feb, 2022 2 commits
-
-
Mark de Wever authored
While adding tests for MedianWindow it turns out there were some suspicious values. Testing with Octave's movmedian confirmed the suspicions. The code has been adjusted to match Octave's behaviour for finite values. AOFlagger's code filters ±inf and nan from the Window. Octave's code - propagates the NaN to affect all output elements, - uses the infinite values and sorts them. The averaging has an issue where two large values can result in an infinite instead of the proper average. Since there are no bug reports of customers this issue is ignored.
-
Marcel Loose authored
-
- 31 Jan, 2022 1 commit
-
-
André Offringa authored
-
- 27 Jan, 2022 1 commit
-
-
Mark de Wever authored
-
- 20 Jan, 2022 2 commits
-
-
André Offringa authored
-
Maik Nijhuis authored
-
- 18 Jan, 2022 5 commits
-
-
André Offringa authored
-
André Offringa authored
-
Mark de Wever authored
-
André Offringa authored
-
Mark de Wever authored
-
- 17 Jan, 2022 1 commit
-
-
Mark de Wever authored
-
- 14 Jan, 2022 2 commits
-
-
Mark de Wever authored
-
Maik Nijhuis authored
-