IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2007, 10:13:31 AM (19 years ago)
Author:
Paul Price
Message:

Changing from b1_uri as the output root filename and path to path_base.

File:
1 edited

Legend:

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

    r12073 r12079  
    136136# Take off the absolute path, to stuff into the database
    137137$outputImage = $ipprc->convert_filename_relative( $outputImage );
    138 $outputBin1  = $ipprc->convert_filename_relative( $outputBin1  );
    139 $outputBin2  = $ipprc->convert_filename_relative( $outputBin2  );
     138$outputRoot = $ipprc->convert_filename_relative( $outputRoot );
    140139
    141140my $bg = ($stats->bg_mean() or 'NAN');
     
    145144unless ($no_update) {
    146145    my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id" .
    147         " -uri $outputImage"; # -b1_uri $outputRoot"; # Command to run dettool
     146        " -uri $outputImage -path_base $outputRoot"; # Command to run dettool
    148147    $command .= " -bg $bg -bg_stdev $bg_stdev";
    149148    $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.