-
Notifications
You must be signed in to change notification settings - Fork 6
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 #8 from ESA-VirES/swarm_shc_models
eoxmagmod 0.5.1 update
- Loading branch information
Showing
11 changed files
with
554 additions
and
105 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 |
---|---|---|
|
@@ -96,6 +96,10 @@ | |
from .magnetic_model.loader_mma import ( | ||
load_model_swarm_mma_2c_internal, | ||
load_model_swarm_mma_2c_external, | ||
load_model_swarm_mma_2f_geo_internal, | ||
load_model_swarm_mma_2f_geo_external, | ||
load_model_swarm_mma_2f_sm_internal, | ||
load_model_swarm_mma_2f_sm_external, | ||
) | ||
from .magnetic_model.loader_mio import ( | ||
load_model_swarm_mio_internal, | ||
|
@@ -164,12 +168,16 @@ | |
'load_model_emm', | ||
'load_model_swarm_mma_2c_internal', | ||
'load_model_swarm_mma_2c_external', | ||
'load_model_swarm_mma_2f_geo_internal', | ||
'load_model_swarm_mma_2f_geo_external', | ||
'load_model_swarm_mma_2f_sm_internal', | ||
'load_model_swarm_mma_2f_sm_external', | ||
'load_model_swarm_mio_internal', | ||
'load_model_swarm_mio_external', | ||
'trace_field_line', | ||
] | ||
|
||
__version__ = '0.5.0' | ||
__version__ = '0.5.1' | ||
__author__ = 'Martin Paces ([email protected])' | ||
__copyright__ = 'Copyright (C) 2014 EOX IT Services GmbH' | ||
__licence__ = 'EOX licence (MIT style)' |
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.