IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2007, 2:46:23 PM (19 years ago)
Author:
Paul Price
Message:

Getting simulated tests running through to warping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/warp_skycell.pl

    r12800 r13112  
    101101my $outputBin2 = $ipprc->filename("PSWARP.BIN2", $outputRoot, $skycell_id );
    102102my $outputStats = $outputRoot . '.stats';
     103my $skyFile = File::Spec->catfile( $workdir, $skycell_id ); # Target sky cell file
    103104my $listName = $outputRoot . '.list';
    104105
     
    115116my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser
    116117unless ($no_op) {
    117     my $command = "$pswarp -list $listName $outputRoot -stat $outputStats"; # Command to run pswarp
     118    my $command = "$pswarp -list $listName $outputRoot $skyFile -stat $outputStats"; # Command to run pswarp
    118119    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    119120        run(command => $command, verbose => 1);
     
    124125    &my_die("Couldn't find expected output file: $outputImage", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless -f $outputImage;
    125126    &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;
    128129
    129130    # Get the statistics on the warped image
Note: See TracChangeset for help on using the changeset viewer.