Skip to content

Commit

Permalink
Rename constants from previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcvdSluys committed Mar 28, 2022
1 parent 24d3e19 commit 4a0c315
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions astroconst/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@


# Definition of Galactic coordinates:
ra_gp2000 = 3.3660329; """RA of the Galactic pole for J2000: 192.85948° in rad"""
dec_gp2000 = 0.4734773; """Dec of the Galactic pole for J2000: 27.12825° in rad"""
glon_se2000 = 0.5747704; """Galactic longitude of the Spring equinox for J2000: 32.93192° in rad"""
ra_gp_2000 = 3.3660329; """RA of the Galactic pole for J2000: 192.85948° in rad"""
dec_gp_2000 = 0.4734773; """Dec of the Galactic pole for J2000: 27.12825° in rad"""
glon_se_2000 = 0.5747704; """Galactic longitude of the Spring equinox for J2000: 32.93192° in rad"""


# Calendar/time:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


# Package version:
version='0.0.4'
version='0.0.5'

# Get long description from README.md:
with open('README.md', 'r') as fh:
Expand Down

0 comments on commit 4a0c315

Please sign in to comment.