Difference between revisions of "Category:STIX Flares"

From stix
Jump to: navigation, search
Line 9: Line 9:
 
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
 
#import  module_name
 
#import  module_name
def your_module_name(flare_id, start_utc, end_utc, flare_peak_utc):
+
def module_name(flare_id, start_utc, end_utc, flare_peak_utc):
 
     #Flare ID, start UTC, end UTC and peak UTC values will be provided by the pipeline  
 
     #Flare ID, start UTC, end UTC and peak UTC values will be provided by the pipeline  
 
     # A module usually consist of blocks as below:
 
     # A module usually consist of blocks as below:

Revision as of 11:14, 14 May 2021

Recent articles in category:Category Name

Flare wiki pages are created by the flare data processing pipeline. At present, it only processes data from a few instruments. More modules can be integrated into the pipeline. If you wish to contribute code to the pipeline, please prepare modules like the example below and send them to Hualin Xiao

#import  module_name
def module_name(flare_id, start_utc, end_utc, flare_peak_utc):
    #Flare ID, start UTC, end UTC and peak UTC values will be provided by the pipeline 
    # A module usually consist of blocks as below:
    # - data retrieving, for example using sunpy Fido 
    # - data processing
    # - plotting
    # - save plot to file
    return plot_filename

It is also possible to integrate IDL code, which is compatible with GDL, into the pipeline.

Pages in category "STIX Flares"

The following 200 pages are in this category, out of 889 total.

(previous page) (next page)

S

(previous page) (next page)