Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Update heliopy.data docstrings #846

Merged
merged 1 commit into from
Feb 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion heliopy/data/ace.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Methods for importing data from the ACE spacecraft.

All data is publically available at ftp://spdf.gsfc.nasa.gov/pub/data/ace/.
The ACE spacecraft homepage can be found at http://www.srl.caltech.edu/ACE/.
"""
from heliopy.data import cdasrest
Expand Down
3 changes: 0 additions & 3 deletions heliopy/data/artemis.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"""
Methods for importing data from the THEMIS/ARTEMIS spacecraft.

All data is publically available at
http://themis.ssl.berkeley.edu/data/themis/.
"""
import pathlib as path

Expand Down
3 changes: 0 additions & 3 deletions heliopy/data/cassini.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"""
Methods for importing data from the Cassini spacecraft.

All data is publically available at
http://pds-atmospheres.nmsu.edu/data_and_services/atmospheres_data/Cassini/Cassini.html
"""
import datetime
import os
Expand Down
3 changes: 0 additions & 3 deletions heliopy/data/dscovr.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"""
Methods for importing data from the DSCOVR.

All data is publically available at
ftp://spdf.gsfc.nasa.gov/pub/data/dscovr/.
"""
import pathlib as path

Expand Down
2 changes: 0 additions & 2 deletions heliopy/data/imp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""
Methods for importing data from the IMP spacecraft.

All data is publically available at https://cdaweb.gsfc.nasa.gov/pub/data/imp/
"""
from collections import OrderedDict
from datetime import datetime
Expand Down
3 changes: 1 addition & 2 deletions heliopy/data/mms.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""
Methods for importing data from the four MMS spacecraft.

All data is publically available at
https://lasp.colorado.edu/mms/sdc/public/data/, and the MMS science data centre
The MMS science data centre
is at https://lasp.colorado.edu/mms/sdc/public/.
"""
import os
Expand Down
3 changes: 0 additions & 3 deletions heliopy/data/omni.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"""
Methods for importing data from the OMNI.

All data is publically available at
https://cdaweb.gsfc.nasa.gov/pub/data/omni.
"""
from collections import OrderedDict
from datetime import datetime, timedelta
Expand Down
1 change: 0 additions & 1 deletion heliopy/data/spice.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
users don't have go go hunting for them. If you know a kernel is out of date,
and HelioPy should be using a newer kernel please let us know at
https://github.com/heliopython/heliopy/issues.

"""
import os
import warnings
Expand Down
3 changes: 0 additions & 3 deletions heliopy/data/sunspot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""
Sunspot
-------

Methods for automatically downloading sunspot number data.

For more info about the sunspot number data, visit
Expand Down
2 changes: 0 additions & 2 deletions heliopy/data/ulysses.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""
Methods for importing data from the Ulysses spacecraft.

All data is publically available at http://ufa.esac.esa.int/ufa/
"""
from collections import OrderedDict
from datetime import datetime, timedelta
Expand Down
3 changes: 0 additions & 3 deletions heliopy/data/wind.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"""
Methods for importing data from the WIND spacecraft.
All data is publically available at ftp://spdf.gsfc.nasa.gov/pub/data/wind.
See https://wind.nasa.gov/data_sources.php for more information on different
data products.
"""
import astropy.units as u
from heliopy.data import cdasrest
Expand Down