-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with computing PSD when data has
NaN
s or Inf
s
- Loading branch information
1 parent
a699ef4
commit 88d01ed
Showing
2 changed files
with
6 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,7 @@ | ||
# App | ||
|
||
- Fix issue when event, meta data and HK patterns are empty | ||
- Fix issue with closing invalid figures | ||
- | ||
|
||
# Software | ||
|
||
- Add method to `mag.Instrument` to fill warm-up with `missing` data | ||
- Add method to `mag.Science` to replace periods with a filler variable | ||
- Add save/load utility class | ||
- Separate calculation of spectrogram in separate function | ||
- Replace last element of file with `missing` to improve plot where data is missing | ||
- Science object with no data is considered empty in `mag.Instrument` | ||
- Reintroduce filtering for charts | ||
- Rename `cropDataBasedOnScience` to `cropToMatch` | ||
- Make sure derivative is empty when data is empty | ||
- Remove unnecessary `Sealed` attributes on classes | ||
- Fix issue with consecutive events of the same type missing a completion message | ||
- Fix issue when cropping data and no timestamps are selected | ||
- Fix issue with `mag.graphics.chart.Stem` not showing markers | ||
- Add tests for `mag.Instrument`, `mag.PSD` and `mag.Science/computePSD` | ||
- Add tests for `mag.graphics.mixin.mustBeColor` | ||
- Fix typo in `MarkerSupportTestCase` | ||
- Fix issue with computing PSD when data has `NaN`s or `Inf`s |
This file contains 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