forked from HERMES-SOC/hermes_core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CDF Data Interoperability (HERMES-SOC#56)
This change adds modules and classes to enable the reading, writing, manipulation, visualization, and validation of HERMES CDF data. The hermes_core.timedata.TimeData class provides a convenient and efficient way to work with HERMES science CDF data files. The point of this class is to simplify data management, enhances data discovery, and facilitates adherence to CDF standards. closes: HERMES-SOC#20 , HERMES-SOC#34 , HERMES-SOC#42 , HERMES-SOC#55 --------- Co-authored-by: Damian Barrous Dume <[email protected]> Co-authored-by: Steven Christe <[email protected]> Co-authored-by: Steven Christe <[email protected]> Co-authored-by: Damian Barrous-Dume <[email protected]>
- Loading branch information
1 parent
42d379d
commit 57981ea
Showing
36 changed files
with
3,445 additions
and
156 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
docs/api/hermes_core.util.HERMESPendingDeprecationWarning.rst
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 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 |
---|---|---|
|
@@ -99,7 +99,7 @@ Push to open pull request | |
|
||
Now you need to push the changes you have made to the code to the open pull request:: | ||
|
||
$ git push [email protected]:<username>/sunpy.git HEAD:<name of branch> | ||
$ git push [email protected]:<username>/hermes_core.git HEAD:<name of branch> | ||
|
||
You might have to add ``--force`` if you rebased instead of adding new commits. | ||
|
||
|
@@ -122,7 +122,7 @@ Current labelling guidelines: | |
Updating and Maintaining the Changelog | ||
====================================== | ||
|
||
The changelog will be read by users, so this description should be aimed at sunpy users instead of describing internal changes which are only relevant to the developers. | ||
The changelog will be read by users, so this description should be aimed at HERMES users instead of describing internal changes which are only relevant to the developers. | ||
|
||
The current changelog is kept in the file "CHANGELOG.rst" at the root of the repository. | ||
|
||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.