IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2010, 2:35:32 AM (16 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101103/pstamp/scripts/pstamp_job_run.pl

    r29380 r29906  
    119119    $command .= " -dbserver $dbserver" if $dbserver;
    120120    $command .= " -stage $params->{stage}" if $params->{stage};
     121    $command .= " -no_censor_masked" unless $nan_masked;
    121122    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    122123        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.