https://github.com/i4ds/radio-sunburst-labelcreation
https://github.com/i4ds/radio-sunburst-labelcreation
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/i4ds/radio-sunburst-labelcreation
- Owner: i4Ds
- Created: 2023-01-03T15:20:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T21:20:17.000Z (over 1 year ago)
- Last Synced: 2025-01-03T08:14:24.542Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 45.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Burst List generation
## Installation
Create a python virtual environment and install the requirements.
## Usage
### Creating burst lists
See notebook `burst_list_creation.ipynb` for an example of how to use the code.
Because there are typos and other errors in the original data, a notebook is provided for the user to fix these errors.
The data is created from from the files found here: http://soleil.i4ds.ch/solarradio/data/BurstLists/2010-yyyy_Monstein/
### Data creation
The notebook `create_data.ipynb` allows together with the `burst_list.xlsx` (generated `burst_list_creation.ipynb``) generation of burst and non-burst images.
### EDA
Some EDA is done in `eda.ipynb`.