https://github.com/gregstarr/trough-id
identify the main ionospheric trough in total electron content images
https://github.com/gregstarr/trough-id
Last synced: about 1 year ago
JSON representation
identify the main ionospheric trough in total electron content images
- Host: GitHub
- URL: https://github.com/gregstarr/trough-id
- Owner: gregstarr
- License: mit
- Created: 2021-12-13T02:43:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T16:16:51.000Z (over 4 years ago)
- Last Synced: 2025-02-05T13:48:31.149Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trough-id
identify the main ionospheric trough in total electron content images
desired usage: `python -m trough-id --start-date MMDDYYYY --end-date MMDDYYYY --output-dir /path/to/dir`
* downloads madrigal
* downloads Kp
* downloads auroral boundary
* runs TEC preparation
* runs trough identification
* saves in logical directory structure
* nice functions for accessing all underlying data, most importantly prepared TEC and trough ids
for fine-grained control: `python -m trough-id --config /path/to/config`