IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2011, 11:46:43 AM (15 years ago)
Author:
heather
Message:

added 'staticsky_multi' stage to addstar to allow processing of staticsky
(multi_filter).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/survey.pro

    r32680 r32832  
    3333 book create SURVEY_WARP_BG
    3434 book create SURVEY_PUBLISH
    35  book create SURVEY_STATICSKYSINGLE  
     35 book create SURVEY_STATICSKYSINGLE
    3636 $haveSurveyBooks = TRUE
    3737end
     
    4848$SURVEY_PUBLISH_DB = 0
    4949$SURVEY_STATICSKYSINGLE_DB = 0
    50 
    5150$SURVEY_EXEC = 120
    5251$SURVEY_POLL = 10
     
    839838        $run = $run -uncensored
    840839    end
     840    if ("$stage" == "staticsky_multi")
     841        #only queue uncensored staticsky (multi filter)
     842        $run = $run -uncensored
     843    end
     844
    841845    if ("$stage" == "stack")
    842846        #only queue uncensored stacks
Note: See TracChangeset for help on using the changeset viewer.