Changeset 13112 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- May 1, 2007, 2:46:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r12800 r13112 101 101 my $outputBin2 = $ipprc->filename("PSWARP.BIN2", $outputRoot, $skycell_id ); 102 102 my $outputStats = $outputRoot . '.stats'; 103 my $skyFile = File::Spec->catfile( $workdir, $skycell_id ); # Target sky cell file 103 104 my $listName = $outputRoot . '.list'; 104 105 … … 115 116 my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser 116 117 unless ($no_op) { 117 my $command = "$pswarp -list $listName $outputRoot -stat $outputStats"; # Command to run pswarp118 my $command = "$pswarp -list $listName $outputRoot $skyFile -stat $outputStats"; # Command to run pswarp 118 119 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 119 120 run(command => $command, verbose => 1); … … 124 125 &my_die("Couldn't find expected output file: $outputImage", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless -f $outputImage; 125 126 &my_die("Couldn't find expected output file: $outputStats", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless -f $outputStats; 126 &my_die("Couldn't find expected output file: $outputBin1", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless -f $outputBin1;127 &my_die("Couldn't find expected output file: $outputBin2", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless -f $outputBin2;127 # &my_die("Couldn't find expected output file: $outputBin1", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless -f $outputBin1; 128 # &my_die("Couldn't find expected output file: $outputBin2", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless -f $outputBin2; 128 129 129 130 # Get the statistics on the warped image
Note:
See TracChangeset
for help on using the changeset viewer.
