IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2010, 3:39:22 PM (16 years ago)
Author:
bills
Message:

fixes for staticsky stage

File:
1 edited

Legend:

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

    r28962 r29063  
    7171$ipprc->redirect_output($logDest) or my_die( "Unable to redirect output", $sky_id, $PS_EXIT_SYS_ERROR ) if $redirect;
    7272
     73my $traceDest      = $ipprc->filename("TRACE.EXP", $outroot);
    7374# my $source_id = $ipprc->source_id($dbname, $PS_TABLE_ID_STATICSKY);
    7475
     
    164165    $command .= " -recipe PSPHOT $recipe_psphot";
    165166    $command .= " -dumpconfig $configuration";
    166     # $command .= " -tracedest $traceDest -log $logDest";
     167    $command .= " -tracedest $traceDest -log $logDest";
    167168    # $command .= " -dbname $dbname" if defined $dbname;
    168169    # $command .= " -image_id $diff_skyfile_id" if defined $diff_skyfile_id;
Note: See TracChangeset for help on using the changeset viewer.