Changeset 575 for BAORadio


Ignore:
Timestamp:
Oct 13, 2011, 12:09:25 PM (14 years ago)
Author:
campagne
Message:

introduce SCRIPTPATH environment variable (jec)

Location:
BAORadio/AmasNancay/trunk
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/trunk/anacalibmaker.sh

    r572 r575  
    104104
    105105#Path of the utility scripts
    106 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     106scriptpath=${SCRIPTPATH}
    107107
    108108#JEC 1/10/11 Use generic baodaqstatus name
  • BAORadio/AmasNancay/trunk/anagainmaker.sh

    r571 r575  
    104104
    105105#Path of the utility scripts
    106 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     106scriptpath=${SCRIPTPATH}
    107107
    108108
  • BAORadio/AmasNancay/trunk/analysis-scriptsAndprg-description.txt

    r574 r575  
    9494        - prepare and send in batch the proc_specmfib.sh to BQS
    9595        - exemple
     96        ./submit2bqs-procspecmfib.sh -src Abell85 -date 20110422 -type CALIBOFF -fcycle 8 -lcycle 14
    9697        - Todo list
    9798                - TO MIGRATE TO NEW BATCH
  • BAORadio/AmasNancay/trunk/anarawonoffmaker.sh

    r570 r575  
    100100
    101101#Path of the utility scripts
    102 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     102scriptpath=${SCRIPTPATH}
    103103
    104104#JEC 1/10/11 Use generic baodaqstatus name
  • BAORadio/AmasNancay/trunk/calibmaker.sh

    r547 r575  
    102102
    103103#Path of the utility scripts
    104 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     104scriptpath=${SCRIPTPATH}
    105105
    106106#JEC 1/10/11 Use generic baodaqstatus name
  • BAORadio/AmasNancay/trunk/gainmaker.sh

    r547 r575  
    100100
    101101#Path of the utility scripts
    102 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     102scriptpath=${SCRIPTPATH}
    103103
    104104
  • BAORadio/AmasNancay/trunk/getAnalyseFiles.sh

    r557 r575  
    9292
    9393#Path of the utility scripts
    94 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     94scriptpath=${SCRIPTPATH}
    9595
    9696OUT1=${publicpath}/baodaqstatus-current.txt
  • BAORadio/AmasNancay/trunk/getscafiles.sh

    r547 r575  
    6565
    6666#Path of the utility scripts
    67 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     67scriptpath=${SCRIPTPATH}
    6868
    6969#JEC 1/10/11 Use generic baodaqstatus name
  • BAORadio/AmasNancay/trunk/getsignalfiles.sh

    r547 r575  
    6464
    6565#Path of the utility scripts
    66 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     66scriptpath=${SCRIPTPATH}
    6767
    6868
  • BAORadio/AmasNancay/trunk/hdrfitsextractor.sh

    r547 r575  
    4545
    4646#Path of the utility scripts
    47 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     47scriptpath=${SCRIPTPATH}
    4848
    4949
  • BAORadio/AmasNancay/trunk/mkarchive.sh

    r565 r575  
    102102
    103103#Path of the utility scripts
    104 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     104scriptpath=${SCRIPTPATH}
    105105
    106106OUT1=${publicpath}/baodaqstatus-current.txt
  • BAORadio/AmasNancay/trunk/onoffmaker.sh

    r547 r575  
    102102
    103103#Path of the utility scripts
    104 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     104scriptpath=${SCRIPTPATH}
    105105
    106106#JEC 1/10/11 Use generic baodaqstatus name
  • BAORadio/AmasNancay/trunk/proc_script.sh

    r547 r575  
    7575
    7676#Path of the utility scripts
    77 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     77scriptpath=${SCRIPTPATH}
    7878
    7979
  • BAORadio/AmasNancay/trunk/proc_specmfib.sh

    r570 r575  
    6464        -h)
    6565            echo >&2 \
    66             "usage: $0 -src souce -date YYYYMMDD -type type [-fcycle firstCycle] [-lcycle lastCycle] [-sim to trig simulation mode]"
     66            "usage: $0 [-act <action> ] -src souce -date YYYYMMDD -type type [-fcycle firstCycle] [-lcycle lastCycle] [-sim to trig simulation mode]"
    6767            exit 1;;
    6868        *)  break;;     # terminate while loop
     
    133133
    134134#Path of the utility scripts
    135 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     135scriptpath=${SCRIPTPATH}
    136136
    137137
  • BAORadio/AmasNancay/trunk/rawonoffmaker.sh

    r547 r575  
    100100
    101101#Path of the utility scripts
    102 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     102scriptpath=${SCRIPTPATH}
    103103
    104104#get the daq current irod status
  • BAORadio/AmasNancay/trunk/scaIsOk.sh

    r547 r575  
    5252
    5353#Path of the utility scripts
    54 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     54scriptpath=${SCRIPTPATH}
    5555
    5656
  • BAORadio/AmasNancay/trunk/scaextractor.sh

    r547 r575  
    5353
    5454#Path of the utility scripts
    55 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     55scriptpath=${SCRIPTPATH}
    5656
    5757
  • BAORadio/AmasNancay/trunk/select.sh

    r547 r575  
    4040
    4141#Path of the utility scripts
    42 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     42scriptpath=${SCRIPTPATH}
    4343
    4444
  • BAORadio/AmasNancay/trunk/submit2bqs-procspecmfib.sh

    r569 r575  
    7979tmppublicpath=${TMPPUBLICPATH}
    8080#Path of the utility scripts
    81 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     81scriptpath=${SCRIPTPATH}
    8282#get the daq current irod status
    8383#JEC 1/10/11 Use generic baodaqstatus name
  • BAORadio/AmasNancay/trunk/submit2bqs-scaextractor.sh

    r569 r575  
    4141
    4242#Path of the utility scripts
    43 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     43scriptpath=${SCRIPTPATH}
    4444
    4545#JEC 1/10/11 Use generic baodaqstatus name
Note: See TracChangeset for help on using the changeset viewer.