IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30083


Ignore:
Timestamp:
Dec 17, 2010, 9:12:43 AM (15 years ago)
Author:
eugene
Message:

add options to pass stack_id, skycell_id, tess_id to image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/ippScripts/scripts/stack_skycell.pl

    r29766 r30083  
    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.