Strabon
changeset 465:515413720e57
fix satelite name for msg1_rss
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Thu Jul 19 20:25:03 2012 +0300 (2012-07-19) |
parents | 77cfd388d706 |
children | c63d7397f50d |
files | scripts/v2.2/runNoaRefinementChain-papos.sh |
line diff
1.1 --- a/scripts/v2.2/runNoaRefinementChain-papos.sh Thu Jul 19 17:22:27 2012 +0300 1.2 +++ b/scripts/v2.2/runNoaRefinementChain-papos.sh Thu Jul 19 20:25:03 2012 +0300 1.3 @@ -5,12 +5,12 @@ 1.4 ENDPOINT="http://localhost:8080/endpoint" 1.5 DB="endpoint" 1.6 1.7 -HOTSPOTS_URL="http://papos.space.noa.gr/rdf" 1.8 -URLDIR=( "msg1_rss" "msg2") 1.9 -URLPREFIX=("HMSG1_RSS_IR_039_s7_" "HMSG2_IR_039_s7_") 1.10 -SENSOR=( "MSG1_RSS" "MSG2") 1.11 -SATELITE=( "METEOSAT9" "METEOSAT9") 1.12 -ACQ_HALF_HOUR=( "7.0" "3.0") 1.13 +HOTSPOTS_URL="http://localhost/rdf" 1.14 + URLDIR=( "msg1_rss" "msg2") 1.15 + URLPREFIX=( "HMSG1_RSS_IR_039_s7_" "HMSG2_IR_039_s7_") 1.16 + SENSOR=( "MSG1_RSS" "MSG2") 1.17 + SATELITE=( "METEOSAT8" "METEOSAT9") 1.18 +ACQ_HALF_HOUR=( "7.0" "3.0") 1.19 SUFFIX=".hotspots.n3" 1.20 PROCESSING_CHAIN="DynamicThresholds" 1.21