Difference between revisions of "Category:STIX Flares"

From stix
Jump to: navigation, search
Line 6: Line 6:
 
At present, it only processes data from a few instruments.  
 
At present, it only processes data from a few instruments.  
 
More  modules can be integrated into the pipeline.
 
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 [mailto:hualin.xiao@fhnw.ch Hualin Xiao]
+
If you wish to contribute code to the pipeline, please prepare plugins like the example below and send them to [mailto:hualin.xiao@fhnw.ch Hualin Xiao]
 
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
 
#import  module_name
 
#import  module_name
def module_name(flare_id, start_utc, end_utc, flare_peak_utc):
+
def plugin_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 plugin usually consist of blocks as below:
 
     # - data retrieving, for example using sunpy Fido  
 
     # - data retrieving, for example using sunpy Fido  
 
     # - data processing
 
     # - data processing

Revision as of 11:15, 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 plugins like the example below and send them to Hualin Xiao

#import  module_name
def plugin_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 plugin 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)