Difference between revisions of "Category:STIX Flares"

From stix
Jump to: navigation, search
Line 4: Line 4:
 
</table>
 
</table>
 
Flare wiki pages are created by the flare data processing pipeline.  
 
Flare wiki pages are created by the flare data processing pipeline.  
At present, it only processes data of a few instruments.  
+
At present, it only processes data from a few instruments.  
More data processing modules can be integrated into the pipeline.
+
More modules can be integrated into the pipeline.
If you wish to contribute modules, 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 modules like the example below and send them to [mailto:hualin.xiao@fhnw.ch Hualin Xiao]
 
 
 
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
def your_module_name(flare_id, start_utc, end_utc):
+
#import  module_name
     # data processing code here
+
def your_module_name(flare_id, start_utc, end_utc, flare_peak_utc):
     # plot data
+
     #Flare ID, start UTC, end UTC and peak UTC values will be provided by the pipeline
     # save plot
+
    # 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
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
It is also possible to integrate IDL code which is compatible with GDL into the pipeline

Revision as of 11:13, 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 your_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)