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

    r19303 r19396  
    176176my $outputMask = $ipprc->filename("PPSUB.OUTPUT.MASK", $outroot);
    177177my $outputWeight = $ipprc->filename("PPSUB.OUTPUT.WEIGHT", $outroot);
     178my $configuration = $ipprc->filename("PPSUB.CONFIG", $outroot);
    178179my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot);
    179180#my $bin1Name =  $ipprc->filename("PPSUB.BIN1", $outroot);
     
    196197    $command .= " -photometry";
    197198    $command .= " -tracedest $traceDest -log $logDest";
     199    $command .= " -dumpconfig $configuration";
    198200    $command .= " -dbname $dbname" if defined $dbname;
    199201
Note: See TracChangeset for help on using the changeset viewer.