Changeset 592


Ignore:
Timestamp:
Oct 26, 2011, 6:27:25 PM (13 years ago)
Author:
campagne
Message:

improve cleaning at end of cycle (jec)

File:
1 edited

Legend:

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

    r589 r592  
    276276      $ECHO "process signal files for GAIN phase wo Freq FILTERING"
    277277      ingain=""
    278       freqfilter=""
     278      freqfilter="-freqfilter 4"
    279279      nwinmean="1"
    280280      tspwin="5120"
    281281      dirName="Off"
    282       cyclebasename="gainnfcycle"
     282      cyclebasename="gainf4cycle"
    283283      indexStartHour="6"
    284284      timeShift="-4"
     
    331331      ;;
    332332    MEANON)
    333       $ECHO "process signal files for OFF phases (MEAN)"
     333      $ECHO "process signal files for ON phases (MEAN)"
    334334      ingain="-gain gain_${dateSelected}_${srclower}.fits"
    335335      freqfilter=""
     
    338338      dirName="On"
    339339      cyclebasename="meancycle"
    340       indexStartHour="8"
     340      indexStartHour="4"
    341341      timeShift="3"
    342342      timeDuration="30"
     
    572572    $RM -rf ${iojobpath}/${localpath}/Fiber1
    573573    $RM -rf ${iojobpath}/${localpath}/Fiber2
    574     $RM -rf ${iojobpath}/${localpath}/${typeofproc}
    575 
     574#    $RM -rf ${iojobpath}/${localpath}/${typeofproc} JEC 25/10/11
     575    $RM -rf ${curDir}/${dirName}
    576576#
    577577#
Note: See TracChangeset for help on using the changeset viewer.