Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query on how to compute planetary angles #25

Open
GoChartingAdmin opened this issue Feb 2, 2020 · 2 comments
Open

Query on how to compute planetary angles #25

GoChartingAdmin opened this issue Feb 2, 2020 · 2 comments

Comments

@GoChartingAdmin
Copy link

Hi, Is there any utility function available in this package that can help me compute the Heliocentric and Geocentric angles of a given planet on a given date.

Actually I have a time series stock price data and would like to overlay the planetary angles on every date as part of the Astro Trading package

In case, it is not possible, any direction or guidance to a npm package that addresses my requirement would be most appreciated.

Below is a picture of a software that computes the angles of the bodies based on date. I am assuming your package is my answer to create the below view. Now, I simply need a utility function that I can apply on every date of a timeseries dataset and compute the angles as given in the picture below

image

@bittnkr
Copy link
Contributor

bittnkr commented Feb 3, 2020

Take a look on hello.js and and hello.html in the root of the project. (try node hello.js)

The function $processor.calc() returns an object with information about the body passed as parameters. I think apparentLongitude is what you want.

@GoChartingAdmin
Copy link
Author

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants