Ignore:
Timestamp:
Oct 6, 2011, 9:03:53 AM (13 years ago)
Author:
campagne
Message:

action:mspec + minor typo (jec)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/trunk/submit2bqs-rawonoffmaker.sh

    r547 r555  
    2626
    2727#Process cmd line args: the -src option is mandatory (source name as Abell85)
     28#action: gain|mspec (gain: gain-like doucble median filtering
     29#                   mspec: mean+sigma wo filetring)
     30action="gain"
    2831sourceRadio=
    2932dateSelected=
     
    3841do
    3942  case "$1" in
     43      -act)  action="-act $2"; act=$2; shift;;
    4044      -src)  sourceRadio="$2"; shift;;
    4145      -date) dateSelected="-date $2"; dateJob="$2";     shift;;
     
    103107    jobBatchName="rawonoff-${sourceRadio}${dateJob}${type}-All"
    104108    #assume 30 cycles maxi!
    105     nFiles="20 \* 30"
     109    nFiles=`expr 20 \* 30`
    106110
    107111fi
     
    119123
    120124qsub -l u_sps_baoradio,u_irods,T=${cpu},M=1000MB,scratch=${scratchSize}MB,platform=LINUX -eo -o $jobLogName -N $jobBatchName -mb -me -mu campagne@lal.in2p3.fr <<EOF
    121 /afs/in2p3.fr/home/c/campagne/private/work/AmasNancay/proc_rawonoff.sh -src ${sourceRadio} ${dateSelected} ${typeofproc} ${firstCycle} ${lastCycle} ${simulationMode}
     125/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay/proc_rawonoff.sh ${action} -src ${sourceRadio} ${dateSelected} ${typeofproc} ${firstCycle} ${lastCycle} ${simulationMode}
    122126EOF
Note: See TracChangeset for help on using the changeset viewer.