Index: trunk/ippTasks/magic.pro
===================================================================
--- trunk/ippTasks/magic.pro	(revision 24630)
+++ trunk/ippTasks/magic.pro	(revision 24675)
@@ -263,5 +263,10 @@
   task.exec
     book npages magicToProcess -var N
-    if ($N == 0) break
+    if ($N == 0) 
+      periods -exec 10
+      break
+    end
+    periods -exec 0.05
+
     if ($NETWORK == 0) break
     
@@ -297,5 +302,7 @@
 
     ## generate output log based on filerule (convert the URI to a PATH)
-    $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id $MAGIC_ID --basename $outroot`
+    ## caution with neb:// names here:
+    # $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id $MAGIC_ID --basename $outroot`
+    $logfile = $outroot.log
     if ("$logfile" == "") 
       echo "WARNING: logfile not defined in magic.process.run"
