Ignore:
Timestamp:
04/12/13 13:05:12 (11 years ago)
Author:
Daniela Dorner
Message:
adapted names of scripts for automatic analysis
Location:
trunk/DataCheck/QuickLook
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/Step2a.sh

    r15306 r15310  
    117117   if [ $numganymeds -gt 0 ]
    118118   then
    119        if ! ps aux | grep AutomaticAnalysisStep2b | grep -v grep >/dev/null 2>&1
     119       if ! ps aux | grep Step2b | grep -v grep >/dev/null 2>&1
    120120       then
    121          `dirname $0`/AutomaticAnalysisStep2b.sh &
     121         `dirname $0`/Step2b.sh &
    122122       fi
    123        if ! ps aux | grep AutomaticAnalysisStep3 | grep -v grep >/dev/null 2>&1
     123       if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1
    124124       then
    125          `dirname $0`/AutomaticAnalysisStep3.sh min &
     125         `dirname $0`/Step3.sh min &
    126126       fi
    127127      numganymeds=0
  • trunk/DataCheck/QuickLook/Step2b.sh

    r15307 r15310  
    9696   if [ $numganymeds -gt 0 ]
    9797   then
    98        if ! ps aux | grep AutomaticAnalysisStep3 | grep -v grep >/dev/null 2>&1
     98       if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1
    9999       then
    100          `dirname $0`/AutomaticAnalysisStep3.sh nights &
     100         `dirname $0`/Step3.sh nights &
    101101       fi
    102102      numganymeds=0
Note: See TracChangeset for help on using the changeset viewer.