Cassini data #99
-
This may not be the right place to ask this question. I am looking for Cassini data, which can be found here: spz.inventories.tree.amda.Parameters.Cassini Then I admit to being quite lost. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 11 replies
-
Hi Clément, Yes, you have access to all data available in AMDA: Ephemeris, CAPS (moments and spectra), MAG (orbital + cruise + Jupyter flyby), MIMI-LEMMS and RPWS (parameters derived from Langmuir Probe + skr). For example: import speasy as spz
amda_tree = spz.inventories.data_tree.amda
cass_b_rtn = spz.get_data(amda_tree.Parameters.Cassini.MAG.orbit_saturn.cass_mag_orb1.cass_b_rtn1s, '2008-01-01', '2008-01-02')
print(cass_b_rtn.to_dataframe()) Which data are you looking for? |
Beta Was this translation helpful? Give feedback.
-
salut Clément, |
Beta Was this translation helpful? Give feedback.
-
Hello Clement (cmoissar) is my project supervisor for my BSc physics project and I am interested in the Cassini mission and gathering data from Cassini. The information above is helpful, but I am on AMDA and wondered where best to start with the spacecraft's position for example. The link above is an image of the data tree, and I didn't know which folder was best to start. Is there a way of seeing what the exact values of local minima/maxima are on a graph? For example, Cassini's closest approach to Saturn. Sorry for the overload! Many thanks |
Beta Was this translation helpful? Give feedback.
-
Good afternoon all I just wanted to ask another question regarding speasy I am slightly confused as to what the following refers to If someone would briefly explain that would be a massive help! After some plotting I get a 3D plot, but I'm not sure how the language makes it so? Many thanks, |
Beta Was this translation helpful? Give feedback.
-
Does anyone know how to access Enceladus data? I can't seem to access it through the AMDA tree using speasy. I should say I can manually find it on the AMDA database, but not using speasy indirectly. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@Luke-Bicknell, I don't get question exactly. I'm also not sure about your for loop. I believe you want more something like this: for r,theta in zip(r_cass_meters, theta_cass):
... |
Beta Was this translation helpful? Give feedback.
Thank you! @jeandet I must have typed something incorrectly before