Ignore:
Timestamp:
Sep 8, 2011, 1:15:19 PM (13 years ago)
Author:
campagne
Message:

change scriptpath (general) + minor things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/statuscalib.sh

    r507 r510  
    104104    dateField=`basename ${j}`
    105105    sourceDate="${sourceName}-${dateField}"
     106#look if final calibration files exist
     107    calibOk=`ils ${j} | $GREP -i "calib_" | $WC -l`
    106108    onDirExist=`ils ${j} | $GREP -i "On" | $WC -l`
    107109    if [ ${onDirExist} != 0 ]; then
     
    118120             nFiles=`ils ${j}/On/${c} | $GREP -i "medfiltmtx" | $WC -l`
    119121             if [ ${nFiles} != 0 ]; then
    120                  $ECHO "${sourceDate}/On/${c}: ${nFiles} files"
     122                 $ECHO "${sourceDate}/On/${c}: ${nFiles} spectra (${calibOk} calib)"
    121123             else
    122124                 $ECHO "${sourceDate}/On/${c}: Calibration failed"
Note: See TracChangeset for help on using the changeset viewer.