For a property group data (e.g., including LogR, Beff, so on) calculated from a SHARP data at a given time t0, the flare association (FA) algorithm finds all the historical GOES soft X-rays flares that occurred in the corresponding SHARP field-of-view (FOV) during its entire disk passage.
The SHARP data at t0 is first inquired whether it contains any NOAA active regions with sunspots (ARs) or without sunspots (called plage regions PRs) within its field-of-view (FOV) using the information about the location of NOAA ARs and PRs reported in the NOAA Solar Region Summary (SRS).
If any NOAA AR/PR number(s) are assigned to the SHARP, then we search for GOES flares of which source region(s) are same as the assigned NOAA AR(s)/PR(s) during the entire disk passage of the SHARP, as well as of which location(s), identified from H-alpha ground observations, are within the SHARP FOV.
If no NOAA AR/PR number is assigned to the SHARP, then we use the location of GOES flares from H-alpha observations to find any flare(s) that occurred within the SHARP FOV.
There are two kinds of outputs extracted from the flare association algorithm as follows:
GOES magnitudes of all the associated flares: e.g., M1.3, C3.4
Note that B-class flares are not considered because they are in the range of the solar soft X-ray background level.
Time differences between the SHARP observation time t0 and start/peak/end times (ts, tp, te) of all the associated flares (units: in seconds)
ts - t0
tp - t0
te - t0
They are written in the property database (in JSON format) with the property_type keyword called flare_assocation.
{ "data":{ "flare_association":[ { "f_etime_tau":-25802, "f_mag":"C3.9", "f_ptime_tau":-26462, "f_stime_tau":-27782 }, { "f_etime_tau":563218, "f_mag":"C1.1", "f_ptime_tau":562798, "f_stime_tau":562438 } ] }, "fc_id":"flarecast-production_01-00000000-0000-0000-0000-0000000027ee", "lat_hg":-17.6586507001787, "long_carr":55.4223785, "long_hg":-72.6372985, "meta":{ "harp":1684, "nar":[ 11846 ], "npr":null }, "time_start":"2013-09-18T10:36:02+00:00" }