-
Notifications
You must be signed in to change notification settings - Fork 25
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
Disagreement with SWARM satellite coordinate conversion #26
Comments
Hi, This is concerning. I had a look at it, and I'm pretty sure that the QD coordinates provided with the Swarm data are wrong. My calculations agree with yours, and they also agree pretty well with the AACGM coordinates that are provided in the cdf - especially at high latitudes. See attached plot. My preliminary conclusion is that the problem is with the Swarm dataset. I'm sure they would appreciate it if you notify them. The code to make the plot:
|
Thanks for looking into this! I will reach out to someone involved with SWARM and will re-convert for my project. |
Sorry for a late input. I don't have an explanation yet for the disagreement, here just some info on our processor:
|
Describe the problem or ask the question
This is quite possibly not a problem with apexpy, but I thought I would ask anyway.
The SWARM satellite dataset (https://swarm-diss.eo.esa.int/#swarm%2FAdvanced%2FPlasma_Data%2F2_Hz_Langmuir_Probe_Extended_Dataset) provides geodetic coordinates for the satellites as well as various magnetic coordinates including "MLat", MLT, quasi-dipole, and AACGM. Here I am mainly concerned with QD because their MLT is calculated using the QD longitudinal difference between the satellite and subsolar point.
The problem is that when I convert their provided geodetic coordinates to QD using apexpy, it doesn't match the provided QD coordinate values.
Here is the documentation for this data:
SW-RN-IRF-GS-005_Extended_LP_Data_Probes.pdf
They say in the documentation that they use the IGRF-12 coefficients, so I'm not sure where the discrepancy is coming from.
Provide an example, if applicable
Steps to reproduce the behavior:
SW_EXTD_EFIC_LP_HM_20191226T000000_20191226T235959_0102.cdf
Screenshots
latitude comparison:
longitude comparison:
Expectations
I expected the QD coordinates to be much closer
Desktop (please complete the following information):
Additional notes
The height is in km, but I also tried dividing it by 1000 and multiplying it by 1000 and it didn't change much.
The text was updated successfully, but these errors were encountered: