Skip to content

A simple Python module for parsing strings of astronomical coordinates

Notifications You must be signed in to change notification settings

RichardsGroup/astroparse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

README

Andrew Pellegrino, 2017

A simple Python module for parsing strings of astronomical coordinates into decimal degrees.

Still a work in progress; feel free to suggest changes.

>>> import astroparse
>>> astroparse.sdss("J131027.46+182617.4")
(197.61441666666664, 18.438166666666667)
>>> astroparse.ra("13:10:27.46")
197.61441666666664
>>> astroparse.dec("+18:26:17.40")
18.438166666666667

About

A simple Python module for parsing strings of astronomical coordinates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%