Changeset 589 for BAORadio


Ignore:
Timestamp:
Oct 26, 2011, 11:35:44 AM (13 years ago)
Author:
campagne
Message:

do not filter for MEAN, use a GAINNF for Non Filtered, force le iput via -f option (jec)

File:
1 edited

Legend:

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

    r579 r589  
    273273      lastp1CycleId=`expr ${firstCycleId} + 1`
    274274      ;;
     275    GAINNF)
     276      $ECHO "process signal files for GAIN phase wo Freq FILTERING"
     277      ingain=""
     278      freqfilter=""
     279      nwinmean="1"
     280      tspwin="5120"
     281      dirName="Off"
     282      cyclebasename="gainnfcycle"
     283      indexStartHour="6"
     284      timeShift="-4"
     285      timeDuration="14"
     286      firstCycleId=`expr  ${#cycleArray[*]} / 2`
     287      firstCycleId=`expr ${firstCycleId} - 1`
     288      lastp1CycleId=`expr ${firstCycleId} + 1`
     289      ;;
    275290    ON)
    276291      $ECHO "process signal files for ON phases"
     
    304319      $ECHO "process signal files for OFF phases (MEAN)"
    305320      ingain="-gain gain_${dateSelected}_${srclower}.fits"
     321      freqfilter=""
    306322      nwinmean="25000"
    307323      tspwin="1"
     
    317333      $ECHO "process signal files for OFF phases (MEAN)"
    318334      ingain="-gain gain_${dateSelected}_${srclower}.fits"
     335      freqfilter=""
    319336      nwinmean="25000"
    320337      tspwin="1"
     
    550567
    551568#save results to Irods (use option -f ONLY to force override)
    552     iput -v -K -r ${curDir}/${dirName} /baoradio/data/AmasNancay/${localpath}
     569    iput -v -K -r -f ${curDir}/${dirName} /baoradio/data/AmasNancay/${localpath}
    553570#
    554571#clean the signal files which can at the end of the day fill completly the scratch directory of the batch work/AmasNancayer
Note: See TracChangeset for help on using the changeset viewer.