IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2010, 7:45:05 PM (16 years ago)
Author:
bills
Message:

dump configuration

File:
1 edited

Legend:

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

    r28154 r28962  
    9999my $nInputs = @$files;
    100100
     101my $configuration = $ipprc->filename("PSPHOT.STACK.CONFIG", $outroot);
     102
    101103foreach my $file (@$files) {
    102104    print $listFile "INPUT   METADATA\n";
     
    161163    $command .= " -threads $threads" if defined $threads;
    162164    $command .= " -recipe PSPHOT $recipe_psphot";
    163     # $command .= " -dumpconfig $configuration";
     165    $command .= " -dumpconfig $configuration";
    164166    # $command .= " -tracedest $traceDest -log $logDest";
    165167    # $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.