Changeset 19474 for trunk/DataCheck


Ignore:
Timestamp:
03/29/19 15:16:04 (5 years ago)
Author:
Daniela Dorner
Message:
implemented possibility to skip magic-weather info
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/Step1.sh

    r18869 r19474  
    88# preferably ZipRawData.sh has processed at this point all
    99#   files available already on /scratch
     10#
     11# to have QLA running if MAGIC weather station is not available:
     12# export mweather=no
    1013
    1114# remarks:
     
    8285         printprocesslog "WARN rsync of "$1" failed."
    8386      fi
     87   else
     88       continue
    8489   fi
    8590}
     
    105110   # at least 10% free disk on /scratch
    106111   diskusage=( `df -P /scratch | grep scratch ` )
     112   printprocesslog "DEBUG dist /scratch "${diskusage[3]}
    107113   if [ ${diskusage[3]} -lt $disklimitnewdata ]
    108114   then
     
    157163   printprocesslog "INFO status beginning of while-loop #files-daq:"${#fileslocal[@]}" #files-newdaq:"${#files[@]}" #callisto-logs:"${#callistofiles[@]}" #runs:"$numcalibrated
    158164
    159    rsync_aux_file $drivefile
    160    rsync_aux_file $drivefile2
     165   #rsync_aux_file $drivefile
     166   #rsync_aux_file $drivefile2
    161167   
    162168   # files on newdaq
     
    306312               rsync_aux_file $drivefile
    307313               rsync_aux_file $drivefile2
    308                rsync_aux_file $mweatherfile
     314               if [ "$mweather" != "no" ]
     315               then
     316                 rsync_aux_file $mweatherfile
     317               fi
    309318               rsync_aux_file $ratesfile
    310319               rsync_aux_file $tempfile
Note: See TracChangeset for help on using the changeset viewer.