├── .dockerignore ├── .gitignore ├── .travis.yml ├── CHANGES.txt ├── CITATION.cff ├── Dockerfile ├── GeomagPy.egg-info ├── PKG-INFO ├── SOURCES.txt ├── dependency_links.txt ├── requires.txt └── top_level.txt ├── LICENSE.txt ├── MANIFEST.in ├── README.md ├── doc ├── Functions.odt ├── body-MAGPY.tex ├── graphs │ ├── example1.png │ ├── example10.png │ ├── example11a.png │ ├── example12.png │ ├── example13.png │ ├── example4a.png │ ├── example4b.png │ ├── example4c.png │ ├── example5a.png │ ├── example5b.png │ ├── example8.png │ ├── example9-tmp.png │ └── magpy_logo.svg └── main-MAGPY.tex ├── docker-entrypoint.sh ├── geomagpy.egg-info ├── dependency_links.txt ├── requires.txt └── top_level.txt ├── magpy ├── __init__.py ├── absolutes.py ├── core │ ├── __init__.py │ ├── activity.py │ ├── conversions.py │ ├── database.py │ ├── flagbrain.py │ ├── flagging.py │ ├── methods.py │ └── plot.py ├── doc │ ├── fl_binary.png │ ├── fl_outlier.png │ ├── fl_quakes.png │ ├── fl_range.png │ ├── magpy2-logo.png │ ├── magpy_manual.ipynb │ ├── ms_data.png │ ├── ms_extrapolate1.png │ ├── ms_extrapolate2.png │ ├── ms_extrapolate3.png │ ├── ms_extrapolate4.png │ ├── ms_join1.png │ ├── ms_join2.png │ ├── ms_merge1.png │ ├── ms_subtract.png │ ├── ms_timeshift.png │ ├── pl_421.png │ ├── pl_422.png │ ├── pl_423.png │ ├── pl_424.png │ ├── pl_425.png │ ├── pl_426.png │ ├── sqbase-emd.png │ ├── sqbase-imf6-characteristics.png │ ├── sqbase-imf9-cycles.png │ ├── sqbase-joint.png │ ├── ts_512.png │ ├── ts_54.png │ ├── xfigure310.png │ ├── xfigure321.png │ ├── xfigure322.png │ ├── xfigure323.png │ ├── xfigure324.png │ ├── xfigure325.png │ ├── xfigure341.png │ ├── xfigure351.png │ ├── xfigure361.png │ ├── xfigure411.png │ ├── xfigure420.png │ ├── xfigure421.png │ ├── xfigure423.png │ ├── xfigure425.png │ ├── xfigure430.png │ ├── xfigure431.png │ ├── xfigure440.png │ ├── xfigure443.png │ ├── xfigure450.png │ ├── xfigure470.png │ ├── xfigure520.png │ ├── xfigure521.png │ ├── xfigure522.png │ ├── xfigure523.png │ ├── xfigure524.png │ └── xfigure525.png ├── examples │ ├── __init__.py │ ├── example1.zip │ ├── example2.cdf │ ├── example3.txt │ ├── example4.cdf │ ├── example5.sec │ ├── example6a.txt │ ├── example6b.txt │ └── example7.blv ├── gui │ ├── README_gui.md │ ├── __init__.py │ ├── absolutespage.py │ ├── analysispage.py │ ├── developpage.py │ ├── dialogclasses.py │ ├── flagpage.py │ ├── magpy.log │ ├── magpy.png │ ├── magpy128.jpg │ ├── magpy128.xpm │ ├── magpy2.png │ ├── magpy_gui.py │ ├── magpy_gui_test.py │ ├── metapage.py │ ├── monitorpage.py │ ├── reportpage.py │ ├── statisticspage.py │ ├── streampage.py │ ├── xmagpy │ ├── xmagpy.py │ └── xmagpyw ├── lib │ ├── __init__.py │ ├── format_abs_magpy.py │ ├── format_acecdf.py │ ├── format_autodif.py │ ├── format_autodif_fread.py │ ├── format_basiccsv.py │ ├── format_bdv.py │ ├── format_covjson.py │ ├── format_cr800.py │ ├── format_didd.py │ ├── format_dtu.py │ ├── format_gdas.py │ ├── format_gfz.py │ ├── format_gfzcdf.py │ ├── format_gfztmp.py │ ├── format_gsm19.py │ ├── format_hapijson.py │ ├── format_iaga02.py │ ├── format_igets.py │ ├── format_imagcdf.py │ ├── format_imf.py │ ├── format_iono.py │ ├── format_isgi.py │ ├── format_json.py │ ├── format_latex.py │ ├── format_lemi.py │ ├── format_magpy.py │ ├── format_magpycdf.py │ ├── format_nc.py │ ├── format_neic.py │ ├── format_noaa.py │ ├── format_pos1.py │ ├── format_predstorm.py │ ├── format_qspin.py │ ├── format_rcs.py │ ├── format_sfs.py │ ├── format_tsf.py │ ├── format_wdc.py │ ├── format_wic.py │ ├── format_wik.py │ ├── magpy_absformats.py │ └── magpy_formats.py ├── opt │ ├── Table.py │ ├── __init__.py │ ├── checkdata.py │ ├── cred.py │ └── sigfig.py ├── scripts │ ├── addcred │ ├── addcred.py │ ├── mpconvert │ └── mpconvert.py ├── stream.py ├── test │ ├── test_baseline.py │ ├── test_di.py │ ├── test_format_autodif.py │ ├── test_read.py │ ├── testdata │ │ ├── .DS_Store │ │ ├── autodif │ │ │ └── mk2 │ │ │ │ ├── 20200801.abs │ │ │ │ ├── 20200801.raw │ │ │ │ ├── 20200801.spot │ │ │ │ ├── baseline │ │ │ │ ├── magpy │ │ │ │ │ └── 2020-08-01.txt │ │ │ │ └── ref │ │ │ │ │ └── 20200801.bsln │ │ │ │ ├── compare │ │ │ │ ├── auto │ │ │ │ │ ├── 20200801.raw │ │ │ │ │ ├── 20200801_00-11-13.abs │ │ │ │ │ └── 20200801_00-41-03.abs │ │ │ │ ├── bs_results │ │ │ │ │ ├── abs_autodif_2020-08-01.txt │ │ │ │ │ ├── magpy_2020-08-01.txt │ │ │ │ │ └── raw_autodif_2020-08-01.txt │ │ │ │ └── magpy │ │ │ │ │ ├── 2020-08-01_00-11-13_DO4_DOU.txt │ │ │ │ │ └── 2020-08-01_00-41-03_DO4_DOU.txt │ │ │ │ └── varioscalar │ │ │ │ └── dou20200801vsec.sec │ │ ├── baseline │ │ │ ├── ex_baseval.txt │ │ │ └── ex_variomin.cdf │ │ ├── difiles │ │ │ ├── 2015-02-04_19-02-00_2_NXY.txt │ │ │ ├── 2015-02-04_19-02-01_2_NXY.txt │ │ │ ├── 2015-02-04_19-02-02_2_NXY.txt │ │ │ ├── 2017-11-02_08-35-00_A2_NXX.txt │ │ │ ├── 2020-03-03_18-17-00_A_SXY.txt │ │ │ ├── 2020-03-03_18-17-01_A_SXY.txt │ │ │ ├── 2022-08-10_07-38-00_A2_WIC.txt │ │ │ └── observation_webservice_example.json │ │ ├── kvalue.dka │ │ ├── scalar │ │ │ ├── .DS_Store │ │ │ ├── GP20S32022-08-10.cdf │ │ │ └── NXX_scalar_2017-11-02.cdf │ │ └── variometer │ │ │ ├── .DS_Store │ │ │ ├── NXX_vario_2017-11-02.cdf │ │ │ ├── NXY20150204vsec.zip │ │ │ ├── SXY20200303vsec.zip │ │ │ └── wic20220810vsec.zip │ └── verification.py └── version.py └── setup.py /.dockerignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.pyc 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/.travis.yml -------------------------------------------------------------------------------- /CHANGES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/CHANGES.txt -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/CITATION.cff -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/Dockerfile -------------------------------------------------------------------------------- /GeomagPy.egg-info/PKG-INFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/GeomagPy.egg-info/PKG-INFO -------------------------------------------------------------------------------- /GeomagPy.egg-info/SOURCES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/GeomagPy.egg-info/SOURCES.txt -------------------------------------------------------------------------------- /GeomagPy.egg-info/dependency_links.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /GeomagPy.egg-info/requires.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/GeomagPy.egg-info/requires.txt -------------------------------------------------------------------------------- /GeomagPy.egg-info/top_level.txt: -------------------------------------------------------------------------------- 1 | magpy 2 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/README.md -------------------------------------------------------------------------------- /doc/Functions.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/Functions.odt -------------------------------------------------------------------------------- /doc/body-MAGPY.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/body-MAGPY.tex -------------------------------------------------------------------------------- /doc/graphs/example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example1.png -------------------------------------------------------------------------------- /doc/graphs/example10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example10.png -------------------------------------------------------------------------------- /doc/graphs/example11a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example11a.png -------------------------------------------------------------------------------- /doc/graphs/example12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example12.png -------------------------------------------------------------------------------- /doc/graphs/example13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example13.png -------------------------------------------------------------------------------- /doc/graphs/example4a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example4a.png -------------------------------------------------------------------------------- /doc/graphs/example4b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example4b.png -------------------------------------------------------------------------------- /doc/graphs/example4c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example4c.png -------------------------------------------------------------------------------- /doc/graphs/example5a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example5a.png -------------------------------------------------------------------------------- /doc/graphs/example5b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example5b.png -------------------------------------------------------------------------------- /doc/graphs/example8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example8.png -------------------------------------------------------------------------------- /doc/graphs/example9-tmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/example9-tmp.png -------------------------------------------------------------------------------- /doc/graphs/magpy_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/graphs/magpy_logo.svg -------------------------------------------------------------------------------- /doc/main-MAGPY.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/doc/main-MAGPY.tex -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /geomagpy.egg-info/dependency_links.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /geomagpy.egg-info/requires.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/geomagpy.egg-info/requires.txt -------------------------------------------------------------------------------- /geomagpy.egg-info/top_level.txt: -------------------------------------------------------------------------------- 1 | magpy 2 | -------------------------------------------------------------------------------- /magpy/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/__init__.py -------------------------------------------------------------------------------- /magpy/absolutes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/absolutes.py -------------------------------------------------------------------------------- /magpy/core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/core/__init__.py -------------------------------------------------------------------------------- /magpy/core/activity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/core/activity.py -------------------------------------------------------------------------------- /magpy/core/conversions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/core/conversions.py -------------------------------------------------------------------------------- /magpy/core/database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/core/database.py -------------------------------------------------------------------------------- /magpy/core/flagbrain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/core/flagbrain.py -------------------------------------------------------------------------------- /magpy/core/flagging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/core/flagging.py -------------------------------------------------------------------------------- /magpy/core/methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/core/methods.py -------------------------------------------------------------------------------- /magpy/core/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/core/plot.py -------------------------------------------------------------------------------- /magpy/doc/fl_binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/fl_binary.png -------------------------------------------------------------------------------- /magpy/doc/fl_outlier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/fl_outlier.png -------------------------------------------------------------------------------- /magpy/doc/fl_quakes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/fl_quakes.png -------------------------------------------------------------------------------- /magpy/doc/fl_range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/fl_range.png -------------------------------------------------------------------------------- /magpy/doc/magpy2-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/magpy2-logo.png -------------------------------------------------------------------------------- /magpy/doc/magpy_manual.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/magpy_manual.ipynb -------------------------------------------------------------------------------- /magpy/doc/ms_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ms_data.png -------------------------------------------------------------------------------- /magpy/doc/ms_extrapolate1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ms_extrapolate1.png -------------------------------------------------------------------------------- /magpy/doc/ms_extrapolate2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ms_extrapolate2.png -------------------------------------------------------------------------------- /magpy/doc/ms_extrapolate3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ms_extrapolate3.png -------------------------------------------------------------------------------- /magpy/doc/ms_extrapolate4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ms_extrapolate4.png -------------------------------------------------------------------------------- /magpy/doc/ms_join1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ms_join1.png -------------------------------------------------------------------------------- /magpy/doc/ms_join2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ms_join2.png -------------------------------------------------------------------------------- /magpy/doc/ms_merge1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ms_merge1.png -------------------------------------------------------------------------------- /magpy/doc/ms_subtract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ms_subtract.png -------------------------------------------------------------------------------- /magpy/doc/ms_timeshift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ms_timeshift.png -------------------------------------------------------------------------------- /magpy/doc/pl_421.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/pl_421.png -------------------------------------------------------------------------------- /magpy/doc/pl_422.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/pl_422.png -------------------------------------------------------------------------------- /magpy/doc/pl_423.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/pl_423.png -------------------------------------------------------------------------------- /magpy/doc/pl_424.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/pl_424.png -------------------------------------------------------------------------------- /magpy/doc/pl_425.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/pl_425.png -------------------------------------------------------------------------------- /magpy/doc/pl_426.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/pl_426.png -------------------------------------------------------------------------------- /magpy/doc/sqbase-emd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/sqbase-emd.png -------------------------------------------------------------------------------- /magpy/doc/sqbase-imf6-characteristics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/sqbase-imf6-characteristics.png -------------------------------------------------------------------------------- /magpy/doc/sqbase-imf9-cycles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/sqbase-imf9-cycles.png -------------------------------------------------------------------------------- /magpy/doc/sqbase-joint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/sqbase-joint.png -------------------------------------------------------------------------------- /magpy/doc/ts_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ts_512.png -------------------------------------------------------------------------------- /magpy/doc/ts_54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/ts_54.png -------------------------------------------------------------------------------- /magpy/doc/xfigure310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure310.png -------------------------------------------------------------------------------- /magpy/doc/xfigure321.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure321.png -------------------------------------------------------------------------------- /magpy/doc/xfigure322.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure322.png -------------------------------------------------------------------------------- /magpy/doc/xfigure323.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure323.png -------------------------------------------------------------------------------- /magpy/doc/xfigure324.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure324.png -------------------------------------------------------------------------------- /magpy/doc/xfigure325.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure325.png -------------------------------------------------------------------------------- /magpy/doc/xfigure341.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure341.png -------------------------------------------------------------------------------- /magpy/doc/xfigure351.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure351.png -------------------------------------------------------------------------------- /magpy/doc/xfigure361.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure361.png -------------------------------------------------------------------------------- /magpy/doc/xfigure411.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure411.png -------------------------------------------------------------------------------- /magpy/doc/xfigure420.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure420.png -------------------------------------------------------------------------------- /magpy/doc/xfigure421.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure421.png -------------------------------------------------------------------------------- /magpy/doc/xfigure423.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure423.png -------------------------------------------------------------------------------- /magpy/doc/xfigure425.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure425.png -------------------------------------------------------------------------------- /magpy/doc/xfigure430.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure430.png -------------------------------------------------------------------------------- /magpy/doc/xfigure431.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure431.png -------------------------------------------------------------------------------- /magpy/doc/xfigure440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure440.png -------------------------------------------------------------------------------- /magpy/doc/xfigure443.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure443.png -------------------------------------------------------------------------------- /magpy/doc/xfigure450.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure450.png -------------------------------------------------------------------------------- /magpy/doc/xfigure470.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure470.png -------------------------------------------------------------------------------- /magpy/doc/xfigure520.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure520.png -------------------------------------------------------------------------------- /magpy/doc/xfigure521.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure521.png -------------------------------------------------------------------------------- /magpy/doc/xfigure522.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure522.png -------------------------------------------------------------------------------- /magpy/doc/xfigure523.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure523.png -------------------------------------------------------------------------------- /magpy/doc/xfigure524.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure524.png -------------------------------------------------------------------------------- /magpy/doc/xfigure525.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/doc/xfigure525.png -------------------------------------------------------------------------------- /magpy/examples/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/examples/__init__.py -------------------------------------------------------------------------------- /magpy/examples/example1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/examples/example1.zip -------------------------------------------------------------------------------- /magpy/examples/example2.cdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/examples/example2.cdf -------------------------------------------------------------------------------- /magpy/examples/example3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/examples/example3.txt -------------------------------------------------------------------------------- /magpy/examples/example4.cdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/examples/example4.cdf -------------------------------------------------------------------------------- /magpy/examples/example5.sec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/examples/example5.sec -------------------------------------------------------------------------------- /magpy/examples/example6a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/examples/example6a.txt -------------------------------------------------------------------------------- /magpy/examples/example6b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/examples/example6b.txt -------------------------------------------------------------------------------- /magpy/examples/example7.blv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/examples/example7.blv -------------------------------------------------------------------------------- /magpy/gui/README_gui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/README_gui.md -------------------------------------------------------------------------------- /magpy/gui/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/__init__.py -------------------------------------------------------------------------------- /magpy/gui/absolutespage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/absolutespage.py -------------------------------------------------------------------------------- /magpy/gui/analysispage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/analysispage.py -------------------------------------------------------------------------------- /magpy/gui/developpage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/developpage.py -------------------------------------------------------------------------------- /magpy/gui/dialogclasses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/dialogclasses.py -------------------------------------------------------------------------------- /magpy/gui/flagpage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/flagpage.py -------------------------------------------------------------------------------- /magpy/gui/magpy.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/magpy.log -------------------------------------------------------------------------------- /magpy/gui/magpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/magpy.png -------------------------------------------------------------------------------- /magpy/gui/magpy128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/magpy128.jpg -------------------------------------------------------------------------------- /magpy/gui/magpy128.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/magpy128.xpm -------------------------------------------------------------------------------- /magpy/gui/magpy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/magpy2.png -------------------------------------------------------------------------------- /magpy/gui/magpy_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/magpy_gui.py -------------------------------------------------------------------------------- /magpy/gui/magpy_gui_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/magpy_gui_test.py -------------------------------------------------------------------------------- /magpy/gui/metapage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/metapage.py -------------------------------------------------------------------------------- /magpy/gui/monitorpage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/monitorpage.py -------------------------------------------------------------------------------- /magpy/gui/reportpage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/reportpage.py -------------------------------------------------------------------------------- /magpy/gui/statisticspage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/statisticspage.py -------------------------------------------------------------------------------- /magpy/gui/streampage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/streampage.py -------------------------------------------------------------------------------- /magpy/gui/xmagpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/xmagpy -------------------------------------------------------------------------------- /magpy/gui/xmagpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/xmagpy.py -------------------------------------------------------------------------------- /magpy/gui/xmagpyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/gui/xmagpyw -------------------------------------------------------------------------------- /magpy/lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/__init__.py -------------------------------------------------------------------------------- /magpy/lib/format_abs_magpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_abs_magpy.py -------------------------------------------------------------------------------- /magpy/lib/format_acecdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_acecdf.py -------------------------------------------------------------------------------- /magpy/lib/format_autodif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_autodif.py -------------------------------------------------------------------------------- /magpy/lib/format_autodif_fread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_autodif_fread.py -------------------------------------------------------------------------------- /magpy/lib/format_basiccsv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_basiccsv.py -------------------------------------------------------------------------------- /magpy/lib/format_bdv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_bdv.py -------------------------------------------------------------------------------- /magpy/lib/format_covjson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_covjson.py -------------------------------------------------------------------------------- /magpy/lib/format_cr800.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_cr800.py -------------------------------------------------------------------------------- /magpy/lib/format_didd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_didd.py -------------------------------------------------------------------------------- /magpy/lib/format_dtu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_dtu.py -------------------------------------------------------------------------------- /magpy/lib/format_gdas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_gdas.py -------------------------------------------------------------------------------- /magpy/lib/format_gfz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_gfz.py -------------------------------------------------------------------------------- /magpy/lib/format_gfzcdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_gfzcdf.py -------------------------------------------------------------------------------- /magpy/lib/format_gfztmp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_gfztmp.py -------------------------------------------------------------------------------- /magpy/lib/format_gsm19.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_gsm19.py -------------------------------------------------------------------------------- /magpy/lib/format_hapijson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_hapijson.py -------------------------------------------------------------------------------- /magpy/lib/format_iaga02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_iaga02.py -------------------------------------------------------------------------------- /magpy/lib/format_igets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_igets.py -------------------------------------------------------------------------------- /magpy/lib/format_imagcdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_imagcdf.py -------------------------------------------------------------------------------- /magpy/lib/format_imf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_imf.py -------------------------------------------------------------------------------- /magpy/lib/format_iono.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_iono.py -------------------------------------------------------------------------------- /magpy/lib/format_isgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_isgi.py -------------------------------------------------------------------------------- /magpy/lib/format_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_json.py -------------------------------------------------------------------------------- /magpy/lib/format_latex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_latex.py -------------------------------------------------------------------------------- /magpy/lib/format_lemi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_lemi.py -------------------------------------------------------------------------------- /magpy/lib/format_magpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_magpy.py -------------------------------------------------------------------------------- /magpy/lib/format_magpycdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_magpycdf.py -------------------------------------------------------------------------------- /magpy/lib/format_nc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_nc.py -------------------------------------------------------------------------------- /magpy/lib/format_neic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_neic.py -------------------------------------------------------------------------------- /magpy/lib/format_noaa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_noaa.py -------------------------------------------------------------------------------- /magpy/lib/format_pos1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_pos1.py -------------------------------------------------------------------------------- /magpy/lib/format_predstorm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_predstorm.py -------------------------------------------------------------------------------- /magpy/lib/format_qspin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_qspin.py -------------------------------------------------------------------------------- /magpy/lib/format_rcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_rcs.py -------------------------------------------------------------------------------- /magpy/lib/format_sfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_sfs.py -------------------------------------------------------------------------------- /magpy/lib/format_tsf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_tsf.py -------------------------------------------------------------------------------- /magpy/lib/format_wdc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_wdc.py -------------------------------------------------------------------------------- /magpy/lib/format_wic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_wic.py -------------------------------------------------------------------------------- /magpy/lib/format_wik.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/format_wik.py -------------------------------------------------------------------------------- /magpy/lib/magpy_absformats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/magpy_absformats.py -------------------------------------------------------------------------------- /magpy/lib/magpy_formats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/lib/magpy_formats.py -------------------------------------------------------------------------------- /magpy/opt/Table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/opt/Table.py -------------------------------------------------------------------------------- /magpy/opt/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/opt/__init__.py -------------------------------------------------------------------------------- /magpy/opt/checkdata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/opt/checkdata.py -------------------------------------------------------------------------------- /magpy/opt/cred.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/opt/cred.py -------------------------------------------------------------------------------- /magpy/opt/sigfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/opt/sigfig.py -------------------------------------------------------------------------------- /magpy/scripts/addcred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/scripts/addcred -------------------------------------------------------------------------------- /magpy/scripts/addcred.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/scripts/addcred.py -------------------------------------------------------------------------------- /magpy/scripts/mpconvert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/scripts/mpconvert -------------------------------------------------------------------------------- /magpy/scripts/mpconvert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/scripts/mpconvert.py -------------------------------------------------------------------------------- /magpy/stream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/stream.py -------------------------------------------------------------------------------- /magpy/test/test_baseline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/test_baseline.py -------------------------------------------------------------------------------- /magpy/test/test_di.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/test_di.py -------------------------------------------------------------------------------- /magpy/test/test_format_autodif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/test_format_autodif.py -------------------------------------------------------------------------------- /magpy/test/test_read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/test_read.py -------------------------------------------------------------------------------- /magpy/test/testdata/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/.DS_Store -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/20200801.abs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/20200801.abs -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/20200801.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/20200801.raw -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/20200801.spot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/20200801.spot -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/baseline/magpy/2020-08-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/baseline/magpy/2020-08-01.txt -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/baseline/ref/20200801.bsln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/baseline/ref/20200801.bsln -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/compare/auto/20200801.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/compare/auto/20200801.raw -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/compare/auto/20200801_00-11-13.abs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/compare/auto/20200801_00-11-13.abs -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/compare/auto/20200801_00-41-03.abs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/compare/auto/20200801_00-41-03.abs -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/compare/bs_results/abs_autodif_2020-08-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/compare/bs_results/abs_autodif_2020-08-01.txt -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/compare/bs_results/magpy_2020-08-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/compare/bs_results/magpy_2020-08-01.txt -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/compare/bs_results/raw_autodif_2020-08-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/compare/bs_results/raw_autodif_2020-08-01.txt -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/compare/magpy/2020-08-01_00-11-13_DO4_DOU.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/compare/magpy/2020-08-01_00-11-13_DO4_DOU.txt -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/compare/magpy/2020-08-01_00-41-03_DO4_DOU.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/compare/magpy/2020-08-01_00-41-03_DO4_DOU.txt -------------------------------------------------------------------------------- /magpy/test/testdata/autodif/mk2/varioscalar/dou20200801vsec.sec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/autodif/mk2/varioscalar/dou20200801vsec.sec -------------------------------------------------------------------------------- /magpy/test/testdata/baseline/ex_baseval.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/baseline/ex_baseval.txt -------------------------------------------------------------------------------- /magpy/test/testdata/baseline/ex_variomin.cdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/baseline/ex_variomin.cdf -------------------------------------------------------------------------------- /magpy/test/testdata/difiles/2015-02-04_19-02-00_2_NXY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/difiles/2015-02-04_19-02-00_2_NXY.txt -------------------------------------------------------------------------------- /magpy/test/testdata/difiles/2015-02-04_19-02-01_2_NXY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/difiles/2015-02-04_19-02-01_2_NXY.txt -------------------------------------------------------------------------------- /magpy/test/testdata/difiles/2015-02-04_19-02-02_2_NXY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/difiles/2015-02-04_19-02-02_2_NXY.txt -------------------------------------------------------------------------------- /magpy/test/testdata/difiles/2017-11-02_08-35-00_A2_NXX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/difiles/2017-11-02_08-35-00_A2_NXX.txt -------------------------------------------------------------------------------- /magpy/test/testdata/difiles/2020-03-03_18-17-00_A_SXY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/difiles/2020-03-03_18-17-00_A_SXY.txt -------------------------------------------------------------------------------- /magpy/test/testdata/difiles/2020-03-03_18-17-01_A_SXY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/difiles/2020-03-03_18-17-01_A_SXY.txt -------------------------------------------------------------------------------- /magpy/test/testdata/difiles/2022-08-10_07-38-00_A2_WIC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/difiles/2022-08-10_07-38-00_A2_WIC.txt -------------------------------------------------------------------------------- /magpy/test/testdata/difiles/observation_webservice_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/difiles/observation_webservice_example.json -------------------------------------------------------------------------------- /magpy/test/testdata/kvalue.dka: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/kvalue.dka -------------------------------------------------------------------------------- /magpy/test/testdata/scalar/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/scalar/.DS_Store -------------------------------------------------------------------------------- /magpy/test/testdata/scalar/GP20S32022-08-10.cdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/scalar/GP20S32022-08-10.cdf -------------------------------------------------------------------------------- /magpy/test/testdata/scalar/NXX_scalar_2017-11-02.cdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/scalar/NXX_scalar_2017-11-02.cdf -------------------------------------------------------------------------------- /magpy/test/testdata/variometer/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/variometer/.DS_Store -------------------------------------------------------------------------------- /magpy/test/testdata/variometer/NXX_vario_2017-11-02.cdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/variometer/NXX_vario_2017-11-02.cdf -------------------------------------------------------------------------------- /magpy/test/testdata/variometer/NXY20150204vsec.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/variometer/NXY20150204vsec.zip -------------------------------------------------------------------------------- /magpy/test/testdata/variometer/SXY20200303vsec.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/variometer/SXY20200303vsec.zip -------------------------------------------------------------------------------- /magpy/test/testdata/variometer/wic20220810vsec.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/testdata/variometer/wic20220810vsec.zip -------------------------------------------------------------------------------- /magpy/test/verification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/magpy/test/verification.py -------------------------------------------------------------------------------- /magpy/version.py: -------------------------------------------------------------------------------- 1 | __version__ = '2.0.1' 2 | -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geomagpy/magpy/HEAD/setup.py --------------------------------------------------------------------------------