IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31686


Ignore:
Timestamp:
Jun 22, 2011, 4:09:00 PM (15 years ago)
Author:
heather
Message:

modified survey.pro to do uncensored for stacks/staticsky addtool, and
destreaked for cam addtool. This works for gpc1, and I need to think about how
to handle isp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/survey.pro

    r31376 r31686  
    772772        $run = $run -destreaked
    773773    end
    774    
     774    if ($stage == 'staticsky')
     775        #only queue uncensored staticsky
     776        $run = $run -uncensored
     777    end
     778    if ($stage == 'stack')
     779        #only queue uncensored stacks
     780        $run = $run -uncensored
     781    end
     782
     783    # 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
     784   
     785
    775786
    776787    command $run
Note: See TracChangeset for help on using the changeset viewer.