IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16323


Ignore:
Timestamp:
Feb 5, 2008, 4:02:16 PM (18 years ago)
Author:
Paul Price
Message:

Need tess_id for warp_overlap.

File:
1 edited

Legend:

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

    r13112 r16323  
    7474        my $workdir = $item->{workdir};
    7575        my $camera = $item->{camera};
     76        my $tess_id = $item->{tess_id};
    7677       
    77         my $command = "$warp_overlap --warp_id $warp_id --camera $camera --dbname $dbname";
     78        my $command = "$warp_overlap --warp_id $warp_id --camera $camera --tess_id $tess_id --dbname $dbname";
    7879        $command .= " --no-op" if defined $no_op;
    7980        $command .= " --no-update" if defined $no_update;
Note: See TracChangeset for help on using the changeset viewer.