IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35907


Ignore:
Timestamp:
Aug 7, 2013, 3:57:45 PM (13 years ago)
Author:
watersc1
Message:

Make register_imfile less verbose. Make ipp_cleanup delete diff stage b1jpegs for now.

Location:
tags/ipp-20130712/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/ippScripts/scripts/ipp_cleanup.pl

    r35791 r35907  
    933933            addFilename(\@files, "PPSUB.REF.CONV.VARIANCE", $path_base, $skycell_id);
    934934
     935            addFilename(\@files, "PPSUB.OUTPUT.JPEG1", $path_base, $skycell_id);
     936
    935937            if ($mode eq "goto_purged") {
    936938                # additional files to remove for 'purge' mode
    937939                addFilename(\@files, "PPSUB.OUTPUT.KERNELS", $path_base, $skycell_id);
    938                 addFilename(\@files, "PPSUB.OUTPUT.JPEG1", $path_base, $skycell_id);
    939940                addFilename(\@files, "PPSUB.OUTPUT.JPEG2", $path_base, $skycell_id);
    940941                # Commented out to match warp files.
  • tags/ipp-20130712/ippScripts/scripts/register_imfile.pl

    r32444 r35907  
    291291
    292292    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    293         run ( command => $bt_check_command, verbose => $verbose);
     293        run ( command => $bt_check_command, verbose => 0);
    294294    unless ($success) {
    295295        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
     
    341341        $apply_command .= " --class_id $class_id --exp_id $exp_id ";
    342342        $apply_command .= " --this_uri $burntool_data->{uri} ";
     343        $apply_command .= " --camera GPC1 "; # hack, but we're only going to get here if we're GPC1.
    343344        $apply_command .= " --previous_uri $burntool_data->{previous_uri} " if defined $burntool_data->{previous_uri};
    344345        $apply_command .= " --imfile_state $burntool_data->{imfile_state} ";
Note: See TracChangeset for help on using the changeset viewer.