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

    r12056 r12079  
    115115
    116116my $outputName = $outputRoot . ".fits";
    117 #my $bin1Name =  $ipprc->filename("PPIMAGE.BIN1", $outputRoot);
    118 #my $bin2Name =  $ipprc->filename("PPIMAGE.BIN2", $outputRoot);
     117#my $bin1Name =  $ipprc->filename("PPSTAC.BIN1", $outputRoot);
     118#my $bin2Name =  $ipprc->filename("PPSTAC.BIN2", $outputRoot);
    119119my $outputStats = $outputRoot . '.stats';
    120120
     
    149149# Add the processed file to the database
    150150$outputName = $ipprc->convert_filename_relative( $outputName );
     151$outputRoot = $ipprc->convert_filename_relative( $outputRoot );
    151152
    152153my $bg = ($stats->bg_mean() or 'NAN');
     
    157158    # Add the stack result
    158159    {
    159         my $command = "$stacktool -addsumskyfile -stack_id $stack_id -uri $outputName"; # -b1_uri $outputRoot";
     160        my $command = "$stacktool -addsumskyfile -stack_id $stack_id -uri $outputName -path_base $outputRoot";
    160161        $command .= " -bg $bg -bg_stdev $bg_stdev";
    161162        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.