LICENSE
MANIFEST.in
README.md
pyproject.toml
mars_currents/__init__.py
mars_currents/binning.py
mars_currents/load_mag_data_rotate_to_mse.py
mars_currents.egg-info/PKG-INFO
mars_currents.egg-info/SOURCES.txt
mars_currents.egg-info/dependency_links.txt
mars_currents.egg-info/requires.txt
mars_currents.egg-info/top_level.txt
mars_currents/generic/Rot.py
mars_currents/generic/__init__.py
mars_currents/generic/bow_shock.py
mars_currents/generic/cart_to_sph.py
mars_currents/generic/cart_to_sph_vf.py
mars_currents/generic/sph_to_cart_vf.py
mars_currents/grid/__init__.py
mars_currents/grid/cell.py
mars_currents/grid/curl.py
mars_currents/grid/div.py
mars_currents/grid/grid_cell_geometry.py
mars_currents/grid/load_grid.py
mars_currents/grid/save_grid.py
mars_currents/grid/sigma_gradient.py
mars_currents/grid/spherical_grid.py
mars_currents/mag_files/__init__.py
mars_currents/mag_files/create_paths.py
mars_currents/mag_files/load_mag_data.py
mars_currents/mag_files/mag_files_list.py
mars_currents/maps/__init__.py
mars_currents/maps/mollweide_maps.py
mars_currents/spice_codes/__init__.py
mars_currents/spice_codes/load_spice_kernels.py
mars_currents/swia_files/__init__.py
mars_currents/swia_files/create_paths.py
mars_currents/swia_files/load_swia_data.py
mars_currents/swia_files/swia_files_list.py
mars_currents/time_operations/__init__.py
mars_currents/time_operations/datetime2doy.py
mars_currents/time_operations/days_in_months.py
mars_currents/time_operations/doy2datetime.py
mars_currents/time_operations/reduce_date_time.py
mars_currents/time_operations/time.py
mars_currents/time_operations/year_doy2date_str.py
mars_currents/time_operations/yearisLeap.py