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/warp_skycell.pl

    r21179 r21309  
    5151) unless defined $warp_id
    5252    and defined $skycell_id
    53     ### and defined $warp_skyfile_id
     53    and defined $warp_skyfile_id
    5454    and defined $tess_dir
    5555    and defined $camera
     
    6464$ipprc->redirect_output($logDest) if $redirect;
    6565
    66 my $image_id = $warp_skyfile_id;
    6766my $source_id = $ipprc->source_id($dbname, $PS_TABLE_ID_WARP);
    6867
     
    196195    $command .= " -threads $threads" if defined $threads;
    197196    $command .= " -dbname $dbname" if defined $dbname;
    198     # $command .= " -image_id $image_id" if defined $image_id;
    199     # $command .= " -source_id $source_id" if defined $source_id;
     197    $command .= " -image_id $warp_skyfile_id" if defined $warp_skyfile_id;
     198    $command .= " -source_id $source_id" if defined $source_id;
    200199    if ($run_state eq 'new') {
    201200        $command .= " -dumpconfig $configuration";
Note: See TracChangeset for help on using the changeset viewer.