Index: trunk/ippScripts/scripts/automate_stacks.pl
===================================================================
--- trunk/ippScripts/scripts/automate_stacks.pl	(revision 29656)
+++ trunk/ippScripts/scripts/automate_stacks.pl	(revision 29698)
@@ -1203,5 +1203,12 @@
 	foreach my $filter (@filter_list) {
 	    if (exists($extra_processing{$target})) {
-		do_extra_processing($date,$target,$filter,$pretend);
+                my ($Nexposures,$NprocChips,$NprocWarps,$Nalready) = pre_stack_queue($date,$target,$filter);
+                if ((!defined($force_stack_count))&&($NprocChips != $NprocWarps)) { # This makes me sad. :(
+		    next;
+		}
+		else {
+		    do_extra_processing($date,$target,$filter,$pretend);
+		}
+
 	    }
 	    if ($stackable_list{$target} == 1) {
