ATMOS/pyatmos/msise/__init__.py

17 lines
378 B
Python
Raw Normal View History

2019-11-25 00:19:36 +08:00
'''
pyatmos msise subpackage
This subpackage defines the following functions:
2020-07-27 10:38:52 +08:00
# nrlmsise00.py - Implements the NRLMSISE 00 model
2020-07-27 10:38:52 +08:00
# spaceweather.py
2019-11-25 00:19:36 +08:00
download_sw - Download or update the space weather file from www.celestrak.com
2020-07-27 10:38:52 +08:00
read_sw - Read the space weather file
2019-11-25 00:19:36 +08:00
2020-07-27 10:38:52 +08:00
get_sw - Extract the space weather data
2019-11-25 00:19:36 +08:00
'''
from .spaceweather import download_sw,read_sw