Skip to content

zxqlxy/High_Temperature_Extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

High Temperature Solar EUV Signal Extraction and Restorion

Introduction

Manually extract features from AIA EUV channel images can be tedious and we have sufficient reasons to believe that we can extract information we want since each channel is a combination of different ions' emission. Right now we are interested in information of high energy emission Fe_XVIII signal.

Similar projects that utilize deep learning are HMI-to-AIA Prediction and EUV Monitoring.

Preprocess the data to get Fe_XVIII signal

The method is from A Systematic Survey of High-Temperature Emission in Solar Active Regions to extract Fe_XVIII signal on 94 by subtracting "warm" signal from 171 and 193. The data is from Standford JSOC Database.

Week 1

The result of a Fe_XVIII signal full disk solar picture is obtained from 94 image, 171 image, 193_image.

solar picture 94 image 171 image 193 image

Week 2

After some preprocessing, I did the first GAN on data on first 3 months of data and I found that the loss function never converge because it will pick noise around the sun like this.

Indeed, after I found the maximum points on both 94 and 193. I found that the maximum point of 94 is actually out side of the sun. While the 193 looks good. Here are the pictures.

094 193

Thus, we need to mask out the data outside of the disk (including the outer part of the disk) to avoid too much noise.

094 193

Not only that, we need to normalize the data (it turns out each different picture can have different scale) so that the max and min are 1.0 and -1.0 respectively.

week 3

Now, the preprocess first mask out (set masked area to minimum of one picture) and then normalize. Also, after some observations, the unwanted results (sun flare) occurs mostly when the maximum of the picture is less than 10^8.