Python Forum
Detecting Solar Radio Burst Using Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Detecting Solar Radio Burst Using Python
#1
I need to detect solar radio bursts using python. The spectograms are in .fits file. Can anyone help me to brainstorm the methodology to do this? As far as I know, firstly I need to do preprocessing image which consist of background subtraction and noise cancellation. Then, I need to build an algorithm that can detect the burst in the image. But how???
buran write May-08-2024, 12:54 PM:
Spam link removed
Reply
#2
see what's available in PyPi, here.
Reply
#3
This doesn't sound like a Python question. What kind of image processing do you want to perform? What kind of detection algorithm? A quick google of "detect solar radio burst" pulls up a lot of fairly recent papers, many which reference machine learning.

Can you provide more information about what kind of processing you want to perform with your data, and then maybe we can suggest python packages that would be a good fit.
Reply
#4
You can refer to some available samples here https://github.com/peijin94/type3detect/...th=d797d16 geometry dash world
Reply
#5
There are packages available for SDR (Software defined Radio).
you will need an SDR receiver, or use websdr or something like websdr
receivers can be had for as low as $30 and cover a very broad spectrum.

RTL-SDR is an example of low cost receiver.

Most of of these are capable of scanning multiple frequencies, continuously.
Most of the software, but not all of it, is written in C, one of the most popular being SDR++, SDR++ Github

for python, see https://pypi.org/search/?q=SDR
also PySDR

Example Blog on solar flair detection

Perhaps you can find something useful here.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PyGame: detecting key press, but not key qrani 2 5,072 Sep-28-2018, 11:08 PM
Last Post: qrani

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020