Index: trunk/ippScripts/scripts/magic_destreak.pl
===================================================================
--- trunk/ippScripts/scripts/magic_destreak.pl	(revision 20705)
+++ trunk/ippScripts/scripts/magic_destreak.pl	(revision 20732)
@@ -131,4 +131,5 @@
 if ($skycell_args) {
     my $command = "$magictool -magic_id $magic_id -diffskyfile $skycell_args";
+    $command .= " -class_id $class_id" if $class_id;
     $command .= " -dbname $dbname" if defined $dbname;
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
@@ -176,6 +177,7 @@
     $command .= " -recovery $recoverydir" if defined $recoverydir;
     $command .= " -astrom $astrom" if defined $astrom;
-    $command .= " -mask $mask" if defined $mask;
-    $command .= " -weight $weight" if defined $weight;
+    # skip mask and weight images for now
+#    $command .= " -mask $mask" if defined $mask;
+#    $command .= " -weight $weight" if defined $weight;
     $command .= " -skycelllist $skycell_list" if defined $skycell_list;
     $command .= " -dbname $dbname" if defined $dbname;
