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

get_ephemeris_dataframe 'step_size' will not go down to 30 minutes #8

Open
christinahedges opened this issue Aug 30, 2017 · 0 comments

Comments

@christinahedges
Copy link
Contributor

In 'get_ephemeris_dataframe' returns a dataframe of RAs, Decs and magnitudes for an object. The number of entries is specified by 'step_size' in days. The step_size keyword fails if the value is less than around 0.04 days.

Try:
df=K2ephem.get_ephemeris_dataframe('Xanthomalitia',12,12,step_size=0.02)

It would be great to return the RA and Dec every 30 minutes so I can compare with the cadences of the TPFs.

Alternately, it would be extra nice if get_ephemeris_dataframe would return RAs, Decs and magnitudes at specified times if passed an array of cadences.

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

1 participant