-
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.
Merge pull request #35 from ImperialCollegeLondon/vNext
Update software to v3.6.0
- Loading branch information
Showing
28 changed files
with
471 additions
and
268 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
Binary file not shown.
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,8 +1,16 @@ | ||
# App | ||
|
||
- Add drop down and text field to browse and view all processing steps separately | ||
- Add check box to select whether to plot PSD | ||
- Add tooltips for meta data text areas and toolstrip buttons | ||
|
||
# Software | ||
|
||
- Make dependence on Parallel Computing Toolbox optional | ||
- Convert addition of missing row at end of file data into a processing step (`mag.process.Separate`) | ||
- Add `mag.process.Separate` to HK processing | ||
- Add export of whole science data | ||
- Fix issue with processing data ready time in `mag.process.Units` when not enough digits are present | ||
- Fix issue with plotting last event mode and range in `mag.graphics.view.HK` when data is cropped | ||
- Add fine-grained definitions of quality flags (see `mag.meta.Quality`) | ||
- Update previous uses of quality flag | ||
- Allow cropping of `mag.Science` with negative duration (filters from the end) | ||
- Allow cropping of I-ALiRT with separate filter for primary and secondary | ||
- Add conversion method `eventtable` in `mag.event.Event` to simplify logic in science analysis | ||
- Derivative of `mag.TimeSeries` variables now has missing value as first element instead of last | ||
- Delete unused processing steps | ||
- Add tests for `mag.event.Event`, `mag.event.ModeChange`, `mag.event.RangeChange` and `mag.event.RampMode` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.