-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67816cd
commit 9b5566f
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: post | ||
title: "Spectral analysis of solar filaments using Convolutional-Neural Networks (CNNs)" | ||
subtitle: "Guillem Castelló i Barceló" | ||
date: 2024-10-17 11:00:00 | ||
author: "University of the Balearic Islands UIB, Spain" | ||
#header-img: "img/2024-10-17-Barcelo.jpg" | ||
published: true | ||
--- | ||
|
||
## Abstract | ||
Solar filaments (also called prominences when seen off-disk) are solar atmospheric structures consisting of dense, cool plasma clouds floating within the sun's corona. | ||
Since the beginning of solar observations, it has been seen that the prominences oscillate with a wide variety of motions. These periodic motions are very common, but there are no systematic studies of these oscillations. | ||
It has recently been shown that spectral analysis of solar filaments is a powerful tool to identify oscillations in these structures. With this technique, the power spectral density (PSD) is calculated for each pixel of the Halpha images. To differentiate between a detection or a spurious oscillation, it is necessary to determine the background noise. We have seen that this background noise is a combination of red and white noise. The red-noise nature of the PSD is problematic in their study since most of the statistical tools developed to identify real oscillations from the noise are for white-noise PSD. The most appropriate approach for this problem is the usage of Bayesian statistics and Monte Carlo Markov Chains (MCMC). MCMC methods can be computationally expensive and have been proven to be too slow for our research aims, so we tackle this problem with deep learning techniques, specifically Convolutional Neural Networks (CNNs). We developed two neural networks, which reproduce the same outcomes as the MCMC methods. Both have been trained with synthetic data as well as real data from the MCMC methods. | ||
The results obtained show negligible differences with the results from the MCMC methods but with the advantage of computing times orders of magnitude smaller. | ||
|
||
### Co-authors: | ||
Manuel Luna, Jaume Terradas |