Page tree
Skip to end of metadata
Go to start of metadata

Name: 

flare_association.pro

Purpose: 

Finds all the associated flares for a given SHARP region.

Calling sequence:

flare_association, new_ind_with_srs, out_flare_association, services, t_window=t_window, t_offset=t_offset, lat_ext=lat_ext, lon_ext=lon_ext

Input parameters:

new_ind_with_srs - hmi_sharp_cea_720s meta data with some information extracted from NOAA/SWPC SRS file

services - information about FLARECAST API services 

Input Keywords:

t_window - duration of the time window for searching flares [days] ; default=3

t_offset - offset of the time window from the SHARP observation time for searching flares [days] ; default=0

lat_ext - latitudinal  (up and down) from the SHARP FOV for searching flares [degrees] ; default=0

lon_ext - longitudinal extention (left and right) from the SHARP FOV for searching flares [degrees] ; default=0

Output:

out_flare_association - a structure having 3 tags related to the properties of null points

                                      f_mag: magnitutes of all the identified flares that occurred in the SHARP region during the given time period and field-of-view

                                      f_eng: time intergraed fluxes of all the identified flares that occurred in the SHARP region during the given time period and field-of-view

                                      f_sdate: start date of all the identified flares that occurred in the SHARP region during the given time period and field-of-view

                                      f_pdate: peak date of all the identified flares that occurred in the SHARP region during the given time period and field-of-view

                                      f_edate: end date of all the identified flares that occurred in the SHARP region during the given time period and field-of-view

                                      f_stime: start time of all the identified flares that occurred in the SHARP region during the given time period and field-of-view

                                      f_ptime: peak time of all the identified flares that occurred in the SHARP region during the given time period and field-of-view

                                      f_etime: end time of all the identified flares that occurred in the SHARP region during the given time period and field-of-view;                           

                                      f_stime_tau: time difference between the start times of all the identified flares and the SHARP observation time [seconds]

                                      f_ptime_tau: time difference between the peak times of all the identified flares and the SHARP observation time [seconds]

                                      f_etime_tau: time difference between the end times of all the identified flares and the SHARP observation time [seconds]

                                      f_idx: flare index of the SHARP region during the given time period and field-of-view

                                      f_b_num: nummber of all the identified B-class flares that occurred in the SHARP region during the given time period and field-of-view

                                      f_c_num: nummber of all the identified C-class flares that occurred in the SHARP region during the given time period and field-of-view

                                      f_m_num: nummber of all the identified M-class flares that occurred in the SHARP region during the given time period and field-of-view

                                      f_x_num: nummber of all the identified X-class flares that occurred in the SHARP region during the given time period and field-of-view

                                      f_toteng: sum of time intergraed fluxes of all the identified flares that occurred in the the SHARP region during the given time period and field-of-view

Property name in DB:

flare_association.f_mag, flare_association.f_stime_tau, flare_association.f_ptime_tau, flare_association.f_etime_tau

Repository

https://dev.flarecast.eu/stash/projects/FE/repos/flare_association

  • No labels