IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2007, 10:13:50 AM (19 years ago)
Author:
eugene
Message:

require recipe for ppStats in scripts

File:
1 edited

Legend:

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

    r13711 r13748  
    118118my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser
    119119unless ($no_op) {
    120     my $command = "$pswarp -list $list1Name -masklist $list2Name -astromlist $list3Name $outputRoot $skyFile -stat $outputStats"; # Command to run pswarp
     120    my $command = "$pswarp -list $list1Name";
     121    $command .= " -masklist $list2Name";
     122    $command .= " -astromlist $list3Name";
     123    $command .= " $outputRoot $skyFile";
     124    $command .= " -stats $outputStats";
     125    $command .= " -recipe PPSTATS CHIPSTATS";
     126
    121127    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    122128        run(command => $command, verbose => 1);
Note: See TracChangeset for help on using the changeset viewer.