Skip to content

Commit

Permalink
Added authorships to sunpy.coordinates.ephemeris and sunpy.coordinate…
Browse files Browse the repository at this point in the history
…s.sun
  • Loading branch information
ayshih committed May 31, 2019
1 parent f4e64be commit 69ef78d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sunpy/coordinates/ephemeris.py
Expand Up @@ -29,6 +29,9 @@
from .frames import HeliographicStonyhurst as HGS
from .transformations import _SUN_DETILT_MATRIX

__author__ = "Albert Y. Shih"
__email__ = "ayshih@gmail.com"

__all__ = ['get_body_heliographic_stonyhurst', 'get_earth',
'get_sun_B0', 'get_sun_L0', 'get_sun_P', 'get_sunearth_distance',
'get_sun_orientation', 'get_horizons_coord']
Expand Down
3 changes: 3 additions & 0 deletions sunpy/coordinates/sun.py
Expand Up @@ -24,6 +24,9 @@
from sunpy.util.decorators import add_common_docstring
from .ephemeris import get_earth, _B0, _L0, _P, _earth_distance, _orientation

__author__ = "Albert Y. Shih"
__email__ = "ayshih@gmail.com"

__all__ = [
"angular_radius", "sky_position", "carrington_rotation_number",
"true_longitude", "apparent_longitude", "true_latitude", "apparent_latitude",
Expand Down

0 comments on commit 69ef78d

Please sign in to comment.