Shindin, Alexey. (2019). Properties of Stimulated Electromagnetic Emissions during Inclined HF Pumping of the Ionosphere near the 4th Electron Gyroharmonic at HAARP - data set (Version 1.0.0) [Data set]. Zenodo. http://doi.org/10.5281/zenodo.2600237
File "raw_data_archive.urls" contains all urls for the data set above.
"Run all" bash script with all commands below for Linux OS to do all data processing and make all figures
Scipt below tested in Ubuntu 18.04 with Anaconda 2018.12 python3 distribution on PC (CPU: AMD Ryzen 7 1800X, RAM: 32 GB). On such PC about 30 GB of free disc space is needed and about 48 hours to do all processing.
bash run_all.sh
i.e. using wget:
wget -i raw_data_archive.urls
In Linux:
sed 's/\r$//' checksums.sha | sed 's/\r/\n'/ | sha1sum -c
In Windows one can use Double commander to do this.
Third-party software needed: 7zip for '*.7z' files, wavpack for '*.wv' files.
wvunpack -r *.wv
7z -y x "*.7z"
All code tested with Anaconda 2018.12 python distribution:
- Python 3.7.1
- numpy-1.15.4
- pandas-0.23.4
- matplotlib-3.0.2
- scipy-1.1.0
To extract RF data from '*.DRXS12' files GNU Octave (or Matlab) is requied. Octave code tested with GNU Octave 5.1.0.
octave-cli extract_spew.m
python get_spectrograms_A.py
python get_spectrograms_B.py
python get_spectrograms_C.py
python concat_spectrograms.py
python inline_sweeps.py
python fill_database.py
python dm_proc.py
python bum_proc.py
python figure1.py
python figure2.py
python figure3.py