equatorial

1.1.0 • Public • Published

equatorial

convert right ascension/declination values from the equatorial coordinate system (used in astronomy) between the HMS/DMS and Degrees formats

installation

npm install equatorial

usage

use in the browser with browserify

var eq = require('equatorial')
eq.decDeg2Hms(24.622590) // '24:37:21.32399999999592'
eq.decDeg2Hms(-24.622590) // '-24:37:21.32399999999592'
eq.decHms2Deg('24:37:21.324') // 24.62259
eq.decHms2Deg('-24:37:21.324') // -24.62259
eq.raDeg2Hms(66.918277) // '4:27:40.386480000000375'
eq.raDeg2Hms(-66.918277) // '-4:27:40.386480000000375'
eq.raHms2Deg('4:27:40.386') // 66.918275
eq.raHms2Deg('-4:27:40.386') // -66.918275

Dependents (0)

Package Sidebar

Install

npm i equatorial

Weekly Downloads

0

Version

1.1.0

License

BSD

Last publish

Collaborators

  • maxogden