Connect flare events with proton events on Earth via propagation model (SMS)
This workflow uses flares listed in any HELIO HEC flare catalogue (using the semantic mapping service), checks whether these flares are connected to Earth via the Parker spiral, and looks for proton events at earth listed in the goes_proton_event list.
The flare listing and the proton listing are combinded into a list of VOTable outputs (one VOTable per flare catalogue with results).
Preview
Run
Run this Workflow in the Taverna Workbench...
Option 1:
Copy and paste this link into File > 'Open workflow location...'
http://www.myexperiment.org/workflows/2630/download?version=2
[ More Info ]
Taverna is available from http://taverna.sourceforge.net/
If you are having problems downloading it in Taverna, you may need to provide your username and password in the URL so that Taverna can access the Workflow:
Replace http:// in the link above with http://yourusername:yourpassword@
Workflow Components
![]() | ![]() |
Anja Le Blanc |
![]() | ![]() |
Connect flare events with proton events on Earth via propagation model (SMS) |
![]() | ![]() |
This workflow uses flares listed in any HELIO HEC flare catalogue (using the semantic mapping service), checks whether these flares are connected to Earth via the Parker spiral, and looks for proton events at earth listed in the goes_proton_event list. The flare listing and the proton listing are combinded into a list of VOTable outputs (one VOTable per flare catalogue with results). |
![]() | ![]() |
None
Inputs (5) | ![]() |
Name | Description |
---|---|
STARTTIME | start time of time period |
ENDTIME | end time of time period |
solar_wind_speed | assumed speed of the solar wind |
error_solar_wind | assumed error of the solar wind speed in km/s |
beta | speed of energetic particles as percentage of speed of light (float) 0.9 = 90% |
Processors (10) | ![]() |
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Propagation_of_the_Solar_Wind_from_the_Sun | workflow | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FindEarthHits | beanshell |
Scriptvoid findETA(String votable){ String[] parts = votable.split(" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HEC_proton | wsdl |
Wsdlhttp://festung1.oats.inaf.it:8080/helio-hec/HelioTavernaService?WSDLWsdl OperationQuery |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Query_query_2 | xmlsplitter | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
construct_input | beanshell |
Scriptimport java.text.SimpleDateFormat; lists = new ArrayList(); end = new ArrayList(); start = new ArrayList(); long offset = Integer.parseInt(dt)*60*60*1000; SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"); for(int i=0; i |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createOutput | beanshell |
Scriptint findLastNode(String VOTable, String node) { int pos = VOTable.lastIndexOf("<"+node); int pos2 = VOTable.indexOf(">",pos); if(VOTable.charAt(pos2-1)=='/'){ return pos2+1; } return (VOTable.lastIndexOf(new String(""))+node.length()+3); } void modifyFieldnames(String VOTable, String name) { String fields=VOTable.substring(VOTable.indexOf("
None
(People/Groups)
(Workflows/Files)
Log in to add Tags
Citations (0)Version History
Version History
In chronological order:
|
No comments yet
Log in to make a comment