IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 7, 2015, 12:07:36 PM (12 years ago)
Author:
heather
Message:

survey.add.addstar: was missing -uncensored for diff and fullforce

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/survey.pro

    r37716 r37786  
    10171017        $run = $run -uncensored
    10181018    end
    1019 
     1019    if ("$stage" == "fullforce")
     1020        $run = $run -uncensored
     1021    end
     1022    if ("$stage" == "diff")
     1023        $run = $run -uncensored)
     1024    end
    10201025    # we need to handle isp/gpc1: gpc1 wants destreaked, isp wants uncensored.  Perhaps the best way is by default do destreaked (the most paranoid), and if db = isp (is this the best way?) then do uncensored
    10211026   
Note: See TracChangeset for help on using the changeset viewer.