Closed TeriForey closed 4 years ago
Hello Teri, At a first glance this looks like normal behaviour; the functions expect input coordinates in units of RE rather than km, so it thinks that point you have asked it to trace from is outside of the model magnetopause. The nans are output either when the trace is started outside the magnetopause, or if the field line is considered to be open (in this case you would get finite values for the one end which actually connects to the ionosphere). Hope that helps! Cheers, Matt.
Thanks Matt, I see that in the documentation now - I must have missed it on my first read through!
Hi Matt,
I'm trying to get the trace field based on some Ephemeris data that Jenny Carter sent me, the file looks like this:
I believe it the coordinates are in GSE based on the filename. Taking that first row of data I've tried calculating the trace field but I'm not getting any results back.
I spoke to Jenny about this and she suggested I use some additional model parameters, so I ran
but still returned an empty object with no values.
Have you any idea what's happening here?
Thanks!
-- edit: I've tried this on several other rows of data and they all return an empty object too