Skip to content

Commit

Permalink
BUG: update platform name
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed May 17, 2021
1 parent 3966a3e commit fa88253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pysatMissions/instruments/missions_ephem.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Properties
----------
platform
'pysat'
'missions'
name
'ephem'
tag
Expand All @@ -35,7 +35,7 @@
logger = pysat.logger

# pysat required parameters
platform = 'pysat'
platform = 'missions'
name = 'ephem'
# dictionary of data 'tags' and corresponding description
tags = {'': 'Satellite simulation data set'}
Expand Down
4 changes: 2 additions & 2 deletions pysatMissions/instruments/missions_sgp4.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Properties
----------
platform
'pysat'
'missions'
name
'sgp4'
tag
Expand All @@ -27,7 +27,7 @@
logger = pysat.logger

# pysat required parameters
platform = 'pysat'
platform = 'missions'
name = 'sgp4'
# dictionary of data 'tags' and corresponding description
tags = {'': 'Satellite simulation data set'}
Expand Down

0 comments on commit fa88253

Please sign in to comment.