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/diff_skycell.pl

    r12056 r12079  
    156156# Add the processed file to the database
    157157$outputName = $ipprc->convert_filename_relative( $outputName );
     158$outputRoot = $ipprc->convert_filename_relative( $outputRoot );
    158159
    159160my $bg = ($stats->bg_mean() or 'NAN');
     
    164165    # Add the subtraction result
    165166    {
    166         my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName"; # -b1_uri $outputRoot";
     167        my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName -path_base $outputRoot";
    167168        $command .= " -bg $bg -bg_stdev $bg_stdev";
    168169        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.