Skip to content
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

mms_load_data returns files outside of requested time range #1055

Open
jameswilburlewis opened this issue Nov 8, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working Data Servers Issues with remote data servers (SPDF, MMS, MAVEN, JAXA, etc) MMS particles

Comments

@jameswilburlewis
Copy link
Contributor

For example, in this call we're looking for FPI des-momsaux data for 2015-10-16. But files for many dates outside that range are returned:

pyspedas.projects.mms.mms_load_fpi(trange=['2015-10-16','2016-10-17'],data_rate='brst',datatype=['des-momsaux'])
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2015/10/24/mms1_fpi_brst_l2_des-momsaux_20151024152534_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926134424_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926134834_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926135754_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926140134_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926140504_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926141634_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926141844_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926142054_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926144644_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926150624_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926151034_v3.4.0.cdf
08-Nov-24 11:55:54: Loading pydata/mms1/fpi/brst/l2/des-momsaux/2016/09/26/mms1_fpi_brst_l2_des-momsaux_20160926151804_v3.4.0.cdf

This doesn't happen in IDL -- there actually isn't any data in that time range, so nothing is returned.

@jameswilburlewis jameswilburlewis added bug Something isn't working MMS particles Data Servers Issues with remote data servers (SPDF, MMS, MAVEN, JAXA, etc) labels Nov 8, 2024
@jameswilburlewis jameswilburlewis self-assigned this Nov 8, 2024
@jameswilburlewis jameswilburlewis changed the title mms_load_data returns files outside of requested range mms_load_data returns files outside of requested time range Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Data Servers Issues with remote data servers (SPDF, MMS, MAVEN, JAXA, etc) MMS particles
Projects
None yet
Development

No branches or pull requests

1 participant