Changeset 18791
- Timestamp:
- 03/24/17 00:46:36 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/FlareAlerts.sh
r18783 r18791 23 23 emailfrom=dorner@astro.uni-wuerzburg.de 24 24 emailto=fact-online@lists.phys.ethz.ch 25 26 if [ ! -e $flarealertspath ] || [ "$flarealertspath" == "" ] 27 then 28 echo "flarealertspath "$flarealertspath" missing on "$HOSTNAME 29 printprocesslog "ERROR flarealertspath "$flarealertspath" missing on "$HOSTNAME 30 finish 31 fi 32 voeventpath=$flarealertspath"/amon" 25 33 26 34 logfile=$runlogpath"/FlareAlerts-"$datetime".log" … … 177 185 # nightly binning: night+sourcekey 178 186 # 20 min binning: night+source+? 179 echo ' <Param name="id" dataType="float" value=" 3772" ucd="meta.number" unit=" ">'187 echo ' <Param name="id" dataType="float" value="'${night}`printf %03d $runid`${sourcekey}'" ucd="meta.number" unit=" ">' 180 188 echo ' <Description>Id number</Description>' 181 189 echo ' </Param>' … … 469 477 # missing: get summary of whole observation 470 478 471 # missing AMON cases -create VOEvent-File479 # AMON case: create VOEvent-File 472 480 if [ $triggertype -eq 4 ] 473 481 then 474 echo "amon" 475 voeventfile="/home/dorner/amon/test/"$night"_"`printf %03d $runid`"-"$exclimit"_"$siglimit"-source"$sourcekey".trigger"$triggertype".xml" 482 voeventfile=$voeventpath"/"$night"_"`printf %03d $runid`"-"$exclimit"_"$siglimit"-source"$sourcekey".trigger"$triggertype".xml" 476 483 echo $voeventfile 477 484 echo ${sourceinfo[@]} … … 614 621 onlyifhigher="no" 615 622 bin=20 616 echo "AMON"623 #echo "AMON" 617 624 echo " "$bin" min binning..." >> $logfile 618 625 get_query_minute_binning
Note:
See TracChangeset
for help on using the changeset viewer.