Difference between revisions of "Category:STIX Flares"

From stix
Jump to: navigation, search
Line 7: Line 7:
 
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 plugins 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">
+
Please refer to [https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=Tutorial:Flare_Processing_Plugins_for_WIKI |Flare data processing plugins] on how to prepare plugins.
#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
 
</syntaxhighlight>
 
It is also possible to integrate IDL code, which is compatible with GDL, into the pipeline.
 

Revision as of 11:43, 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 Please refer to |Flare data processing plugins on how to prepare plugins.

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)