-
Notifications
You must be signed in to change notification settings - Fork 12
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
axsdist units are unclear #17
Comments
Hi, are there any updates on this? Looking at the functions |
If we take the Gnomonic projection equations and set phi_1 and lambda_0 both to zero, (and also substitute lambda for abs(ra_2-ra_1) and phi for abs(dec_2-dec_1)), that would be as though the projection is centered on ra_1 and dec_1. That's what was implemented. I hope that makes sense for you? |
Yes, thank you very much @zecevicp . I was also wondering, is there a particular reason why the UDFs are written in Scala? Wouldn't be possible to implement calcGnom() directly in Python as a PandasUDF or using the built-in SQL functions? Thanks again |
Ernesto Castillo asks a very good question: what are the units on axsdist? This seems to be computed by
calcGnom
inFrameFunctions.scala
, but I can't follow what the final formula is producing.The text was updated successfully, but these errors were encountered: