IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2008, 12:39:05 PM (18 years ago)
Author:
bills
Message:

Get name of configuration dump file from filerule pass on command line.
without -dumpconfig option the configuration will not be output

File:
1 edited

Legend:

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

    r19326 r19396  
    125125my $outputStats = $ipprc->filename("SKYCELL.STATS", $outroot, $skycell_id );
    126126my $traceDest = $ipprc->filename("TRACE.EXP", $outroot, $skycell_id);
     127my $configuration =  $ipprc->filename("PSWARP.CONFIG", $outroot, $skycell_id);
    127128
    128129my $skyFile = $ipprc->filename("SKYCELL.TEMPLATE", $outroot, $skycell_id );
     
    184185    $command .= " -tracedest $traceDest -log $logDest";
    185186    $command .= " -threads $threads" if defined $threads;
     187    $command .= " -dumpconfig $configuration";
    186188    $command .= " -dbname $dbname" if defined $dbname;
    187189
Note: See TracChangeset for help on using the changeset viewer.