-
Notifications
You must be signed in to change notification settings - Fork 10
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
Questions about the sampling function #110
Comments
Hi Mohamed, (lon, lat, radius) in (deg, deg, m) However, bear in mind that the raw units of the HDF files are in radians and solar radii. Depending on how you're interacting with the model results, it's a good idea to check them. But if you're using the PsiPy routines and variables like psp_coords.lon, psp_coords.lat, psp_coords.radius then these are in the aforementioned units (deg, deg, m). You can check this all out by running plot_in_situ_comparison.py, which can be downloaded from: It already includes a print statement with the units described. Let me know if you need more clarification. We should probably add a sentence or two in the ReadMeDoc to explain this :) |
Thank you, Dr. Riley @thepeteriley , I appreciate that :)
This is the output density profile: I tried to visualize that trajectory and this is what I got:
|
Hello, I was checking the function sample_at_coords and I have a couple of questions about this part here.
The text was updated successfully, but these errors were encountered: