IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 9:36:52 AM (17 years ago)
Author:
bills
Message:

pass -image_id and -source_id to the programs

File:
1 edited

Legend:

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

    r21145 r21309  
    215215    $command .= " -tracedest $traceDest -log $logDest";
    216216    $command .= " -dbname $dbname" if defined $dbname;
    217     # $command .= " -image_id $image_id" if defined $image_id;
    218     # $command .= " -source_id $source_id" if defined $source_id;
     217    $command .= " -image_id $image_id" if defined $image_id;
     218    $command .= " -source_id $source_id" if defined $source_id;
    219219    if ($run_state eq 'new') {
    220220        $command .= " -dumpconfig $configuration";
Note: See TracChangeset for help on using the changeset viewer.