Index: /tags/ipp-20130712/ippScripts/scripts/ipp_cleanup.pl
===================================================================
--- /tags/ipp-20130712/ippScripts/scripts/ipp_cleanup.pl	(revision 35906)
+++ /tags/ipp-20130712/ippScripts/scripts/ipp_cleanup.pl	(revision 35907)
@@ -933,8 +933,9 @@
             addFilename(\@files, "PPSUB.REF.CONV.VARIANCE", $path_base, $skycell_id);
 
+	    addFilename(\@files, "PPSUB.OUTPUT.JPEG1", $path_base, $skycell_id);
+
             if ($mode eq "goto_purged") {
                 # additional files to remove for 'purge' mode
                 addFilename(\@files, "PPSUB.OUTPUT.KERNELS", $path_base, $skycell_id);
-                addFilename(\@files, "PPSUB.OUTPUT.JPEG1", $path_base, $skycell_id);
                 addFilename(\@files, "PPSUB.OUTPUT.JPEG2", $path_base, $skycell_id);
                 # Commented out to match warp files.
Index: /tags/ipp-20130712/ippScripts/scripts/register_imfile.pl
===================================================================
--- /tags/ipp-20130712/ippScripts/scripts/register_imfile.pl	(revision 35906)
+++ /tags/ipp-20130712/ippScripts/scripts/register_imfile.pl	(revision 35907)
@@ -291,5 +291,5 @@
 
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
-        run ( command => $bt_check_command, verbose => $verbose);
+        run ( command => $bt_check_command, verbose => 0); 
     unless ($success) {
         $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
@@ -341,4 +341,5 @@
         $apply_command .= " --class_id $class_id --exp_id $exp_id ";
         $apply_command .= " --this_uri $burntool_data->{uri} ";
+	$apply_command .= " --camera GPC1 "; # hack, but we're only going to get here if we're GPC1.
         $apply_command .= " --previous_uri $burntool_data->{previous_uri} " if defined $burntool_data->{previous_uri};
         $apply_command .= " --imfile_state $burntool_data->{imfile_state} ";
