Cross-platform Sudden Ionospheric Disturbances (SID) monitor
Monitoring the Sudden Ionospheric Disturbances (SID) is an easy yet exciting Home Based Radio Astronomy Project. This project is an implementation of Stanford SOLAR Center’s SuperSID.
The default SuperSID project software runs only on Windows OS to record the pre-amplified signal received by the antenna with a “SuperSID Monitor”.
This SuperSID project is an Open Source implementation that runs on Linux and Windows. The scripts are executable by Python v3.
This SuperSID includes a text mode which allows to turn your Raspberry Pi into a SID monitor (tested on Raspbian Wheezy & Pidora distro). TkInter in the default GUI to ensure Python 3 compatibility.
| Original Project | Open Source SuperSID Project |
|---|---|
| Desktop/Laptop PC | Desktop/Laptop PC/Raspberry Pi (512Mb) |
| Windows OS | Linux and Windows OS |
| Python 2.7 | Python 3.9+ |
| Any Soundcard | USB External Soundcard |
| SuperSID Monitor pre-amp. | Direct connection to External Soundcard |
supersid.py:
- More options in the [configuration file (.cfg)] (docs/ConfigHelp.md)
- Continue recording after interruption
- Auto adjustment of the interval period for better accuracy
- New extended file format with time stamp to the 1000th of second
- sidfile.py can be used as a utility to manipulate SID files
- Supports both graphical view with power spectrum display and text only view
- Graphical view now has waterfall display
supersid_plot.py:
- Accepts multiple files to display up to 10 days in continue (wildcards possible)
- Can connect to NOAA to draw the day's events
- Can send the graph as PDF by email
Example: ./supersid_plot.py -f ~/Data/DAISYSG_2015-07-03.csv --web

