Index: trunk/ippScripts/scripts/diff_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/diff_skycell.pl	(revision 13117)
+++ trunk/ippScripts/scripts/diff_skycell.pl	(revision 13118)
@@ -31,4 +31,6 @@
 use File::Spec;
 
+use constant POIS_OPTIONS => '-v -B 1000';
+
 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
 use Pod::Usage qw( pod2usage );
@@ -139,5 +141,5 @@
 my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser
 unless ($no_op) {
-    my $command = "$pois -v $template $input $outputName"; # Command to run pois
+    my $command = "$pois " . POIS_OPTIONS() . " $template $input $outputName"; # Command to run pois
 
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
