Changeset 35907
- Timestamp:
- Aug 7, 2013, 3:57:45 PM (13 years ago)
- Location:
- tags/ipp-20130712/ippScripts/scripts
- Files:
-
- 2 edited
-
ipp_cleanup.pl (modified) (1 diff)
-
register_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/ippScripts/scripts/ipp_cleanup.pl
r35791 r35907 933 933 addFilename(\@files, "PPSUB.REF.CONV.VARIANCE", $path_base, $skycell_id); 934 934 935 addFilename(\@files, "PPSUB.OUTPUT.JPEG1", $path_base, $skycell_id); 936 935 937 if ($mode eq "goto_purged") { 936 938 # additional files to remove for 'purge' mode 937 939 addFilename(\@files, "PPSUB.OUTPUT.KERNELS", $path_base, $skycell_id); 938 addFilename(\@files, "PPSUB.OUTPUT.JPEG1", $path_base, $skycell_id);939 940 addFilename(\@files, "PPSUB.OUTPUT.JPEG2", $path_base, $skycell_id); 940 941 # Commented out to match warp files. -
tags/ipp-20130712/ippScripts/scripts/register_imfile.pl
r32444 r35907 291 291 292 292 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); 294 294 unless ($success) { 295 295 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); … … 341 341 $apply_command .= " --class_id $class_id --exp_id $exp_id "; 342 342 $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. 343 344 $apply_command .= " --previous_uri $burntool_data->{previous_uri} " if defined $burntool_data->{previous_uri}; 344 345 $apply_command .= " --imfile_state $burntool_data->{imfile_state} ";
Note:
See TracChangeset
for help on using the changeset viewer.
