IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13717


Ignore:
Timestamp:
Jun 7, 2007, 5:06:59 PM (19 years ago)
Author:
Paul Price
Message:

Output name should be output root, to avoid foo.fits.fits

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

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

    r13712 r13717  
    143143my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser
    144144unless ($no_op) {
    145     my $command = "$ppSub $input $template $outputName -inmask $inputMask -refmask $templateMask -stat $outputStats"; # Command to run ppSub
     145    my $command = "$ppSub $input $template $outputRoot -inmask $inputMask -refmask $templateMask -stat $outputStats"; # Command to run ppSub
    146146
    147147    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
  • trunk/ippScripts/scripts/stack_skycell.pl

    r13698 r13717  
    143143my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser
    144144unless ($no_op) {
    145     my $command = "$ppStack $listName $outputName -stat $outputStats"; # Command to run pois
     145    my $command = "$ppStack $listName $outputRoot -stat $outputStats"; # Command to run pois
    146146
    147147    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.