Index: trunk/ippTasks/survey.pro
===================================================================
--- trunk/ippTasks/survey.pro	(revision 31796)
+++ trunk/ippTasks/survey.pro	(revision 31797)
@@ -772,5 +772,11 @@
     if ("$stage" == "cam") 
         #only queue destreaked cams. stacks and staticsky don't need this
-        $run = $run -destreaked
+        if ("$DB:$SURVEY_ADDSTAR_DB" == "isp")
+            #this is the only way I can think of how to handle this (but it is messy). If it is a database that we KNOW doesn't use magicked (ie, isp), then do not queue destreaked
+           $run = $run -uncensored
+	else
+	   #if not isp, then run destreaked version only
+	   $run = $run -destreaked
+	end
     end
     if ("$stage" == "staticsky") 
