├── .coveragerc ├── .gitattributes ├── .github └── workflows │ ├── codeql-analysis.yml │ ├── pythonpackage.yml │ ├── quick_tests.yml │ ├── release_pypi.yml │ └── test_sdist_files.yml ├── .gitignore ├── .readthedocs.yaml ├── CITATION.cff ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.txt ├── README.md ├── docs ├── Makefile ├── make.bat ├── pyspedas_plugin_development.pdf ├── requirements.txt └── source │ ├── _static │ ├── ace_cris.png │ ├── ace_epam.png │ ├── ace_mfi.png │ ├── ace_sepica.png │ ├── ace_sis.png │ ├── ace_swe.png │ ├── ace_swepam.png │ ├── ace_swics.png │ ├── ace_uleis.png │ ├── akebono_orb.png │ ├── akebono_pws.png │ ├── akebono_rdm.png │ ├── anaconda_environments.png │ ├── anaconda_new_environment.png │ ├── barrel_sspc.png │ ├── bt89.png │ ├── cdagui.png │ ├── cluster_aspoc.png │ ├── cluster_cis.png │ ├── cluster_dwp.png │ ├── cluster_edi.png │ ├── cluster_efw.png │ ├── cluster_fgm.png │ ├── cluster_peace.png │ ├── cluster_rapid.png │ ├── cluster_staff.png │ ├── cluster_wbd.png │ ├── cluster_whi.png │ ├── cnofs_cindi.png │ ├── cnofs_plp.png │ ├── cnofs_vefi.png │ ├── css │ │ └── custom.css │ ├── csswe_reptile.png │ ├── de2_fpi.png │ ├── de2_idm.png │ ├── de2_lang.png │ ├── de2_mag.png │ ├── de2_nacs.png │ ├── de2_rpa.png │ ├── de2_vefi.png │ ├── de2_wats.png │ ├── de_rpa.png │ ├── dscovr_all.png │ ├── dscovr_att.png │ ├── dscovr_fc.png │ ├── dscovr_mag.png │ ├── dscovr_orb.png │ ├── elfin_epd.png │ ├── equator_s_edi.png │ ├── equator_s_epi.png │ ├── equator_s_ici.png │ ├── equator_s_mam.png │ ├── equator_s_pcd.png │ ├── equator_s_sfd.png │ ├── erg_att.png │ ├── erg_gmag_isee_fluxgate.png │ ├── erg_gmag_mm210.png │ ├── erg_hep.png │ ├── erg_isee_fluxgate.png │ ├── erg_isee_induction.png │ ├── erg_lepe.png │ ├── erg_lepi.png │ ├── erg_magdas_1sec.png │ ├── erg_mep_en_pa_limit.png │ ├── erg_mepe.png │ ├── erg_mepe_en_spec.png │ ├── erg_mepe_pad.png │ ├── erg_mepi.png │ ├── erg_mepi_nml.png │ ├── erg_mepi_tof.png │ ├── erg_mgf.png │ ├── erg_orb.png │ ├── erg_pwe_efd.png │ ├── erg_pwe_hfa.png │ ├── erg_pwe_ofa.png │ ├── erg_pwe_wfc.png │ ├── erg_stel_fluxgate.png │ ├── erg_stel_induction.png │ ├── erg_xep.png │ ├── example_github_notebook.png │ ├── fast_acf.png │ ├── fast_dcf.png │ ├── fast_esa.png │ ├── fast_teams.png │ ├── geotail_cpi.png │ ├── geotail_efd.png │ ├── geotail_epic.png │ ├── geotail_lep.png │ ├── geotail_mgf.png │ ├── geotail_pwi.png │ ├── github_generate_token.png │ ├── github_new_token_page.png │ ├── github_token_value.png │ ├── goes_fgm.png │ ├── jupyter_window.png │ ├── kompsat_e.png │ ├── kompsat_mag.png │ ├── kompsat_p.png │ ├── kyoto_ae.png │ ├── kyoto_dst.png │ ├── lanl_mpa.png │ ├── lanl_spa.png │ ├── maven_euv.png │ ├── maven_lpw.png │ ├── maven_mag.png │ ├── maven_sep.png │ ├── maven_sta.png │ ├── maven_swea.png │ ├── maven_swia.png │ ├── mica_induction.png │ ├── mms_aspoc.png │ ├── mms_edi.png │ ├── mms_edp.png │ ├── mms_eis.png │ ├── mms_feeps.png │ ├── mms_fgm.png │ ├── mms_fpi.png │ ├── mms_fsm.png │ ├── mms_hpca.png │ ├── mms_mec.png │ ├── mms_scm.png │ ├── mms_state.png │ ├── mms_tetrahedron_qf.png │ ├── mth5_4p_alw48.png │ ├── noaa_kp.png │ ├── omni_data.png │ ├── poes_sem.png │ ├── polar_cammice.png │ ├── polar_ceppad.png │ ├── polar_efi.png │ ├── polar_hydra.png │ ├── polar_mfe.png │ ├── polar_orbit.png │ ├── polar_pwi.png │ ├── polar_tide.png │ ├── polar_timas.png │ ├── psp_epi.png │ ├── psp_epihi.png │ ├── psp_fields.png │ ├── psp_spc.png │ ├── psp_spe.png │ ├── psp_spi.png │ ├── pycharm_add_conda_interpreter.png │ ├── pycharm_change_project_environment.png │ ├── pycharm_clone_repo.png │ ├── pycharm_generate_access_token.png │ ├── pycharm_github_credentials1.png │ ├── pycharm_github_login_token.png │ ├── pycharm_new_project.png │ ├── pycharm_plot_options.png │ ├── pycharm_project_from_version_control.png │ ├── pycharm_python_environment.png │ ├── pycharm_settings.png │ ├── pycharm_window.png │ ├── rbsp_efw.png │ ├── rbsp_emfisis.png │ ├── rbsp_hope.png │ ├── rbsp_mageis.png │ ├── rbsp_rbspice.png │ ├── rbsp_rept.png │ ├── rbsp_rps.png │ ├── soho_celias.png │ ├── soho_costep.png │ ├── soho_erne.png │ ├── soho_orbit.png │ ├── solo-psp-mms-themis.png │ ├── solo_epd.png │ ├── solo_mag.png │ ├── solo_rpw.png │ ├── solo_swa.png │ ├── st5_mag.png │ ├── stereo_mag.png │ ├── stereo_plastic.png │ ├── swarm_mag.png │ ├── themis_efi.png │ ├── themis_esa.png │ ├── themis_fgm.png │ ├── themis_gmag.png │ ├── themis_gmom.png │ ├── themis_mom.png │ ├── themis_scm.png │ ├── themis_sst.png │ ├── themis_state.png │ ├── tt01.png │ ├── tt89.png │ ├── tt96.png │ ├── tts04.png │ ├── twins_ephemeris.png │ ├── twins_lad.png │ ├── ulysses_epac.png │ ├── ulysses_grb.png │ ├── ulysses_hiscale.png │ ├── ulysses_swics.png │ ├── ulysses_swoops.png │ ├── ulysses_vhm.png │ ├── vires_mag.png │ ├── voyager_mag.png │ ├── vscode_choosedepopt.png │ ├── vscode_chooseint.png │ ├── vscode_choosereqtxt.png │ ├── vscode_createenv.png │ ├── vscode_customenv.png │ ├── vscode_installext.png │ ├── vscode_opensettings.png │ ├── vscode_openterminal.png │ ├── vscode_openterminal2.png │ ├── vscode_setname.png │ ├── vscode_signin.png │ ├── vscode_terminalpane.png │ ├── vscode_useenvext.png │ ├── wind_mfi.png │ ├── wind_orbit.png │ ├── wind_sms.png │ ├── wind_swe.png │ ├── wind_threedp.png │ └── wind_waves.png │ ├── ace.rst │ ├── adminguide.rst │ ├── akebono.rst │ ├── analysis.rst │ ├── barrel.rst │ ├── cdaweb.rst │ ├── cluster.rst │ ├── cnofs.rst │ ├── conf.py │ ├── contributing.rst │ ├── coords.rst │ ├── csswe.rst │ ├── de2.rst │ ├── dev_pycharm.rst │ ├── dev_vscode.rst │ ├── devguide.rst │ ├── dscovr.rst │ ├── elfin.rst │ ├── equator-s.rst │ ├── erg.rst │ ├── erg_analysis.rst │ ├── fast.rst │ ├── geomagnetic_indices.rst │ ├── geopack.rst │ ├── geotail.rst │ ├── getting_started.rst │ ├── goes.rst │ ├── hapi.rst │ ├── image.rst │ ├── index.rst │ ├── kompsat.rst │ ├── kyoto.rst │ ├── lanl.rst │ ├── maven.rst │ ├── mica.rst │ ├── mission_specific_tools.rst │ ├── mms.rst │ ├── mms_analysis.rst │ ├── mth5.rst │ ├── noaa.rst │ ├── omni.rst │ ├── plotting.rst │ ├── poes.rst │ ├── polar.rst │ ├── projects.rst │ ├── psp.rst │ ├── pyspedas_2_migration.rst │ ├── rbsp.rst │ ├── rbsp_analysis.rst │ ├── soho.rst │ ├── solo.rst │ ├── st5.rst │ ├── stereo.rst │ ├── swarm.rst │ ├── themis.rst │ ├── themis_analysis.rst │ ├── twins.rst │ ├── ulysses.rst │ ├── utilities.rst │ ├── vires.rst │ └── wind.rst ├── pdm.lock ├── pyproject.toml └── pyspedas ├── __init__.py ├── analysis ├── README.md ├── __init__.py ├── avg_data.py ├── deriv_data.py ├── find_magnetic_nulls.py ├── interp_gap.py ├── lingradest.py ├── neutral_sheet.py ├── rebin.py ├── reduce_tres.py ├── roundsig.py ├── tests │ ├── __init__.py │ ├── test_analysis.py │ ├── test_magnetic_nulls.py │ ├── test_twavpol.py │ ├── test_wavelet.py │ └── wavetest.py ├── time_domain_filter.py ├── tinterpol.py ├── tvectot.py ├── twavpol.py ├── wav_data.py ├── wave_signif.py ├── wavelet.py ├── wavelet2.py ├── wavelet98.py └── yclip.py ├── cdagui_tools ├── __init__.py ├── cdagui.py ├── cdaweb.py ├── config.py └── tests │ ├── __init__.py │ └── test_cdagui.py ├── cotrans_tools ├── __init__.py ├── cart2spc.py ├── cart_to_sphere.py ├── cotrans.py ├── cotrans_lib.py ├── fac_matrix_make.py ├── gsm2lmn.py ├── igrf.py ├── j2000.py ├── lmn_matrix_make.py ├── matrix_array_lib.py ├── minvar.py ├── minvar_matrix_make.py ├── quaternions.py ├── rotmat_get_coords.py ├── rotmat_set_coords.py ├── sm2mlt.py ├── spc2cart.py ├── sphere_to_cart.py ├── tests │ ├── __init__.py │ ├── test_cotrans.py │ ├── test_fac.py │ ├── test_lmn.py │ ├── test_minvar.py │ └── test_quaternions.py ├── tvector_rotate.py └── xyz_to_polar.py ├── geopack ├── README.md ├── __init__.py ├── get_tsy_params.py ├── get_w_params.py ├── kp2iopt.py ├── t01.py ├── t89.py ├── t89_trace_equator.py ├── t89_trace_iono.py ├── t96.py ├── tests │ ├── __init__.py │ ├── test_geopack.py │ └── test_geopack_idl_validation.py └── ts04.py ├── hapi_tools ├── __init__.py ├── hapi.py ├── replace_fillvals.py └── tests │ ├── __init__.py │ └── test_hapi.py ├── mth5 ├── __init__.py ├── config.py ├── examples │ ├── __init__.py │ ├── dataset_example.py │ ├── load_fdsn_example.py │ └── readme.md ├── load_fdsn.py ├── tests │ ├── __init__.py │ ├── test_load_fdsn.py │ └── test_mth5_import.py └── utilities.py ├── particles ├── README.md ├── __init__.py ├── moments │ ├── __init__.py │ ├── moments_3d.py │ ├── moments_3d_omega_weights.py │ ├── spd_pgs_moments.py │ └── spd_pgs_moments_tplot.py ├── spd_part_products │ ├── __init__.py │ ├── spd_pgs_do_fac.py │ ├── spd_pgs_limit_range.py │ ├── spd_pgs_make_e_spec.py │ ├── spd_pgs_make_phi_spec.py │ ├── spd_pgs_make_theta_spec.py │ ├── spd_pgs_make_tplot.py │ ├── spd_pgs_progress_update.py │ ├── spd_pgs_regrid.py │ └── spd_pgs_v_shift.py ├── spd_slice2d │ ├── __init__.py │ ├── quaternions.py │ ├── slice1d_plot.py │ ├── slice2d.py │ ├── slice2d_2di.py │ ├── slice2d_checkbins.py │ ├── slice2d_collate.py │ ├── slice2d_custom_rotation.py │ ├── slice2d_geo.py │ ├── slice2d_get_data.py │ ├── slice2d_get_ebounds.py │ ├── slice2d_get_sphere.py │ ├── slice2d_get_support.py │ ├── slice2d_getinfo.py │ ├── slice2d_intrange.py │ ├── slice2d_nearest.py │ ├── slice2d_orientslice.py │ ├── slice2d_plot.py │ ├── slice2d_rlog.py │ ├── slice2d_rotate.py │ ├── slice2d_s2c.py │ ├── slice2d_smooth.py │ ├── slice2d_subtract.py │ ├── spd_cal_rot.py │ └── tplot_average.py ├── spd_units_string.py └── tests │ ├── __init__.py │ └── test_particles.py ├── projects ├── __init__.py ├── ace │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── cris.py │ ├── datasets.py │ ├── epam.py │ ├── load.py │ ├── mfi.py │ ├── sepica.py │ ├── sis.py │ ├── swe.py │ ├── swics.py │ ├── tests │ │ ├── __init__.py │ │ └── test_ace.py │ └── uleis.py ├── akebono │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── load.py │ ├── load_csv_file.py │ ├── orb.py │ ├── orb_postprocessing.py │ ├── pws.py │ ├── pws_postprocessing.py │ ├── rdm.py │ ├── rdm_postprocessing.py │ └── tests │ │ ├── __init__.py │ │ └── test_akebono.py ├── barrel │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── ephm.py │ ├── fspc.py │ ├── hkpg.py │ ├── load.py │ ├── magn.py │ ├── mspc.py │ ├── rcnt.py │ ├── sspc.py │ └── tests │ │ ├── __init__.py │ │ └── test_barrel.py ├── cluster │ ├── README.md │ ├── __init__.py │ ├── aspoc.py │ ├── cis.py │ ├── config.py │ ├── datasets.py │ ├── dwp.py │ ├── edi.py │ ├── efw.py │ ├── fgm.py │ ├── load.py │ ├── load_csa.py │ ├── peace.py │ ├── rapid.py │ ├── staff.py │ ├── tests │ │ ├── __init__.py │ │ ├── test_cluster.py │ │ └── test_cluster_uri.py │ ├── wbd.py │ └── whi.py ├── cnofs │ ├── README.md │ ├── __init__.py │ ├── cindi.py │ ├── config.py │ ├── datasets.py │ ├── load.py │ ├── plp.py │ ├── tests │ │ ├── __init__.py │ │ └── test_cnofs.py │ └── vefi.py ├── csswe │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── datasets.py │ ├── load.py │ ├── reptile.py │ └── tests │ │ ├── __init__.py │ │ └── test_csswe.py ├── de2 │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── load.py │ └── tests │ │ ├── __init__.py │ │ └── test_de2.py ├── dscovr │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── load.py │ └── tests │ │ ├── __init__.py │ │ └── test_dscovr.py ├── elfin │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── eng │ │ ├── __init__.py │ │ └── eng.py │ ├── epd │ │ ├── __init__.py │ │ ├── calibration_l1.py │ │ ├── calibration_l2.py │ │ ├── ela_epde_cal_data.txt │ │ ├── elb_epde_cal_data.txt │ │ ├── epd.py │ │ └── postprocessing.py │ ├── fgm │ │ ├── __init__.py │ │ └── fgm.py │ ├── load.py │ ├── mrma │ │ ├── __init__.py │ │ └── mrma.py │ ├── mrmi │ │ ├── __init__.py │ │ └── mrmi.py │ ├── state │ │ ├── __init__.py │ │ └── state.py │ └── tests │ │ ├── __init__.py │ │ ├── test_elfin.py │ │ ├── test_epd_calibration.py │ │ ├── test_epd_l1.py │ │ ├── test_epd_l2.py │ │ ├── test_epde_cal_data.txt │ │ └── test_state.py ├── equator_s │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── load.py │ └── tests │ │ ├── __init__.py │ │ └── test_equator_s.py ├── erg │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── ground │ │ ├── __init__.py │ │ ├── camera │ │ │ ├── __init__.py │ │ │ └── camera_omti_asi.py │ │ ├── geomag │ │ │ ├── __init__.py │ │ │ ├── gmag_isee_fluxgate.py │ │ │ ├── gmag_isee_induction.py │ │ │ ├── gmag_magdas_1sec.py │ │ │ ├── gmag_mm210.py │ │ │ ├── gmag_stel_fluxgate.py │ │ │ └── gmag_stel_induction.py │ │ ├── radar │ │ │ ├── __init__.py │ │ │ └── superdarn │ │ │ │ ├── __init__.py │ │ │ │ ├── get_sphcntr.py │ │ │ │ └── sd_fit.py │ │ ├── riometer │ │ │ ├── __init__.py │ │ │ └── isee_brio.py │ │ └── vlf │ │ │ ├── __init__.py │ │ │ └── isee_vlf.py │ ├── satellite │ │ ├── __init__.py │ │ └── erg │ │ │ ├── __init__.py │ │ │ ├── att │ │ │ ├── __init__.py │ │ │ └── att.py │ │ │ ├── common │ │ │ ├── __init__.py │ │ │ └── cotrans │ │ │ │ ├── __init__.py │ │ │ │ ├── cart_trans_matrix_make.py │ │ │ │ ├── dsi2j2000.py │ │ │ │ ├── erg_cotrans.py │ │ │ │ ├── erg_interpolate_att.py │ │ │ │ ├── sga2sgi.py │ │ │ │ ├── sgi2dsi.py │ │ │ │ └── vector_rotate.py │ │ │ ├── get_gatt_ror.py │ │ │ ├── hep │ │ │ ├── __init__.py │ │ │ └── hep.py │ │ │ ├── lepe │ │ │ ├── __init__.py │ │ │ └── lepe.py │ │ │ ├── lepi │ │ │ ├── __init__.py │ │ │ └── lepi.py │ │ │ ├── load.py │ │ │ ├── mepe │ │ │ ├── __init__.py │ │ │ └── mepe.py │ │ │ ├── mepi │ │ │ ├── __init__.py │ │ │ ├── mepi_nml.py │ │ │ └── mepi_tof.py │ │ │ ├── mgf │ │ │ ├── __init__.py │ │ │ └── mgf.py │ │ │ ├── orb │ │ │ ├── __init__.py │ │ │ ├── orb.py │ │ │ └── remove_duplicated_tframe.py │ │ │ ├── particle │ │ │ ├── __init__.py │ │ │ ├── erg_convert_flux_units.py │ │ │ ├── erg_hep_get_dist.py │ │ │ ├── erg_hep_part_products.py │ │ │ ├── erg_lep_part_products.py │ │ │ ├── erg_lepe_get_dist.py │ │ │ ├── erg_lepi_get_dist.py │ │ │ ├── erg_mep_part_products.py │ │ │ ├── erg_mepe_get_dist.py │ │ │ ├── erg_mepi_get_dist.py │ │ │ ├── erg_pgs_clean_data.py │ │ │ ├── erg_pgs_do_fac.py │ │ │ ├── erg_pgs_limit_range.py │ │ │ ├── erg_pgs_make_e_spec.py │ │ │ ├── erg_pgs_make_fac.py │ │ │ ├── erg_pgs_make_phi_spec.py │ │ │ ├── erg_pgs_make_theta_spec.py │ │ │ ├── erg_pgs_make_tplot.py │ │ │ ├── erg_pgs_moments_tplot.py │ │ │ ├── erg_pgs_progress_update.py │ │ │ ├── erg_units_string.py │ │ │ ├── erg_xep_get_dist.py │ │ │ ├── erg_xep_part_products.py │ │ │ ├── get_lepi_flux_angle_in_sga.py │ │ │ ├── get_mepe_az_dir_in_sga.py │ │ │ ├── get_mepe_flux_angle_in_sga.py │ │ │ └── get_mepi_flux_angle_in_sga.py │ │ │ ├── pwe │ │ │ ├── __init__.py │ │ │ ├── pwe_efd.py │ │ │ ├── pwe_hfa.py │ │ │ ├── pwe_ofa.py │ │ │ └── pwe_wfc.py │ │ │ └── xep │ │ │ ├── __init__.py │ │ │ └── xep.py │ └── tests │ │ ├── __init__.py │ │ ├── test_erg.py │ │ ├── test_erg_cotrans.py │ │ ├── test_erg_ground.py │ │ ├── test_erg_hep.py │ │ ├── test_erg_lepe.py │ │ ├── test_erg_lepi.py │ │ ├── test_erg_mepe.py │ │ ├── test_erg_mepi.py │ │ └── test_erg_xep.py ├── fast │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── load.py │ └── tests │ │ ├── __init__.py │ │ └── test_fast.py ├── geotail │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── cpi.py │ ├── datasets.py │ ├── efd.py │ ├── epic.py │ ├── lep.py │ ├── load.py │ ├── mgf.py │ ├── pwi.py │ └── tests │ │ ├── __init__.py │ │ └── test_geotail.py ├── goes │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── load.py │ ├── load_orbit.py │ └── tests │ │ ├── __init__.py │ │ └── test_goes.py ├── image │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── datasets.py │ ├── euv.py │ ├── fuv.py │ ├── hena.py │ ├── lena.py │ ├── load.py │ ├── mena.py │ ├── orbit.py │ ├── rpi.py │ └── tests │ │ ├── __init__.py │ │ └── test_image.py ├── kompsat │ ├── README.md │ ├── __init__.py │ ├── load.py │ └── tests │ │ ├── __init__.py │ │ └── test_kompsat.py ├── kyoto │ ├── README.md │ ├── __init__.py │ ├── kyoto_config.py │ ├── load_ae.py │ ├── load_dst.py │ ├── load_geomagnetic_indices.py │ └── tests │ │ ├── __init__.py │ │ └── test_kyoto.py ├── lanl │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── datasets.py │ ├── load.py │ ├── mpa.py │ ├── spa.py │ └── tests │ │ ├── __init__.py │ │ └── test_lanl.py ├── maven │ ├── README.md │ ├── __init__.py │ ├── access.txt │ ├── config.py │ ├── download_files_utilities.py │ ├── euv.py │ ├── file_regex.py │ ├── interp_utilities.py │ ├── iuv.py │ ├── kp.py │ ├── kp_utilities.py │ ├── list_utilities.py │ ├── lpw.py │ ├── mag.py │ ├── maven_kp_to_tplot.py │ ├── maven_load.py │ ├── ngi.py │ ├── orbit_time.py │ ├── read_iuvs_file.py │ ├── read_iuvs_file_unused_modes.py │ ├── rse.py │ ├── sep.py │ ├── spdf │ │ ├── README.md │ │ ├── __init__.py │ │ ├── config.py │ │ └── load.py │ ├── sta.py │ ├── swea.py │ ├── swia.py │ ├── tests │ │ ├── __init__.py │ │ ├── test_maven.py │ │ └── test_maven_uri.py │ └── utilities.py ├── mica │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── load.py │ └── tests │ │ ├── __init__.py │ │ └── test_mica.py ├── mms │ ├── README.md │ ├── __init__.py │ ├── aspoc_tools │ │ ├── __init__.py │ │ └── aspoc.py │ ├── cotrans │ │ ├── __init__.py │ │ ├── mms_cotrans_lmn.py │ │ ├── mms_cotrans_qrotate.py │ │ ├── mms_cotrans_qtransformer.py │ │ └── mms_qcotrans.py │ ├── deprecated │ │ ├── __init__.py │ │ └── mms_load_fast_segments.py │ ├── dsp_tools │ │ ├── __init__.py │ │ ├── dsp.py │ │ └── mms_dsp_set_metadata.py │ ├── edi_tools │ │ ├── __init__.py │ │ ├── edi.py │ │ └── mms_edi_set_metadata.py │ ├── edp_tools │ │ ├── __init__.py │ │ ├── edp.py │ │ └── mms_edp_set_metadata.py │ ├── eis_tools │ │ ├── __init__.py │ │ ├── eis.py │ │ ├── mms_eis_omni.py │ │ ├── mms_eis_pad.py │ │ ├── mms_eis_pad_spinavg.py │ │ ├── mms_eis_set_metadata.py │ │ ├── mms_eis_spec_combine_sc.py │ │ └── mms_eis_spin_avg.py │ ├── feeps_tools │ │ ├── __init__.py │ │ ├── feeps.py │ │ ├── mms_feeps_active_eyes.py │ │ ├── mms_feeps_correct_energies.py │ │ ├── mms_feeps_energy_table.py │ │ ├── mms_feeps_flat_field_corrections.py │ │ ├── mms_feeps_getgyrophase.py │ │ ├── mms_feeps_gpd.py │ │ ├── mms_feeps_omni.py │ │ ├── mms_feeps_pad.py │ │ ├── mms_feeps_pad_spinavg.py │ │ ├── mms_feeps_pitch_angles.py │ │ ├── mms_feeps_remove_bad_data.py │ │ ├── mms_feeps_remove_sun.py │ │ ├── mms_feeps_spin_avg.py │ │ ├── mms_feeps_split_integral_ch.py │ │ ├── mms_read_feeps_sector_masks_csv.py │ │ └── sun │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20151111.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20160709.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20161028.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20170531.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20171003.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20181005.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20220113.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20220506.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20220815.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20240202.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20240724.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20250216.csv │ │ │ ├── MMS1_FEEPS_ContaminatedSectors_20250814.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20151111.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20160709.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20161028.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20170531.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20171003.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20181005.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20220113.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20220506.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20220815.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20240202.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20240724.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20250216.csv │ │ │ ├── MMS2_FEEPS_ContaminatedSectors_20250814.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20151111.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20160709.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20161028.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20170531.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20171003.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20181005.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20220113.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20220506.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20220815.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20240202.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20240724.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20250216.csv │ │ │ ├── MMS3_FEEPS_ContaminatedSectors_20250814.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20151111.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20160709.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20161028.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20170531.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20171003.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20181005.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20220113.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20220506.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20220815.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20240202.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20240724.csv │ │ │ ├── MMS4_FEEPS_ContaminatedSectors_20250216.csv │ │ │ └── MMS4_FEEPS_ContaminatedSectors_20250814.csv │ ├── fgm_tools │ │ ├── __init__.py │ │ ├── fgm.py │ │ ├── mms_curl.py │ │ ├── mms_fgm_remove_flags.py │ │ ├── mms_fgm_set_metadata.py │ │ ├── mms_lingradest.py │ │ └── mms_split_fgm_data.py │ ├── fpi_tools │ │ ├── __init__.py │ │ ├── fpi.py │ │ ├── mms_fpi_ang_ang.py │ │ ├── mms_fpi_make_compressionlossbars.py │ │ ├── mms_fpi_make_errorflagbars.py │ │ ├── mms_fpi_set_metadata.py │ │ ├── mms_fpi_split_tensor.py │ │ ├── mms_get_fpi_dist.py │ │ ├── mms_load_fpi_calc_pad.py │ │ └── mms_pad_fpi.py │ ├── fsm_tools │ │ ├── __init__.py │ │ └── fsm.py │ ├── hpca_tools │ │ ├── __init__.py │ │ ├── hpca.py │ │ ├── mms_get_hpca_dist.py │ │ ├── mms_get_hpca_info.py │ │ ├── mms_hpca_calc_anodes.py │ │ ├── mms_hpca_energies.py │ │ ├── mms_hpca_set_metadata.py │ │ └── mms_hpca_spin_sum.py │ ├── mec_ascii │ │ ├── __init__.py │ │ ├── mms_get_local_ancillary_files.py │ │ ├── mms_get_local_state_files.py │ │ ├── mms_get_state_data.py │ │ ├── mms_get_tetrahedron_qf.py │ │ ├── mms_load_att_tplot.py │ │ ├── mms_load_eph_tplot.py │ │ ├── mms_load_qf_tplot.py │ │ ├── state.py │ │ └── tetrahedron_qf.py │ ├── mec_tools │ │ ├── __init__.py │ │ ├── earth_polar1.png │ │ ├── mec.py │ │ └── mms_mec_set_metadata.py │ ├── mms_config.py │ ├── mms_events.py │ ├── mms_file_filter.py │ ├── mms_files_in_interval.py │ ├── mms_get_local_files.py │ ├── mms_load_brst_segments.py │ ├── mms_load_data.py │ ├── mms_load_data_spdf.py │ ├── mms_load_sroi_segments.py │ ├── mms_login_lasp.py │ ├── mms_orbit_plot.py │ ├── mms_python_startup.py │ ├── mms_tai2unix.py │ ├── mms_update_brst_intervals.py │ ├── particles │ │ ├── __init__.py │ │ ├── mms_convert_flux_units.py │ │ ├── mms_part_des_photoelectrons.py │ │ ├── mms_part_getspec.py │ │ ├── mms_part_products.py │ │ ├── mms_part_slice2d.py │ │ ├── mms_pgs_clean_data.py │ │ ├── mms_pgs_clean_support.py │ │ ├── mms_pgs_make_e_spec.py │ │ ├── mms_pgs_make_fac.py │ │ ├── mms_pgs_make_phi_spec.py │ │ ├── mms_pgs_make_theta_spec.py │ │ ├── mms_pgs_split_hpca.py │ │ └── moka_mms_clean_data.py │ ├── plots │ │ ├── __init__.py │ │ └── mms_overview_plot.py │ ├── print_vars.py │ ├── scm_tools │ │ ├── __init__.py │ │ ├── mms_scm_set_metadata.py │ │ └── scm.py │ ├── spd_mms_load_bss.py │ └── tests │ │ ├── __init__.py │ │ ├── test_mms_cotrans.py │ │ ├── test_mms_curlometer.py │ │ ├── test_mms_data_rate_seg.py │ │ ├── test_mms_eis.py │ │ ├── test_mms_events.py │ │ ├── test_mms_feeps.py │ │ ├── test_mms_file_filter.py │ │ ├── test_mms_fpi.py │ │ ├── test_mms_getspec_bulkv.py │ │ ├── test_mms_load_routine.py │ │ ├── test_mms_load_uri.py │ │ ├── test_mms_neutral_sheet.py │ │ ├── test_mms_orbit_plots.py │ │ ├── test_mms_overview_plots.py │ │ ├── test_mms_part_getspec.py │ │ ├── test_mms_ql_l1b_sitl.py │ │ ├── test_mms_setup.py │ │ ├── test_mms_slice2d.py │ │ └── test_mms_wavpol.py ├── noaa │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── noaa_load_kp.py │ └── tests │ │ ├── __init__.py │ │ └── test_noaa.py ├── omni │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── load.py │ ├── omni_solarwind_load.py │ └── tests │ │ ├── __init__.py │ │ └── test_omni.py ├── poes │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── datasets.py │ ├── load.py │ ├── sem.py │ └── tests │ │ ├── __init__.py │ │ └── test_poes.py ├── polar │ ├── README.md │ ├── __init__.py │ ├── cammice.py │ ├── ceppad.py │ ├── config.py │ ├── datasets.py │ ├── efi.py │ ├── hydra.py │ ├── load.py │ ├── mfe.py │ ├── orbit.py │ ├── pixie.py │ ├── pwi.py │ ├── tests │ │ ├── __init__.py │ │ └── test_polar.py │ ├── tide.py │ ├── timas.py │ ├── uvi.py │ └── vis.py ├── psp │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── epi.py │ ├── epihi.py │ ├── epilo.py │ ├── fields.py │ ├── filter.py │ ├── load.py │ ├── rfs.py │ ├── spc.py │ ├── spe.py │ ├── spi.py │ └── tests │ │ ├── __init__.py │ │ └── test_psp.py ├── rbsp │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── datasets.py │ ├── efw.py │ ├── emfisis.py │ ├── hope.py │ ├── load.py │ ├── mageis.py │ ├── magephem.py │ ├── rbspice.py │ ├── rbspice_lib │ │ ├── __init__.py │ │ ├── rbsp_load_rbspice_read.py │ │ ├── rbsp_rbspice_omni.py │ │ ├── rbsp_rbspice_pad.py │ │ ├── rbsp_rbspice_pad_spinavg.py │ │ └── rbsp_rbspice_spin_avg.py │ ├── rept.py │ ├── rps.py │ └── tests │ │ ├── __init__.py │ │ └── test_rbsp.py ├── secs │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── load.py │ ├── makeplots.py │ ├── read_data_files.py │ └── tests │ │ ├── __init__.py │ │ └── test_secs.py ├── soho │ ├── README.md │ ├── __init__.py │ ├── celias.py │ ├── celias_postprocessing.py │ ├── config.py │ ├── costep.py │ ├── costep_postprocessing.py │ ├── erne.py │ ├── erne_postprocessing.py │ ├── load.py │ ├── orbit.py │ ├── orbit_postprocessing.py │ └── tests │ │ ├── __init__.py │ │ └── test_soho.py ├── solo │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── datasets.py │ ├── epd.py │ ├── load.py │ ├── mag.py │ ├── rpw.py │ ├── swa.py │ └── tests │ │ ├── __init__.py │ │ └── test_solo.py ├── st5 │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── datasets.py │ ├── load.py │ ├── mag.py │ ├── mag_postprocessing.py │ └── tests │ │ ├── __init__.py │ │ └── test_st5.py ├── stereo │ ├── README.md │ ├── __init__.py │ ├── beacon.py │ ├── config.py │ ├── datasets.py │ ├── het.py │ ├── let.py │ ├── load.py │ ├── mag.py │ ├── plastic.py │ ├── sept.py │ ├── sit.py │ ├── ste.py │ ├── swea.py │ ├── tests │ │ ├── __init__.py │ │ └── test_stereo.py │ └── waves.py ├── swarm │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── load.py │ ├── mag.py │ └── tests │ │ ├── __init__.py │ │ └── test_swarm.py ├── themis │ ├── README.md │ ├── __init__.py │ ├── analysis │ │ ├── __init__.py │ │ ├── scpot2dens.py │ │ └── scpot2dens_nishimura.py │ ├── common │ │ ├── __init__.py │ │ └── check_args.py │ ├── config.py │ ├── cotrans │ │ ├── __init__.py │ │ ├── dsl2gse.py │ │ ├── gse2sse.py │ │ ├── sse2sel.py │ │ └── ssl2dsl.py │ ├── ground │ │ ├── __init__.py │ │ ├── ask.py │ │ └── gmag.py │ ├── load.py │ ├── spacecraft │ │ ├── __init__.py │ │ ├── fields │ │ │ ├── __init__.py │ │ │ ├── efi.py │ │ │ ├── fbk.py │ │ │ ├── fft.py │ │ │ ├── fgm.py │ │ │ ├── fit.py │ │ │ └── scm.py │ │ └── particles │ │ │ ├── __init__.py │ │ │ ├── esa.py │ │ │ ├── esd.py │ │ │ ├── gmom.py │ │ │ ├── mom.py │ │ │ └── sst.py │ ├── state_tools │ │ ├── __init__.py │ │ ├── apply_spinaxis_corrections.py │ │ ├── autoload_support.py │ │ ├── slp.py │ │ ├── spinmodel │ │ │ ├── __init__.py │ │ │ ├── spinmodel.py │ │ │ ├── spinmodel_postprocess.py │ │ │ └── spinmodel_segment.py │ │ ├── ssc.py │ │ ├── ssc_pre.py │ │ └── state.py │ └── tests │ │ ├── __init__.py │ │ ├── test_themis.py │ │ ├── test_themis_autoload_support.py │ │ ├── test_themis_cal_fit.py │ │ ├── test_themis_check_args.py │ │ ├── test_themis_dsl_cotrans.py │ │ ├── test_themis_lunar_cotrans.py │ │ ├── test_themis_scpot2dens.py │ │ ├── test_themis_spinmodel.py │ │ ├── test_themis_state.py │ │ └── test_themis_tplot_time.py ├── twins │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── datasets.py │ ├── ephemeris.py │ ├── imager.py │ ├── lad.py │ ├── load.py │ └── tests │ │ ├── __init__.py │ │ └── test_twins.py ├── ulysses │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── cospin.py │ ├── datasets.py │ ├── epac.py │ ├── grb.py │ ├── hiscale.py │ ├── load.py │ ├── swics.py │ ├── swoops.py │ ├── tests │ │ ├── __init__.py │ │ └── test_ulysses.py │ ├── urap.py │ └── vhm.py └── wind │ ├── README.md │ ├── __init__.py │ ├── config.py │ ├── datasets.py │ ├── load.py │ ├── mfi.py │ ├── orbit.py │ ├── sms.py │ ├── swe.py │ ├── tests │ ├── __init__.py │ └── test_wind.py │ ├── threedp.py │ └── waves.py ├── tplot_tools ├── MPLPlotter │ ├── __init__.py │ ├── annotate.py │ ├── ctime.py │ ├── get_var_label_ticks.py │ ├── highlight.py │ ├── lineplot.py │ ├── specplot.py │ ├── tplot.py │ └── var_labels.py ├── __init__.py ├── convert_tplotxarray_to_pandas_dataframe.py ├── count_traces.py ├── data_att_getters_setters.py ├── data_exists.py ├── databar.py ├── del_data.py ├── exporters │ ├── __init__.py │ ├── tplot_ascii.py │ └── tplot_save.py ├── get_data.py ├── get_timespan.py ├── get_y_range.py ├── get_ylimits.py ├── importers │ ├── __init__.py │ ├── cdf_to_tplot.py │ ├── netcdf_to_tplot.py │ ├── sts_to_tplot.py │ └── tplot_restore.py ├── is_pseudovariable.py ├── link.py ├── options.py ├── reduce_spec_dataset.py ├── replace_data.py ├── replace_metadata.py ├── rgb_color.py ├── spedas_colorbar.py ├── store_data.py ├── str_to_float_fuzzy.py ├── time_double.py ├── time_string.py ├── timebar.py ├── timespan.py ├── timestamp.py ├── tlimit.py ├── tnames.py ├── tplot_copy.py ├── tplot_math │ ├── __init__.py │ ├── add.py │ ├── add_across.py │ ├── avg_res_data.py │ ├── clean_spikes.py │ ├── clip.py │ ├── crop.py │ ├── deflag.py │ ├── degap.py │ ├── derive.py │ ├── divide.py │ ├── dpwrspc.py │ ├── interp_nan.py │ ├── join_vec.py │ ├── makegap.py │ ├── multiply.py │ ├── pwr_spec.py │ ├── pwrspc.py │ ├── spec_mult.py │ ├── split_vec.py │ ├── subtract.py │ ├── subtract_average.py │ ├── subtract_median.py │ ├── tcrossp.py │ ├── tdeflag.py │ ├── tdotp.py │ ├── tdpwrspc.py │ ├── time_clip.py │ ├── tinterp.py │ ├── tkm2re.py │ ├── tnormalize.py │ ├── tpwrspc.py │ └── tsmooth.py ├── tplot_names.py ├── tplot_options.py ├── tplot_rename.py ├── tres.py ├── wildcard_routines.py ├── xlim.py ├── ylim.py └── zlim.py ├── utilities ├── __init__.py ├── config_testing.py ├── dailynames.py ├── datasets.py ├── download.py ├── download_ftp.py ├── find_ip_address.py ├── interpol.py ├── is_gzip.py ├── leap_seconds.py ├── libs.py ├── mpause_2.py ├── mpause_t96.py ├── pyspedas_functools.py ├── rate_connection_quality.py ├── spice │ ├── __init__.py │ └── time_ephemeris.py ├── tcopy.py ├── tests │ ├── __init__.py │ ├── test_find_ip_address.py │ ├── test_math.py │ ├── test_utilities_download.py │ ├── test_utilities_download_uri.py │ ├── test_utilities_libs.py │ ├── test_utilities_misc.py │ ├── test_utilities_plot.py │ ├── test_utilities_time.py │ ├── test_utilities_tplot_wildcard.py │ └── test_xdegap.py └── xdegap.py ├── version.py └── vires ├── __init__.py ├── config.py ├── load.py └── tests ├── __init__.py └── test_vires.py /.coveragerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/.coveragerc -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/.github/workflows/codeql-analysis.yml -------------------------------------------------------------------------------- /.github/workflows/pythonpackage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/.github/workflows/pythonpackage.yml -------------------------------------------------------------------------------- /.github/workflows/quick_tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/.github/workflows/quick_tests.yml -------------------------------------------------------------------------------- /.github/workflows/release_pypi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/.github/workflows/release_pypi.yml -------------------------------------------------------------------------------- /.github/workflows/test_sdist_files.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/.github/workflows/test_sdist_files.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/CITATION.cff -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/README.md -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/pyspedas_plugin_development.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/pyspedas_plugin_development.pdf -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /docs/source/_static/ace_cris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ace_cris.png -------------------------------------------------------------------------------- /docs/source/_static/ace_epam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ace_epam.png -------------------------------------------------------------------------------- /docs/source/_static/ace_mfi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ace_mfi.png -------------------------------------------------------------------------------- /docs/source/_static/ace_sepica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ace_sepica.png -------------------------------------------------------------------------------- /docs/source/_static/ace_sis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ace_sis.png -------------------------------------------------------------------------------- /docs/source/_static/ace_swe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ace_swe.png -------------------------------------------------------------------------------- /docs/source/_static/ace_swepam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ace_swepam.png -------------------------------------------------------------------------------- /docs/source/_static/ace_swics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ace_swics.png -------------------------------------------------------------------------------- /docs/source/_static/ace_uleis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ace_uleis.png -------------------------------------------------------------------------------- /docs/source/_static/akebono_orb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/akebono_orb.png -------------------------------------------------------------------------------- /docs/source/_static/akebono_pws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/akebono_pws.png -------------------------------------------------------------------------------- /docs/source/_static/akebono_rdm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/akebono_rdm.png -------------------------------------------------------------------------------- /docs/source/_static/barrel_sspc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/barrel_sspc.png -------------------------------------------------------------------------------- /docs/source/_static/bt89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/bt89.png -------------------------------------------------------------------------------- /docs/source/_static/cdagui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cdagui.png -------------------------------------------------------------------------------- /docs/source/_static/cluster_aspoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cluster_aspoc.png -------------------------------------------------------------------------------- /docs/source/_static/cluster_cis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cluster_cis.png -------------------------------------------------------------------------------- /docs/source/_static/cluster_dwp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cluster_dwp.png -------------------------------------------------------------------------------- /docs/source/_static/cluster_edi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cluster_edi.png -------------------------------------------------------------------------------- /docs/source/_static/cluster_efw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cluster_efw.png -------------------------------------------------------------------------------- /docs/source/_static/cluster_fgm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cluster_fgm.png -------------------------------------------------------------------------------- /docs/source/_static/cluster_peace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cluster_peace.png -------------------------------------------------------------------------------- /docs/source/_static/cluster_rapid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cluster_rapid.png -------------------------------------------------------------------------------- /docs/source/_static/cluster_staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cluster_staff.png -------------------------------------------------------------------------------- /docs/source/_static/cluster_wbd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cluster_wbd.png -------------------------------------------------------------------------------- /docs/source/_static/cluster_whi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cluster_whi.png -------------------------------------------------------------------------------- /docs/source/_static/cnofs_cindi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cnofs_cindi.png -------------------------------------------------------------------------------- /docs/source/_static/cnofs_plp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cnofs_plp.png -------------------------------------------------------------------------------- /docs/source/_static/cnofs_vefi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/cnofs_vefi.png -------------------------------------------------------------------------------- /docs/source/_static/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/css/custom.css -------------------------------------------------------------------------------- /docs/source/_static/csswe_reptile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/csswe_reptile.png -------------------------------------------------------------------------------- /docs/source/_static/de2_fpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/de2_fpi.png -------------------------------------------------------------------------------- /docs/source/_static/de2_idm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/de2_idm.png -------------------------------------------------------------------------------- /docs/source/_static/de2_lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/de2_lang.png -------------------------------------------------------------------------------- /docs/source/_static/de2_mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/de2_mag.png -------------------------------------------------------------------------------- /docs/source/_static/de2_nacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/de2_nacs.png -------------------------------------------------------------------------------- /docs/source/_static/de2_rpa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/de2_rpa.png -------------------------------------------------------------------------------- /docs/source/_static/de2_vefi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/de2_vefi.png -------------------------------------------------------------------------------- /docs/source/_static/de2_wats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/de2_wats.png -------------------------------------------------------------------------------- /docs/source/_static/de_rpa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/de_rpa.png -------------------------------------------------------------------------------- /docs/source/_static/dscovr_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/dscovr_all.png -------------------------------------------------------------------------------- /docs/source/_static/dscovr_att.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/dscovr_att.png -------------------------------------------------------------------------------- /docs/source/_static/dscovr_fc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/dscovr_fc.png -------------------------------------------------------------------------------- /docs/source/_static/dscovr_mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/dscovr_mag.png -------------------------------------------------------------------------------- /docs/source/_static/dscovr_orb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/dscovr_orb.png -------------------------------------------------------------------------------- /docs/source/_static/elfin_epd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/elfin_epd.png -------------------------------------------------------------------------------- /docs/source/_static/equator_s_edi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/equator_s_edi.png -------------------------------------------------------------------------------- /docs/source/_static/equator_s_epi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/equator_s_epi.png -------------------------------------------------------------------------------- /docs/source/_static/equator_s_ici.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/equator_s_ici.png -------------------------------------------------------------------------------- /docs/source/_static/equator_s_mam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/equator_s_mam.png -------------------------------------------------------------------------------- /docs/source/_static/equator_s_pcd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/equator_s_pcd.png -------------------------------------------------------------------------------- /docs/source/_static/equator_s_sfd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/equator_s_sfd.png -------------------------------------------------------------------------------- /docs/source/_static/erg_att.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_att.png -------------------------------------------------------------------------------- /docs/source/_static/erg_gmag_mm210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_gmag_mm210.png -------------------------------------------------------------------------------- /docs/source/_static/erg_hep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_hep.png -------------------------------------------------------------------------------- /docs/source/_static/erg_isee_fluxgate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_isee_fluxgate.png -------------------------------------------------------------------------------- /docs/source/_static/erg_isee_induction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_isee_induction.png -------------------------------------------------------------------------------- /docs/source/_static/erg_lepe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_lepe.png -------------------------------------------------------------------------------- /docs/source/_static/erg_lepi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_lepi.png -------------------------------------------------------------------------------- /docs/source/_static/erg_magdas_1sec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_magdas_1sec.png -------------------------------------------------------------------------------- /docs/source/_static/erg_mep_en_pa_limit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_mep_en_pa_limit.png -------------------------------------------------------------------------------- /docs/source/_static/erg_mepe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_mepe.png -------------------------------------------------------------------------------- /docs/source/_static/erg_mepe_en_spec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_mepe_en_spec.png -------------------------------------------------------------------------------- /docs/source/_static/erg_mepe_pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_mepe_pad.png -------------------------------------------------------------------------------- /docs/source/_static/erg_mepi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_mepi.png -------------------------------------------------------------------------------- /docs/source/_static/erg_mepi_nml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_mepi_nml.png -------------------------------------------------------------------------------- /docs/source/_static/erg_mepi_tof.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_mepi_tof.png -------------------------------------------------------------------------------- /docs/source/_static/erg_mgf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_mgf.png -------------------------------------------------------------------------------- /docs/source/_static/erg_orb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_orb.png -------------------------------------------------------------------------------- /docs/source/_static/erg_pwe_efd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_pwe_efd.png -------------------------------------------------------------------------------- /docs/source/_static/erg_pwe_hfa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_pwe_hfa.png -------------------------------------------------------------------------------- /docs/source/_static/erg_pwe_ofa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_pwe_ofa.png -------------------------------------------------------------------------------- /docs/source/_static/erg_pwe_wfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_pwe_wfc.png -------------------------------------------------------------------------------- /docs/source/_static/erg_stel_fluxgate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_stel_fluxgate.png -------------------------------------------------------------------------------- /docs/source/_static/erg_stel_induction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_stel_induction.png -------------------------------------------------------------------------------- /docs/source/_static/erg_xep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/erg_xep.png -------------------------------------------------------------------------------- /docs/source/_static/fast_acf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/fast_acf.png -------------------------------------------------------------------------------- /docs/source/_static/fast_dcf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/fast_dcf.png -------------------------------------------------------------------------------- /docs/source/_static/fast_esa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/fast_esa.png -------------------------------------------------------------------------------- /docs/source/_static/fast_teams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/fast_teams.png -------------------------------------------------------------------------------- /docs/source/_static/geotail_cpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/geotail_cpi.png -------------------------------------------------------------------------------- /docs/source/_static/geotail_efd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/geotail_efd.png -------------------------------------------------------------------------------- /docs/source/_static/geotail_epic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/geotail_epic.png -------------------------------------------------------------------------------- /docs/source/_static/geotail_lep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/geotail_lep.png -------------------------------------------------------------------------------- /docs/source/_static/geotail_mgf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/geotail_mgf.png -------------------------------------------------------------------------------- /docs/source/_static/geotail_pwi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/geotail_pwi.png -------------------------------------------------------------------------------- /docs/source/_static/github_token_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/github_token_value.png -------------------------------------------------------------------------------- /docs/source/_static/goes_fgm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/goes_fgm.png -------------------------------------------------------------------------------- /docs/source/_static/jupyter_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/jupyter_window.png -------------------------------------------------------------------------------- /docs/source/_static/kompsat_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/kompsat_e.png -------------------------------------------------------------------------------- /docs/source/_static/kompsat_mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/kompsat_mag.png -------------------------------------------------------------------------------- /docs/source/_static/kompsat_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/kompsat_p.png -------------------------------------------------------------------------------- /docs/source/_static/kyoto_ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/kyoto_ae.png -------------------------------------------------------------------------------- /docs/source/_static/kyoto_dst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/kyoto_dst.png -------------------------------------------------------------------------------- /docs/source/_static/lanl_mpa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/lanl_mpa.png -------------------------------------------------------------------------------- /docs/source/_static/lanl_spa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/lanl_spa.png -------------------------------------------------------------------------------- /docs/source/_static/maven_euv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/maven_euv.png -------------------------------------------------------------------------------- /docs/source/_static/maven_lpw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/maven_lpw.png -------------------------------------------------------------------------------- /docs/source/_static/maven_mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/maven_mag.png -------------------------------------------------------------------------------- /docs/source/_static/maven_sep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/maven_sep.png -------------------------------------------------------------------------------- /docs/source/_static/maven_sta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/maven_sta.png -------------------------------------------------------------------------------- /docs/source/_static/maven_swea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/maven_swea.png -------------------------------------------------------------------------------- /docs/source/_static/maven_swia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/maven_swia.png -------------------------------------------------------------------------------- /docs/source/_static/mica_induction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mica_induction.png -------------------------------------------------------------------------------- /docs/source/_static/mms_aspoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_aspoc.png -------------------------------------------------------------------------------- /docs/source/_static/mms_edi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_edi.png -------------------------------------------------------------------------------- /docs/source/_static/mms_edp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_edp.png -------------------------------------------------------------------------------- /docs/source/_static/mms_eis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_eis.png -------------------------------------------------------------------------------- /docs/source/_static/mms_feeps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_feeps.png -------------------------------------------------------------------------------- /docs/source/_static/mms_fgm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_fgm.png -------------------------------------------------------------------------------- /docs/source/_static/mms_fpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_fpi.png -------------------------------------------------------------------------------- /docs/source/_static/mms_fsm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_fsm.png -------------------------------------------------------------------------------- /docs/source/_static/mms_hpca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_hpca.png -------------------------------------------------------------------------------- /docs/source/_static/mms_mec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_mec.png -------------------------------------------------------------------------------- /docs/source/_static/mms_scm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_scm.png -------------------------------------------------------------------------------- /docs/source/_static/mms_state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_state.png -------------------------------------------------------------------------------- /docs/source/_static/mms_tetrahedron_qf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mms_tetrahedron_qf.png -------------------------------------------------------------------------------- /docs/source/_static/mth5_4p_alw48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/mth5_4p_alw48.png -------------------------------------------------------------------------------- /docs/source/_static/noaa_kp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/noaa_kp.png -------------------------------------------------------------------------------- /docs/source/_static/omni_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/omni_data.png -------------------------------------------------------------------------------- /docs/source/_static/poes_sem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/poes_sem.png -------------------------------------------------------------------------------- /docs/source/_static/polar_cammice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/polar_cammice.png -------------------------------------------------------------------------------- /docs/source/_static/polar_ceppad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/polar_ceppad.png -------------------------------------------------------------------------------- /docs/source/_static/polar_efi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/polar_efi.png -------------------------------------------------------------------------------- /docs/source/_static/polar_hydra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/polar_hydra.png -------------------------------------------------------------------------------- /docs/source/_static/polar_mfe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/polar_mfe.png -------------------------------------------------------------------------------- /docs/source/_static/polar_orbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/polar_orbit.png -------------------------------------------------------------------------------- /docs/source/_static/polar_pwi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/polar_pwi.png -------------------------------------------------------------------------------- /docs/source/_static/polar_tide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/polar_tide.png -------------------------------------------------------------------------------- /docs/source/_static/polar_timas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/polar_timas.png -------------------------------------------------------------------------------- /docs/source/_static/psp_epi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/psp_epi.png -------------------------------------------------------------------------------- /docs/source/_static/psp_epihi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/psp_epihi.png -------------------------------------------------------------------------------- /docs/source/_static/psp_fields.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/psp_fields.png -------------------------------------------------------------------------------- /docs/source/_static/psp_spc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/psp_spc.png -------------------------------------------------------------------------------- /docs/source/_static/psp_spe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/psp_spe.png -------------------------------------------------------------------------------- /docs/source/_static/psp_spi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/psp_spi.png -------------------------------------------------------------------------------- /docs/source/_static/pycharm_clone_repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/pycharm_clone_repo.png -------------------------------------------------------------------------------- /docs/source/_static/pycharm_new_project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/pycharm_new_project.png -------------------------------------------------------------------------------- /docs/source/_static/pycharm_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/pycharm_settings.png -------------------------------------------------------------------------------- /docs/source/_static/pycharm_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/pycharm_window.png -------------------------------------------------------------------------------- /docs/source/_static/rbsp_efw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/rbsp_efw.png -------------------------------------------------------------------------------- /docs/source/_static/rbsp_emfisis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/rbsp_emfisis.png -------------------------------------------------------------------------------- /docs/source/_static/rbsp_hope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/rbsp_hope.png -------------------------------------------------------------------------------- /docs/source/_static/rbsp_mageis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/rbsp_mageis.png -------------------------------------------------------------------------------- /docs/source/_static/rbsp_rbspice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/rbsp_rbspice.png -------------------------------------------------------------------------------- /docs/source/_static/rbsp_rept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/rbsp_rept.png -------------------------------------------------------------------------------- /docs/source/_static/rbsp_rps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/rbsp_rps.png -------------------------------------------------------------------------------- /docs/source/_static/soho_celias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/soho_celias.png -------------------------------------------------------------------------------- /docs/source/_static/soho_costep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/soho_costep.png -------------------------------------------------------------------------------- /docs/source/_static/soho_erne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/soho_erne.png -------------------------------------------------------------------------------- /docs/source/_static/soho_orbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/soho_orbit.png -------------------------------------------------------------------------------- /docs/source/_static/solo-psp-mms-themis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/solo-psp-mms-themis.png -------------------------------------------------------------------------------- /docs/source/_static/solo_epd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/solo_epd.png -------------------------------------------------------------------------------- /docs/source/_static/solo_mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/solo_mag.png -------------------------------------------------------------------------------- /docs/source/_static/solo_rpw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/solo_rpw.png -------------------------------------------------------------------------------- /docs/source/_static/solo_swa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/solo_swa.png -------------------------------------------------------------------------------- /docs/source/_static/st5_mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/st5_mag.png -------------------------------------------------------------------------------- /docs/source/_static/stereo_mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/stereo_mag.png -------------------------------------------------------------------------------- /docs/source/_static/stereo_plastic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/stereo_plastic.png -------------------------------------------------------------------------------- /docs/source/_static/swarm_mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/swarm_mag.png -------------------------------------------------------------------------------- /docs/source/_static/themis_efi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/themis_efi.png -------------------------------------------------------------------------------- /docs/source/_static/themis_esa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/themis_esa.png -------------------------------------------------------------------------------- /docs/source/_static/themis_fgm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/themis_fgm.png -------------------------------------------------------------------------------- /docs/source/_static/themis_gmag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/themis_gmag.png -------------------------------------------------------------------------------- /docs/source/_static/themis_gmom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/themis_gmom.png -------------------------------------------------------------------------------- /docs/source/_static/themis_mom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/themis_mom.png -------------------------------------------------------------------------------- /docs/source/_static/themis_scm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/themis_scm.png -------------------------------------------------------------------------------- /docs/source/_static/themis_sst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/themis_sst.png -------------------------------------------------------------------------------- /docs/source/_static/themis_state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/themis_state.png -------------------------------------------------------------------------------- /docs/source/_static/tt01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/tt01.png -------------------------------------------------------------------------------- /docs/source/_static/tt89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/tt89.png -------------------------------------------------------------------------------- /docs/source/_static/tt96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/tt96.png -------------------------------------------------------------------------------- /docs/source/_static/tts04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/tts04.png -------------------------------------------------------------------------------- /docs/source/_static/twins_ephemeris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/twins_ephemeris.png -------------------------------------------------------------------------------- /docs/source/_static/twins_lad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/twins_lad.png -------------------------------------------------------------------------------- /docs/source/_static/ulysses_epac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ulysses_epac.png -------------------------------------------------------------------------------- /docs/source/_static/ulysses_grb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ulysses_grb.png -------------------------------------------------------------------------------- /docs/source/_static/ulysses_hiscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ulysses_hiscale.png -------------------------------------------------------------------------------- /docs/source/_static/ulysses_swics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ulysses_swics.png -------------------------------------------------------------------------------- /docs/source/_static/ulysses_swoops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ulysses_swoops.png -------------------------------------------------------------------------------- /docs/source/_static/ulysses_vhm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/ulysses_vhm.png -------------------------------------------------------------------------------- /docs/source/_static/vires_mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vires_mag.png -------------------------------------------------------------------------------- /docs/source/_static/voyager_mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/voyager_mag.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_choosedepopt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_choosedepopt.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_chooseint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_chooseint.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_choosereqtxt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_choosereqtxt.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_createenv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_createenv.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_customenv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_customenv.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_installext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_installext.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_opensettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_opensettings.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_openterminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_openterminal.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_setname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_setname.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_signin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_signin.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_terminalpane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_terminalpane.png -------------------------------------------------------------------------------- /docs/source/_static/vscode_useenvext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/vscode_useenvext.png -------------------------------------------------------------------------------- /docs/source/_static/wind_mfi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/wind_mfi.png -------------------------------------------------------------------------------- /docs/source/_static/wind_orbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/wind_orbit.png -------------------------------------------------------------------------------- /docs/source/_static/wind_sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/wind_sms.png -------------------------------------------------------------------------------- /docs/source/_static/wind_swe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/wind_swe.png -------------------------------------------------------------------------------- /docs/source/_static/wind_threedp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/wind_threedp.png -------------------------------------------------------------------------------- /docs/source/_static/wind_waves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/_static/wind_waves.png -------------------------------------------------------------------------------- /docs/source/ace.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/ace.rst -------------------------------------------------------------------------------- /docs/source/adminguide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/adminguide.rst -------------------------------------------------------------------------------- /docs/source/akebono.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/akebono.rst -------------------------------------------------------------------------------- /docs/source/analysis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/analysis.rst -------------------------------------------------------------------------------- /docs/source/barrel.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/barrel.rst -------------------------------------------------------------------------------- /docs/source/cdaweb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/cdaweb.rst -------------------------------------------------------------------------------- /docs/source/cluster.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/cluster.rst -------------------------------------------------------------------------------- /docs/source/cnofs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/cnofs.rst -------------------------------------------------------------------------------- /docs/source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/conf.py -------------------------------------------------------------------------------- /docs/source/contributing.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/contributing.rst -------------------------------------------------------------------------------- /docs/source/coords.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/coords.rst -------------------------------------------------------------------------------- /docs/source/csswe.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/csswe.rst -------------------------------------------------------------------------------- /docs/source/de2.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/de2.rst -------------------------------------------------------------------------------- /docs/source/dev_pycharm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/dev_pycharm.rst -------------------------------------------------------------------------------- /docs/source/dev_vscode.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/dev_vscode.rst -------------------------------------------------------------------------------- /docs/source/devguide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/devguide.rst -------------------------------------------------------------------------------- /docs/source/dscovr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/dscovr.rst -------------------------------------------------------------------------------- /docs/source/elfin.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/elfin.rst -------------------------------------------------------------------------------- /docs/source/equator-s.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/equator-s.rst -------------------------------------------------------------------------------- /docs/source/erg.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/erg.rst -------------------------------------------------------------------------------- /docs/source/erg_analysis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/erg_analysis.rst -------------------------------------------------------------------------------- /docs/source/fast.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/fast.rst -------------------------------------------------------------------------------- /docs/source/geomagnetic_indices.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/geomagnetic_indices.rst -------------------------------------------------------------------------------- /docs/source/geopack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/geopack.rst -------------------------------------------------------------------------------- /docs/source/geotail.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/geotail.rst -------------------------------------------------------------------------------- /docs/source/getting_started.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/getting_started.rst -------------------------------------------------------------------------------- /docs/source/goes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/goes.rst -------------------------------------------------------------------------------- /docs/source/hapi.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/hapi.rst -------------------------------------------------------------------------------- /docs/source/image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/image.rst -------------------------------------------------------------------------------- /docs/source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/index.rst -------------------------------------------------------------------------------- /docs/source/kompsat.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/kompsat.rst -------------------------------------------------------------------------------- /docs/source/kyoto.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/kyoto.rst -------------------------------------------------------------------------------- /docs/source/lanl.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/lanl.rst -------------------------------------------------------------------------------- /docs/source/maven.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/maven.rst -------------------------------------------------------------------------------- /docs/source/mica.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/mica.rst -------------------------------------------------------------------------------- /docs/source/mission_specific_tools.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/mission_specific_tools.rst -------------------------------------------------------------------------------- /docs/source/mms.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/mms.rst -------------------------------------------------------------------------------- /docs/source/mms_analysis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/mms_analysis.rst -------------------------------------------------------------------------------- /docs/source/mth5.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/mth5.rst -------------------------------------------------------------------------------- /docs/source/noaa.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/noaa.rst -------------------------------------------------------------------------------- /docs/source/omni.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/omni.rst -------------------------------------------------------------------------------- /docs/source/plotting.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/plotting.rst -------------------------------------------------------------------------------- /docs/source/poes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/poes.rst -------------------------------------------------------------------------------- /docs/source/polar.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/polar.rst -------------------------------------------------------------------------------- /docs/source/projects.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/projects.rst -------------------------------------------------------------------------------- /docs/source/psp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/psp.rst -------------------------------------------------------------------------------- /docs/source/pyspedas_2_migration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/pyspedas_2_migration.rst -------------------------------------------------------------------------------- /docs/source/rbsp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/rbsp.rst -------------------------------------------------------------------------------- /docs/source/rbsp_analysis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/rbsp_analysis.rst -------------------------------------------------------------------------------- /docs/source/soho.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/soho.rst -------------------------------------------------------------------------------- /docs/source/solo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/solo.rst -------------------------------------------------------------------------------- /docs/source/st5.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/st5.rst -------------------------------------------------------------------------------- /docs/source/stereo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/stereo.rst -------------------------------------------------------------------------------- /docs/source/swarm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/swarm.rst -------------------------------------------------------------------------------- /docs/source/themis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/themis.rst -------------------------------------------------------------------------------- /docs/source/themis_analysis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/themis_analysis.rst -------------------------------------------------------------------------------- /docs/source/twins.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/twins.rst -------------------------------------------------------------------------------- /docs/source/ulysses.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/ulysses.rst -------------------------------------------------------------------------------- /docs/source/utilities.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/utilities.rst -------------------------------------------------------------------------------- /docs/source/vires.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/vires.rst -------------------------------------------------------------------------------- /docs/source/wind.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/docs/source/wind.rst -------------------------------------------------------------------------------- /pdm.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pdm.lock -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyproject.toml -------------------------------------------------------------------------------- /pyspedas/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/__init__.py -------------------------------------------------------------------------------- /pyspedas/analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/README.md -------------------------------------------------------------------------------- /pyspedas/analysis/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/analysis/avg_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/avg_data.py -------------------------------------------------------------------------------- /pyspedas/analysis/deriv_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/deriv_data.py -------------------------------------------------------------------------------- /pyspedas/analysis/find_magnetic_nulls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/find_magnetic_nulls.py -------------------------------------------------------------------------------- /pyspedas/analysis/interp_gap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/interp_gap.py -------------------------------------------------------------------------------- /pyspedas/analysis/lingradest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/lingradest.py -------------------------------------------------------------------------------- /pyspedas/analysis/neutral_sheet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/neutral_sheet.py -------------------------------------------------------------------------------- /pyspedas/analysis/rebin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/rebin.py -------------------------------------------------------------------------------- /pyspedas/analysis/reduce_tres.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/reduce_tres.py -------------------------------------------------------------------------------- /pyspedas/analysis/roundsig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/roundsig.py -------------------------------------------------------------------------------- /pyspedas/analysis/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/analysis/tests/test_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/tests/test_analysis.py -------------------------------------------------------------------------------- /pyspedas/analysis/tests/test_twavpol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/tests/test_twavpol.py -------------------------------------------------------------------------------- /pyspedas/analysis/tests/test_wavelet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/tests/test_wavelet.py -------------------------------------------------------------------------------- /pyspedas/analysis/tests/wavetest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/tests/wavetest.py -------------------------------------------------------------------------------- /pyspedas/analysis/time_domain_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/time_domain_filter.py -------------------------------------------------------------------------------- /pyspedas/analysis/tinterpol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/tinterpol.py -------------------------------------------------------------------------------- /pyspedas/analysis/tvectot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/tvectot.py -------------------------------------------------------------------------------- /pyspedas/analysis/twavpol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/twavpol.py -------------------------------------------------------------------------------- /pyspedas/analysis/wav_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/wav_data.py -------------------------------------------------------------------------------- /pyspedas/analysis/wave_signif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/wave_signif.py -------------------------------------------------------------------------------- /pyspedas/analysis/wavelet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/wavelet.py -------------------------------------------------------------------------------- /pyspedas/analysis/wavelet2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/wavelet2.py -------------------------------------------------------------------------------- /pyspedas/analysis/wavelet98.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/wavelet98.py -------------------------------------------------------------------------------- /pyspedas/analysis/yclip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/analysis/yclip.py -------------------------------------------------------------------------------- /pyspedas/cdagui_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/cdagui_tools/cdagui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cdagui_tools/cdagui.py -------------------------------------------------------------------------------- /pyspedas/cdagui_tools/cdaweb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cdagui_tools/cdaweb.py -------------------------------------------------------------------------------- /pyspedas/cdagui_tools/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cdagui_tools/config.py -------------------------------------------------------------------------------- /pyspedas/cdagui_tools/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/cdagui_tools/tests/test_cdagui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cdagui_tools/tests/test_cdagui.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/cart2spc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/cart2spc.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/cart_to_sphere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/cart_to_sphere.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/cotrans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/cotrans.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/cotrans_lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/cotrans_lib.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/fac_matrix_make.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/fac_matrix_make.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/gsm2lmn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/gsm2lmn.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/igrf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/igrf.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/j2000.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/j2000.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/lmn_matrix_make.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/lmn_matrix_make.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/matrix_array_lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/matrix_array_lib.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/minvar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/minvar.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/quaternions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/quaternions.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/rotmat_get_coords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/rotmat_get_coords.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/rotmat_set_coords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/rotmat_set_coords.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/sm2mlt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/sm2mlt.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/spc2cart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/spc2cart.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/sphere_to_cart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/sphere_to_cart.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/tests/test_fac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/tests/test_fac.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/tests/test_lmn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/tests/test_lmn.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/tests/test_minvar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/tests/test_minvar.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/tvector_rotate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/tvector_rotate.py -------------------------------------------------------------------------------- /pyspedas/cotrans_tools/xyz_to_polar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/cotrans_tools/xyz_to_polar.py -------------------------------------------------------------------------------- /pyspedas/geopack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/README.md -------------------------------------------------------------------------------- /pyspedas/geopack/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/__init__.py -------------------------------------------------------------------------------- /pyspedas/geopack/get_tsy_params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/get_tsy_params.py -------------------------------------------------------------------------------- /pyspedas/geopack/get_w_params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/get_w_params.py -------------------------------------------------------------------------------- /pyspedas/geopack/kp2iopt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/kp2iopt.py -------------------------------------------------------------------------------- /pyspedas/geopack/t01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/t01.py -------------------------------------------------------------------------------- /pyspedas/geopack/t89.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/t89.py -------------------------------------------------------------------------------- /pyspedas/geopack/t89_trace_equator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/t89_trace_equator.py -------------------------------------------------------------------------------- /pyspedas/geopack/t89_trace_iono.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/t89_trace_iono.py -------------------------------------------------------------------------------- /pyspedas/geopack/t96.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/t96.py -------------------------------------------------------------------------------- /pyspedas/geopack/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/geopack/tests/test_geopack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/tests/test_geopack.py -------------------------------------------------------------------------------- /pyspedas/geopack/ts04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/geopack/ts04.py -------------------------------------------------------------------------------- /pyspedas/hapi_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/hapi_tools/hapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/hapi_tools/hapi.py -------------------------------------------------------------------------------- /pyspedas/hapi_tools/replace_fillvals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/hapi_tools/replace_fillvals.py -------------------------------------------------------------------------------- /pyspedas/hapi_tools/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/hapi_tools/tests/test_hapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/hapi_tools/tests/test_hapi.py -------------------------------------------------------------------------------- /pyspedas/mth5/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/mth5/__init__.py -------------------------------------------------------------------------------- /pyspedas/mth5/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/mth5/config.py -------------------------------------------------------------------------------- /pyspedas/mth5/examples/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/mth5/examples/dataset_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/mth5/examples/dataset_example.py -------------------------------------------------------------------------------- /pyspedas/mth5/examples/load_fdsn_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/mth5/examples/load_fdsn_example.py -------------------------------------------------------------------------------- /pyspedas/mth5/examples/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/mth5/examples/readme.md -------------------------------------------------------------------------------- /pyspedas/mth5/load_fdsn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/mth5/load_fdsn.py -------------------------------------------------------------------------------- /pyspedas/mth5/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/mth5/tests/test_load_fdsn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/mth5/tests/test_load_fdsn.py -------------------------------------------------------------------------------- /pyspedas/mth5/tests/test_mth5_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/mth5/tests/test_mth5_import.py -------------------------------------------------------------------------------- /pyspedas/mth5/utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/mth5/utilities.py -------------------------------------------------------------------------------- /pyspedas/particles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/particles/README.md -------------------------------------------------------------------------------- /pyspedas/particles/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/particles/moments/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/particles/moments/__init__.py -------------------------------------------------------------------------------- /pyspedas/particles/moments/moments_3d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/particles/moments/moments_3d.py -------------------------------------------------------------------------------- /pyspedas/particles/spd_slice2d/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/particles/spd_slice2d/__init__.py -------------------------------------------------------------------------------- /pyspedas/particles/spd_slice2d/slice2d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/particles/spd_slice2d/slice2d.py -------------------------------------------------------------------------------- /pyspedas/particles/spd_units_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/particles/spd_units_string.py -------------------------------------------------------------------------------- /pyspedas/particles/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/particles/tests/test_particles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/particles/tests/test_particles.py -------------------------------------------------------------------------------- /pyspedas/projects/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/README.md -------------------------------------------------------------------------------- /pyspedas/projects/ace/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/config.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/cris.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/cris.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/epam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/epam.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/load.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/mfi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/mfi.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/sepica.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/sepica.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/sis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/sis.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/swe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/swe.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/swics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/swics.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/ace/tests/test_ace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/tests/test_ace.py -------------------------------------------------------------------------------- /pyspedas/projects/ace/uleis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ace/uleis.py -------------------------------------------------------------------------------- /pyspedas/projects/akebono/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/akebono/README.md -------------------------------------------------------------------------------- /pyspedas/projects/akebono/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/akebono/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/akebono/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/akebono/config.py -------------------------------------------------------------------------------- /pyspedas/projects/akebono/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/akebono/load.py -------------------------------------------------------------------------------- /pyspedas/projects/akebono/orb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/akebono/orb.py -------------------------------------------------------------------------------- /pyspedas/projects/akebono/pws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/akebono/pws.py -------------------------------------------------------------------------------- /pyspedas/projects/akebono/rdm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/akebono/rdm.py -------------------------------------------------------------------------------- /pyspedas/projects/akebono/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/barrel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/barrel/README.md -------------------------------------------------------------------------------- /pyspedas/projects/barrel/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/barrel/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/barrel/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/barrel/config.py -------------------------------------------------------------------------------- /pyspedas/projects/barrel/ephm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/barrel/ephm.py -------------------------------------------------------------------------------- /pyspedas/projects/barrel/fspc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/barrel/fspc.py -------------------------------------------------------------------------------- /pyspedas/projects/barrel/hkpg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/barrel/hkpg.py -------------------------------------------------------------------------------- /pyspedas/projects/barrel/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/barrel/load.py -------------------------------------------------------------------------------- /pyspedas/projects/barrel/magn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/barrel/magn.py -------------------------------------------------------------------------------- /pyspedas/projects/barrel/mspc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/barrel/mspc.py -------------------------------------------------------------------------------- /pyspedas/projects/barrel/rcnt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/barrel/rcnt.py -------------------------------------------------------------------------------- /pyspedas/projects/barrel/sspc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/barrel/sspc.py -------------------------------------------------------------------------------- /pyspedas/projects/barrel/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/README.md -------------------------------------------------------------------------------- /pyspedas/projects/cluster/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/aspoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/aspoc.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/cis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/cis.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/config.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/dwp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/dwp.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/edi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/edi.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/efw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/efw.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/fgm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/fgm.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/load.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/load_csa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/load_csa.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/peace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/peace.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/rapid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/rapid.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/staff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/staff.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/cluster/wbd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/wbd.py -------------------------------------------------------------------------------- /pyspedas/projects/cluster/whi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cluster/whi.py -------------------------------------------------------------------------------- /pyspedas/projects/cnofs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cnofs/README.md -------------------------------------------------------------------------------- /pyspedas/projects/cnofs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cnofs/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/cnofs/cindi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cnofs/cindi.py -------------------------------------------------------------------------------- /pyspedas/projects/cnofs/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cnofs/config.py -------------------------------------------------------------------------------- /pyspedas/projects/cnofs/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cnofs/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/cnofs/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cnofs/load.py -------------------------------------------------------------------------------- /pyspedas/projects/cnofs/plp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cnofs/plp.py -------------------------------------------------------------------------------- /pyspedas/projects/cnofs/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/cnofs/vefi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/cnofs/vefi.py -------------------------------------------------------------------------------- /pyspedas/projects/csswe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/csswe/README.md -------------------------------------------------------------------------------- /pyspedas/projects/csswe/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/csswe/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/csswe/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/csswe/config.py -------------------------------------------------------------------------------- /pyspedas/projects/csswe/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/csswe/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/csswe/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/csswe/load.py -------------------------------------------------------------------------------- /pyspedas/projects/csswe/reptile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/csswe/reptile.py -------------------------------------------------------------------------------- /pyspedas/projects/csswe/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/de2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/de2/README.md -------------------------------------------------------------------------------- /pyspedas/projects/de2/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/de2/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/de2/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/de2/config.py -------------------------------------------------------------------------------- /pyspedas/projects/de2/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/de2/load.py -------------------------------------------------------------------------------- /pyspedas/projects/de2/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/de2/tests/test_de2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/de2/tests/test_de2.py -------------------------------------------------------------------------------- /pyspedas/projects/dscovr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/dscovr/README.md -------------------------------------------------------------------------------- /pyspedas/projects/dscovr/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/dscovr/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/dscovr/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/dscovr/config.py -------------------------------------------------------------------------------- /pyspedas/projects/dscovr/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/dscovr/load.py -------------------------------------------------------------------------------- /pyspedas/projects/dscovr/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/elfin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/README.md -------------------------------------------------------------------------------- /pyspedas/projects/elfin/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/config.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/eng/__init__.py: -------------------------------------------------------------------------------- 1 | from .eng import eng_load -------------------------------------------------------------------------------- /pyspedas/projects/elfin/eng/eng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/eng/eng.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/epd/__init__.py: -------------------------------------------------------------------------------- 1 | from .epd import epd_load -------------------------------------------------------------------------------- /pyspedas/projects/elfin/epd/epd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/epd/epd.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/fgm/__init__.py: -------------------------------------------------------------------------------- 1 | from .fgm import fgm_load -------------------------------------------------------------------------------- /pyspedas/projects/elfin/fgm/fgm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/fgm/fgm.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/load.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/mrma/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/mrma/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/mrma/mrma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/mrma/mrma.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/mrmi/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/mrmi/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/mrmi/mrmi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/mrmi/mrmi.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/state/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/state/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/state/state.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/elfin/state/state.py -------------------------------------------------------------------------------- /pyspedas/projects/elfin/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/equator_s/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/equator_s/README.md -------------------------------------------------------------------------------- /pyspedas/projects/equator_s/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/equator_s/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/equator_s/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/equator_s/config.py -------------------------------------------------------------------------------- /pyspedas/projects/equator_s/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/equator_s/load.py -------------------------------------------------------------------------------- /pyspedas/projects/equator_s/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/erg/README.md -------------------------------------------------------------------------------- /pyspedas/projects/erg/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/erg/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/erg/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/erg/config.py -------------------------------------------------------------------------------- /pyspedas/projects/erg/ground/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/ground/camera/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/ground/geomag/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/ground/radar/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/ground/radar/superdarn/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/ground/riometer/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/ground/vlf/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/att/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/common/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/common/cotrans/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/hep/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/lepe/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/lepi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/mepe/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/mepi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/mgf/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/orb/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/particle/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/pwe/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/satellite/erg/xep/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/erg/tests/test_erg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/erg/tests/test_erg.py -------------------------------------------------------------------------------- /pyspedas/projects/fast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/fast/README.md -------------------------------------------------------------------------------- /pyspedas/projects/fast/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/fast/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/fast/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/fast/config.py -------------------------------------------------------------------------------- /pyspedas/projects/fast/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/fast/load.py -------------------------------------------------------------------------------- /pyspedas/projects/fast/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/fast/tests/test_fast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/fast/tests/test_fast.py -------------------------------------------------------------------------------- /pyspedas/projects/geotail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/geotail/README.md -------------------------------------------------------------------------------- /pyspedas/projects/geotail/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/geotail/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/geotail/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/geotail/config.py -------------------------------------------------------------------------------- /pyspedas/projects/geotail/cpi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/geotail/cpi.py -------------------------------------------------------------------------------- /pyspedas/projects/geotail/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/geotail/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/geotail/efd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/geotail/efd.py -------------------------------------------------------------------------------- /pyspedas/projects/geotail/epic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/geotail/epic.py -------------------------------------------------------------------------------- /pyspedas/projects/geotail/lep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/geotail/lep.py -------------------------------------------------------------------------------- /pyspedas/projects/geotail/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/geotail/load.py -------------------------------------------------------------------------------- /pyspedas/projects/geotail/mgf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/geotail/mgf.py -------------------------------------------------------------------------------- /pyspedas/projects/geotail/pwi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/geotail/pwi.py -------------------------------------------------------------------------------- /pyspedas/projects/geotail/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/goes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/goes/README.md -------------------------------------------------------------------------------- /pyspedas/projects/goes/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/goes/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/goes/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/goes/config.py -------------------------------------------------------------------------------- /pyspedas/projects/goes/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/goes/load.py -------------------------------------------------------------------------------- /pyspedas/projects/goes/load_orbit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/goes/load_orbit.py -------------------------------------------------------------------------------- /pyspedas/projects/goes/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/goes/tests/test_goes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/goes/tests/test_goes.py -------------------------------------------------------------------------------- /pyspedas/projects/image/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/README.md -------------------------------------------------------------------------------- /pyspedas/projects/image/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/image/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/config.py -------------------------------------------------------------------------------- /pyspedas/projects/image/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/image/euv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/euv.py -------------------------------------------------------------------------------- /pyspedas/projects/image/fuv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/fuv.py -------------------------------------------------------------------------------- /pyspedas/projects/image/hena.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/hena.py -------------------------------------------------------------------------------- /pyspedas/projects/image/lena.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/lena.py -------------------------------------------------------------------------------- /pyspedas/projects/image/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/load.py -------------------------------------------------------------------------------- /pyspedas/projects/image/mena.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/mena.py -------------------------------------------------------------------------------- /pyspedas/projects/image/orbit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/orbit.py -------------------------------------------------------------------------------- /pyspedas/projects/image/rpi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/image/rpi.py -------------------------------------------------------------------------------- /pyspedas/projects/image/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/kompsat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/kompsat/README.md -------------------------------------------------------------------------------- /pyspedas/projects/kompsat/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/kompsat/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/kompsat/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/kompsat/load.py -------------------------------------------------------------------------------- /pyspedas/projects/kompsat/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/kyoto/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/kyoto/README.md -------------------------------------------------------------------------------- /pyspedas/projects/kyoto/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/kyoto/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/kyoto/kyoto_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/kyoto/kyoto_config.py -------------------------------------------------------------------------------- /pyspedas/projects/kyoto/load_ae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/kyoto/load_ae.py -------------------------------------------------------------------------------- /pyspedas/projects/kyoto/load_dst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/kyoto/load_dst.py -------------------------------------------------------------------------------- /pyspedas/projects/kyoto/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/lanl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/lanl/README.md -------------------------------------------------------------------------------- /pyspedas/projects/lanl/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/lanl/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/lanl/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/lanl/config.py -------------------------------------------------------------------------------- /pyspedas/projects/lanl/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/lanl/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/lanl/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/lanl/load.py -------------------------------------------------------------------------------- /pyspedas/projects/lanl/mpa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/lanl/mpa.py -------------------------------------------------------------------------------- /pyspedas/projects/lanl/spa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/lanl/spa.py -------------------------------------------------------------------------------- /pyspedas/projects/lanl/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/lanl/tests/test_lanl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/lanl/tests/test_lanl.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/README.md -------------------------------------------------------------------------------- /pyspedas/projects/maven/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/access.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/access.txt -------------------------------------------------------------------------------- /pyspedas/projects/maven/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/config.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/euv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/euv.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/file_regex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/file_regex.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/iuv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/iuv.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/kp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/kp.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/kp_utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/kp_utilities.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/list_utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/list_utilities.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/lpw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/lpw.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/mag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/mag.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/maven_load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/maven_load.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/ngi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/ngi.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/orbit_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/orbit_time.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/read_iuvs_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/read_iuvs_file.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/rse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/rse.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/sep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/sep.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/spdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/spdf/README.md -------------------------------------------------------------------------------- /pyspedas/projects/maven/spdf/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/spdf/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/spdf/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/spdf/config.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/spdf/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/spdf/load.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/sta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/sta.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/swea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/swea.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/swia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/swia.py -------------------------------------------------------------------------------- /pyspedas/projects/maven/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/maven/utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/maven/utilities.py -------------------------------------------------------------------------------- /pyspedas/projects/mica/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mica/README.md -------------------------------------------------------------------------------- /pyspedas/projects/mica/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mica/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/mica/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mica/config.py -------------------------------------------------------------------------------- /pyspedas/projects/mica/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mica/load.py -------------------------------------------------------------------------------- /pyspedas/projects/mica/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mica/tests/test_mica.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mica/tests/test_mica.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/README.md -------------------------------------------------------------------------------- /pyspedas/projects/mms/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/aspoc_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/cotrans/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/deprecated/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/dsp_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/dsp_tools/dsp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/dsp_tools/dsp.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/edi_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/edi_tools/edi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/edi_tools/edi.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/edp_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/edp_tools/edp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/edp_tools/edp.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/eis_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/eis_tools/eis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/eis_tools/eis.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/feeps_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/fgm_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/fgm_tools/fgm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/fgm_tools/fgm.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/fpi_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/fpi_tools/fpi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/fpi_tools/fpi.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/fsm_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/fsm_tools/fsm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/fsm_tools/fsm.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/hpca_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/hpca_tools/hpca.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/hpca_tools/hpca.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/mec_ascii/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/mec_ascii/state.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/mec_ascii/state.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/mec_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/mec_tools/mec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/mec_tools/mec.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/mms_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/mms_config.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/mms_events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/mms_events.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/mms_file_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/mms_file_filter.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/mms_load_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/mms_load_data.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/mms_login_lasp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/mms_login_lasp.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/mms_orbit_plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/mms_orbit_plot.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/mms_tai2unix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/mms_tai2unix.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/plots/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/print_vars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/print_vars.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/scm_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/mms/scm_tools/scm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/scm_tools/scm.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/spd_mms_load_bss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/mms/spd_mms_load_bss.py -------------------------------------------------------------------------------- /pyspedas/projects/mms/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/noaa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/noaa/README.md -------------------------------------------------------------------------------- /pyspedas/projects/noaa/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/noaa/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/noaa/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/noaa/config.py -------------------------------------------------------------------------------- /pyspedas/projects/noaa/noaa_load_kp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/noaa/noaa_load_kp.py -------------------------------------------------------------------------------- /pyspedas/projects/noaa/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/noaa/tests/test_noaa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/noaa/tests/test_noaa.py -------------------------------------------------------------------------------- /pyspedas/projects/omni/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/omni/README.md -------------------------------------------------------------------------------- /pyspedas/projects/omni/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/omni/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/omni/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/omni/config.py -------------------------------------------------------------------------------- /pyspedas/projects/omni/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/omni/load.py -------------------------------------------------------------------------------- /pyspedas/projects/omni/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/omni/tests/test_omni.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/omni/tests/test_omni.py -------------------------------------------------------------------------------- /pyspedas/projects/poes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/poes/README.md -------------------------------------------------------------------------------- /pyspedas/projects/poes/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/poes/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/poes/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/poes/config.py -------------------------------------------------------------------------------- /pyspedas/projects/poes/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/poes/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/poes/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/poes/load.py -------------------------------------------------------------------------------- /pyspedas/projects/poes/sem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/poes/sem.py -------------------------------------------------------------------------------- /pyspedas/projects/poes/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/poes/tests/test_poes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/poes/tests/test_poes.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/README.md -------------------------------------------------------------------------------- /pyspedas/projects/polar/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/cammice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/cammice.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/ceppad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/ceppad.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/config.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/efi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/efi.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/hydra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/hydra.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/load.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/mfe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/mfe.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/orbit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/orbit.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/pixie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/pixie.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/pwi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/pwi.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/polar/tide.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/tide.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/timas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/timas.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/uvi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/uvi.py -------------------------------------------------------------------------------- /pyspedas/projects/polar/vis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/polar/vis.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/README.md -------------------------------------------------------------------------------- /pyspedas/projects/psp/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/config.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/epi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/epi.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/epihi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/epihi.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/epilo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/epilo.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/fields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/fields.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/filter.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/load.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/rfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/rfs.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/spc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/spc.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/spe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/spe.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/spi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/spi.py -------------------------------------------------------------------------------- /pyspedas/projects/psp/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/psp/tests/test_psp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/psp/tests/test_psp.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/README.md -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/config.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/efw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/efw.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/emfisis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/emfisis.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/hope.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/hope.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/load.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/mageis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/mageis.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/magephem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/magephem.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/rbspice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/rbspice.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/rbspice_lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/rept.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/rept.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/rps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/rps.py -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/rbsp/tests/test_rbsp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/rbsp/tests/test_rbsp.py -------------------------------------------------------------------------------- /pyspedas/projects/secs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/secs/README.md -------------------------------------------------------------------------------- /pyspedas/projects/secs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/secs/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/secs/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/secs/config.py -------------------------------------------------------------------------------- /pyspedas/projects/secs/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/secs/load.py -------------------------------------------------------------------------------- /pyspedas/projects/secs/makeplots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/secs/makeplots.py -------------------------------------------------------------------------------- /pyspedas/projects/secs/read_data_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/secs/read_data_files.py -------------------------------------------------------------------------------- /pyspedas/projects/secs/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/secs/tests/test_secs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/secs/tests/test_secs.py -------------------------------------------------------------------------------- /pyspedas/projects/soho/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/soho/README.md -------------------------------------------------------------------------------- /pyspedas/projects/soho/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/soho/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/soho/celias.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/soho/celias.py -------------------------------------------------------------------------------- /pyspedas/projects/soho/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/soho/config.py -------------------------------------------------------------------------------- /pyspedas/projects/soho/costep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/soho/costep.py -------------------------------------------------------------------------------- /pyspedas/projects/soho/erne.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/soho/erne.py -------------------------------------------------------------------------------- /pyspedas/projects/soho/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/soho/load.py -------------------------------------------------------------------------------- /pyspedas/projects/soho/orbit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/soho/orbit.py -------------------------------------------------------------------------------- /pyspedas/projects/soho/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/soho/tests/test_soho.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/soho/tests/test_soho.py -------------------------------------------------------------------------------- /pyspedas/projects/solo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/solo/README.md -------------------------------------------------------------------------------- /pyspedas/projects/solo/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/solo/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/solo/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/solo/config.py -------------------------------------------------------------------------------- /pyspedas/projects/solo/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/solo/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/solo/epd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/solo/epd.py -------------------------------------------------------------------------------- /pyspedas/projects/solo/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/solo/load.py -------------------------------------------------------------------------------- /pyspedas/projects/solo/mag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/solo/mag.py -------------------------------------------------------------------------------- /pyspedas/projects/solo/rpw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/solo/rpw.py -------------------------------------------------------------------------------- /pyspedas/projects/solo/swa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/solo/swa.py -------------------------------------------------------------------------------- /pyspedas/projects/solo/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/solo/tests/test_solo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/solo/tests/test_solo.py -------------------------------------------------------------------------------- /pyspedas/projects/st5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/st5/README.md -------------------------------------------------------------------------------- /pyspedas/projects/st5/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/st5/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/st5/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/st5/config.py -------------------------------------------------------------------------------- /pyspedas/projects/st5/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/st5/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/st5/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/st5/load.py -------------------------------------------------------------------------------- /pyspedas/projects/st5/mag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/st5/mag.py -------------------------------------------------------------------------------- /pyspedas/projects/st5/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/st5/tests/test_st5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/st5/tests/test_st5.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/README.md -------------------------------------------------------------------------------- /pyspedas/projects/stereo/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/beacon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/beacon.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/config.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/het.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/het.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/let.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/let.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/load.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/mag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/mag.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/plastic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/plastic.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/sept.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/sept.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/sit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/sit.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/ste.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/ste.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/swea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/swea.py -------------------------------------------------------------------------------- /pyspedas/projects/stereo/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/stereo/waves.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/stereo/waves.py -------------------------------------------------------------------------------- /pyspedas/projects/swarm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/swarm/README.md -------------------------------------------------------------------------------- /pyspedas/projects/swarm/__init__.py: -------------------------------------------------------------------------------- 1 | from .mag import mag 2 | 3 | -------------------------------------------------------------------------------- /pyspedas/projects/swarm/config.py: -------------------------------------------------------------------------------- 1 | 2 | CONFIG = {'remote_data_dir': 'https://vires.services/'} 3 | 4 | -------------------------------------------------------------------------------- /pyspedas/projects/swarm/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/swarm/load.py -------------------------------------------------------------------------------- /pyspedas/projects/swarm/mag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/swarm/mag.py -------------------------------------------------------------------------------- /pyspedas/projects/swarm/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/themis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/themis/README.md -------------------------------------------------------------------------------- /pyspedas/projects/themis/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/themis/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/themis/common/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/themis/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/themis/config.py -------------------------------------------------------------------------------- /pyspedas/projects/themis/ground/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/themis/ground/ask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/themis/ground/ask.py -------------------------------------------------------------------------------- /pyspedas/projects/themis/ground/gmag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/themis/ground/gmag.py -------------------------------------------------------------------------------- /pyspedas/projects/themis/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/themis/load.py -------------------------------------------------------------------------------- /pyspedas/projects/themis/spacecraft/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/themis/spacecraft/fields/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/themis/spacecraft/particles/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/themis/state_tools/spinmodel/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/themis/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/twins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/twins/README.md -------------------------------------------------------------------------------- /pyspedas/projects/twins/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/twins/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/twins/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/twins/config.py -------------------------------------------------------------------------------- /pyspedas/projects/twins/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/twins/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/twins/ephemeris.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/twins/ephemeris.py -------------------------------------------------------------------------------- /pyspedas/projects/twins/imager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/twins/imager.py -------------------------------------------------------------------------------- /pyspedas/projects/twins/lad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/twins/lad.py -------------------------------------------------------------------------------- /pyspedas/projects/twins/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/twins/load.py -------------------------------------------------------------------------------- /pyspedas/projects/twins/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/README.md -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/config.py -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/cospin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/cospin.py -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/epac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/epac.py -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/grb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/grb.py -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/hiscale.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/hiscale.py -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/load.py -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/swics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/swics.py -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/swoops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/swoops.py -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/urap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/urap.py -------------------------------------------------------------------------------- /pyspedas/projects/ulysses/vhm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/ulysses/vhm.py -------------------------------------------------------------------------------- /pyspedas/projects/wind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/README.md -------------------------------------------------------------------------------- /pyspedas/projects/wind/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/__init__.py -------------------------------------------------------------------------------- /pyspedas/projects/wind/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/config.py -------------------------------------------------------------------------------- /pyspedas/projects/wind/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/datasets.py -------------------------------------------------------------------------------- /pyspedas/projects/wind/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/load.py -------------------------------------------------------------------------------- /pyspedas/projects/wind/mfi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/mfi.py -------------------------------------------------------------------------------- /pyspedas/projects/wind/orbit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/orbit.py -------------------------------------------------------------------------------- /pyspedas/projects/wind/sms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/sms.py -------------------------------------------------------------------------------- /pyspedas/projects/wind/swe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/swe.py -------------------------------------------------------------------------------- /pyspedas/projects/wind/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/projects/wind/tests/test_wind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/tests/test_wind.py -------------------------------------------------------------------------------- /pyspedas/projects/wind/threedp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/threedp.py -------------------------------------------------------------------------------- /pyspedas/projects/wind/waves.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/projects/wind/waves.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/MPLPlotter/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/tplot_tools/MPLPlotter/ctime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/MPLPlotter/ctime.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/MPLPlotter/tplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/MPLPlotter/tplot.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/__init__.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/count_traces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/count_traces.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/data_exists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/data_exists.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/databar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/databar.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/del_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/del_data.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/exporters/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/tplot_tools/get_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/get_data.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/get_timespan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/get_timespan.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/get_y_range.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/get_y_range.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/get_ylimits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/get_ylimits.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/importers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/tplot_tools/is_pseudovariable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/is_pseudovariable.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/link.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/options.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/replace_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/replace_data.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/replace_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/replace_metadata.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/rgb_color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/rgb_color.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/spedas_colorbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/spedas_colorbar.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/store_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/store_data.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/time_double.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/time_double.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/time_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/time_string.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/timebar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/timebar.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/timespan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/timespan.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/timestamp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/timestamp.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tlimit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tlimit.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tnames.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tnames.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_copy.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_math/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_math/add.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_math/add.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_math/clip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_math/clip.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_math/crop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_math/crop.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_math/deflag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_math/deflag.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_math/degap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_math/degap.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_math/derive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_math/derive.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_math/divide.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_math/divide.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_math/pwrspc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_math/pwrspc.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_math/tdotp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_math/tdotp.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_math/tkm2re.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_math/tkm2re.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_names.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_options.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tplot_rename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tplot_rename.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/tres.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/tres.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/wildcard_routines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/wildcard_routines.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/xlim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/xlim.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/ylim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/ylim.py -------------------------------------------------------------------------------- /pyspedas/tplot_tools/zlim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/tplot_tools/zlim.py -------------------------------------------------------------------------------- /pyspedas/utilities/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/utilities/config_testing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/config_testing.py -------------------------------------------------------------------------------- /pyspedas/utilities/dailynames.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/dailynames.py -------------------------------------------------------------------------------- /pyspedas/utilities/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/datasets.py -------------------------------------------------------------------------------- /pyspedas/utilities/download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/download.py -------------------------------------------------------------------------------- /pyspedas/utilities/download_ftp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/download_ftp.py -------------------------------------------------------------------------------- /pyspedas/utilities/find_ip_address.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/find_ip_address.py -------------------------------------------------------------------------------- /pyspedas/utilities/interpol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/interpol.py -------------------------------------------------------------------------------- /pyspedas/utilities/is_gzip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/is_gzip.py -------------------------------------------------------------------------------- /pyspedas/utilities/leap_seconds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/leap_seconds.py -------------------------------------------------------------------------------- /pyspedas/utilities/libs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/libs.py -------------------------------------------------------------------------------- /pyspedas/utilities/mpause_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/mpause_2.py -------------------------------------------------------------------------------- /pyspedas/utilities/mpause_t96.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/mpause_t96.py -------------------------------------------------------------------------------- /pyspedas/utilities/pyspedas_functools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/pyspedas_functools.py -------------------------------------------------------------------------------- /pyspedas/utilities/spice/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/utilities/tcopy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/tcopy.py -------------------------------------------------------------------------------- /pyspedas/utilities/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/utilities/tests/test_math.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/tests/test_math.py -------------------------------------------------------------------------------- /pyspedas/utilities/tests/test_xdegap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/tests/test_xdegap.py -------------------------------------------------------------------------------- /pyspedas/utilities/xdegap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/utilities/xdegap.py -------------------------------------------------------------------------------- /pyspedas/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/version.py -------------------------------------------------------------------------------- /pyspedas/vires/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/vires/__init__.py -------------------------------------------------------------------------------- /pyspedas/vires/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/vires/config.py -------------------------------------------------------------------------------- /pyspedas/vires/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/vires/load.py -------------------------------------------------------------------------------- /pyspedas/vires/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyspedas/vires/tests/test_vires.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spedas/pyspedas/HEAD/pyspedas/vires/tests/test_vires.py --------------------------------------------------------------------------------