Changeset 7576 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
03/08/06 02:07:44 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7575 r7576  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/03/06 Daniela Dorner
     21
     22   * datacenter/script/movingrawfiles:
     23     - added moving of files, that are transferred via internet
     24
     25
     26 2006/03/08 Thomas Bretz
     27
    2028   * mcalib/MCalibrateData.cc:
    2129     - take the bad pixel information into account when calculating the
  • trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles

    r7501 r7576  
    3333
    3434# change permission for files
    35 # perhaps needed as the tapes are read by the user tape
    3635ssh tape@dc07 chmod -R g+w /magic/datacenter/fromtape/rawdata/*
    3736# output for chmod with -v or -c (only changes)
    38 # for files transferes via internet perhaps also needed for user lapalma
     37
     38#find directories, which have to be copied
     39dirs=`ls /magic/datacenter/fromlapalma/RAWchk/*/*.finished | sed -e 's/RAWchk/RAW/g' | cut -d/ -f1-6`
     40# change permission for this dirctories
     41ssh lapalma@mercury chmod -R g+w $dirs
     42# move directories to the tapedirectory
     43mv -v $dirs /magic/datacenter/fromtape/rawdata/
     44
    3945
    4046# find rawfiles
Note: See TracChangeset for help on using the changeset viewer.