Changeset 19526
- Timestamp:
- 05/28/19 11:48:08 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Tools/fill_catalog.sh
r19525 r19526 7 7 tevcatdim="TeVCAT.dim" 8 8 9 echo "reading "$tevcat" ..." 9 10 if ! [ -e $tevcatdim ] 10 11 then … … 36 37 done 37 38 fi 38 echo ""39 39 echo "go to /home/fact/operation/ , start dimctrl and execute $tevcatdim with .x" 40 echo ""41 echo ""42 echo ""43 40 44 41 # 2FHL catalog (as used by HAWC for online monitor … … 48 45 fhldim="2FHL.dim" 49 46 47 echo "reading "$fhl" ..." 50 48 if ! [ -e $fhldim ] 51 49 then … … 81 79 done 82 80 fi 83 echo ""84 81 echo "go to /home/fact/operation/ , start dimctrl and execute $fhldim with .x" 85 echo "" 86 echo "" 87 echo "" 82 echo "do not forget to reload source list in drivectrl!!!!"
Note:
See TracChangeset
for help on using the changeset viewer.