Changeset 19526 for trunk/DataCheck


Ignore:
Timestamp:
05/28/19 11:48:08 (5 years ago)
Author:
Daniela Dorner
Message:
improved logging output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Tools/fill_catalog.sh

    r19525 r19526  
    77tevcatdim="TeVCAT.dim"
    88
     9echo "reading "$tevcat" ..."
    910if ! [ -e $tevcatdim ]
    1011then
     
    3637   done
    3738fi
    38 echo ""
    3939echo "go to /home/fact/operation/ , start dimctrl and execute $tevcatdim with .x"
    40 echo ""
    41 echo ""
    42 echo ""
    4340
    4441# 2FHL catalog (as used by HAWC for online monitor
     
    4845fhldim="2FHL.dim"
    4946
     47echo "reading "$fhl" ..."
    5048if ! [ -e $fhldim ]
    5149then
     
    8179   done
    8280fi
    83 echo ""
    8481echo "go to /home/fact/operation/ , start dimctrl and execute $fhldim with .x"
    85 echo ""
    86 echo ""
    87 echo ""
     82echo "do not forget to reload source list in drivectrl!!!!"
Note: See TracChangeset for help on using the changeset viewer.