IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30598


Ignore:
Timestamp:
Feb 13, 2011, 11:02:20 AM (15 years ago)
Author:
eugene
Message:

pass stack_id, skycell_id, tess_id to ppStack so they can go in the header

File:
1 edited

Legend:

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

    r29766 r30598  
    258258    $command .= " -image_id $image_id" if defined $image_id;
    259259    $command .= " -source_id $source_id" if defined $source_id;
     260
     261    $command .= " -stack_id   $stack_id"   if defined $stack_id;
     262    $command .= " -skycell_id $skycell_id" if defined $skycell_id;
     263    $command .= " -tess_id    $tess_base"  if defined $tess_base;
     264
    260265    if ($run_state eq 'new') {
    261266        $command .= " -dumpconfig $configuration";
Note: See TracChangeset for help on using the changeset viewer.