Changeset 18391


Ignore:
Timestamp:
12/29/15 20:15:48 (9 years ago)
Author:
Daniela Dorner
Message:
rsync all needed drive files
File:
1 edited

Legend:

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

    r18327 r18391  
    4545drivefile=$auxpath/${date}.DRIVE_CONTROL_SOURCE_POSITION.fits
    4646drivefilenewdaq=$auxpathnewdaq/${date}.DRIVE_CONTROL_SOURCE_POSITION.fits
    47 #   drive file with information about tracking position
     47#   drive file with information tracking position
    4848drivefile2=$auxpath/${date}.DRIVE_CONTROL_TRACKING_POSITION.fits
    4949drivefilenewdaq2=$auxpathnewdaq/${date}.DRIVE_CONTROL_TRACKING_POSITION.fits
     
    141141
    142142   rsync_aux_file $drivefilenewdaq $drivefile
     143   rsync_aux_file $drivefilenewdaq2 $drivefile2
    143144   
    144145   # files on newdaq
     
    283284            if ! [ -e $callistolog ]
    284285            then
     286               rsync_aux_file $drivefilenewdaq $drivefile
    285287               rsync_aux_file $drivefilenewdaq2 $drivefile2
    286288               rsync_aux_file $mweatherfilenewdaq $mweatherfile
Note: See TracChangeset for help on using the changeset viewer.