-
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 #41 from ImperialCollegeLondon/io
Update software to v4.0.0
- Loading branch information
Showing
86 changed files
with
7,949 additions
and
1,048 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,6 +1,22 @@ | ||
# App | ||
|
||
- Adapt to refactoring of import/export | ||
- Add support for CDF import/export | ||
- Remove support for DAT export | ||
|
||
# Software | ||
|
||
- Rename `mag.IMAPTestingAnalysis` to `mag.IMAPAnalysis` | ||
- Fix issue with mode being mistakenly confused for "Ramp" when first range is `NaN` | ||
- Fix issue in `mag.graphics.sftPlots` with cropped analysis not defined when `Filter` is empty | ||
- Add system and unit tests for `mag.IMAPAnalysis` | ||
## IO | ||
|
||
- Refactor import/export of science and HK data | ||
- Add support for CDF science import/export | ||
- Remove support for DAT export | ||
|
||
## Other | ||
|
||
- Add `Science` property to `mag.Instrument` and `mag.IALiRT` as back-end for `Primary` and `Secondary` properties | ||
- Add `Outboard` and `Inboard` property to `mag.Instrument` | ||
- Add support in `mag.meta.log.Word` for EM documents | ||
- Add `mag.mixin.Struct` to enable support to convert to `struct` for meta data classes | ||
- Move description of sensor setup to `mag.meta.Setup` | ||
- Add tests for IO classes and utilities |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ | |
|
||
arguments | ||
this | ||
data table | ||
data tabular | ||
metaData (1, 1) mag.meta.HK | ||
end | ||
|
||
|
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.