Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7575)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7576)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/03/06 Daniela Dorner
+
+   * datacenter/script/movingrawfiles: 
+     - added moving of files, that are transferred via internet
+
+
+ 2006/03/08 Thomas Bretz
+
    * mcalib/MCalibrateData.cc:
      - take the bad pixel information into account when calculating the
Index: /trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles	(revision 7575)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles	(revision 7576)
@@ -33,8 +33,14 @@
 
 # change permission for files 
-# perhaps needed as the tapes are read by the user tape 
 ssh tape@dc07 chmod -R g+w /magic/datacenter/fromtape/rawdata/*
 # output for chmod with -v or -c (only changes)
-# for files transferes via internet perhaps also needed for user lapalma
+
+#find directories, which have to be copied
+dirs=`ls /magic/datacenter/fromlapalma/RAWchk/*/*.finished | sed -e 's/RAWchk/RAW/g' | cut -d/ -f1-6`
+# change permission for this dirctories
+ssh lapalma@mercury chmod -R g+w $dirs
+# move directories to the tapedirectory
+mv -v $dirs /magic/datacenter/fromtape/rawdata/
+
 
 # find rawfiles
