Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9198)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9199)
@@ -23,4 +23,7 @@
    * datacenter/scripts/movingrawfiles
      - corrected moving of zipped rawfiles
+
+   * datacenter/scripts/dodatacheck
+     - added the new linearity run (_N_-files)
 
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck	(revision 9198)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck	(revision 9199)
@@ -72,5 +72,5 @@
 query="SELECT DATE_FORMAT(ADDDATE(fRunStart, INTERVAL +13 HOUR), '%Y/%m/%d') FROM RunData where fRunNumber="$run
 date=`sendquery`
-rawfile=`find /magic/data/rawfiles/$date -name *${run}_[D,P,C,S]_*_E.raw -o -name *${run}_[DPCS]_*_E.raw.gz`
+rawfile=`find /magic/data/rawfiles/$date -name *${run}_[D,P,C,S,N]_*_E.raw -o -name *${run}_[DPCSN]_*_E.raw.gz`
 echo "rawfile: "$rawfile >> $scriptlog 2>&1
 # for sinope the date is needed in the format YYYY-MM-DD
