- Timestamp:
- Dec 22, 2019, 4:11:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ccl_branches/ipponly-20191108/ippTasks/survey.pro
r39548 r41211 40 40 $SURVEY_RELSTACK_DB = 0 41 41 $SURVEY_STATICSKYSINGLE_DB = 0 42 $SURVEY_EXEC = 12042 $SURVEY_EXEC = 30 43 43 $SURVEY_POLL = 10 44 $SURVEY_TIMEOUT = 600 44 $SURVEY_TIMEOUT = 30 45 # $SURVEY_EXEC = 120 46 # $SURVEY_TIMEOUT = 600 45 47 # the tasks for loading the release tabels for nightly science do not need to run very often 46 48 $SURVEY_RELEASE_EXEC = 300 … … 947 949 948 950 task survey.addstar 949 host local950 951 951 periods -poll $SURVEY_POLL 952 952 periods -exec $SURVEY_EXEC 953 953 periods -timeout $SURVEY_TIMEOUT 954 955 host local 954 956 npending 1 955 957 … … 961 963 book npages SURVEY_ADDSTAR -var N 962 964 if ($N == 0) 963 # echo "No labels for processing"965 echo "No labels for processing survey.addstar" 964 966 break 965 967 endif … … 997 999 998 1000 $run = $run -definebyquery -label $label -set_dvodb $dvodb -set_minidvodb_group $minidvodb_group -set_minidvodb -set_label $minidvodb_group -stage $stage 999 # echo $run1000 1001 if ("$stage" == "cam") 1001 #only queue destreaked cams. stacks and staticsky don 't need this1002 #if ("$DB:$SURVEY_ADDSTAR_DB" == "isp")1003 #this is the only way I can think of how to handle this (but it is messy). If it is a database that we KNOW doesn'tuse magicked (ie, isp), then do not queue destreaked1002 #only queue destreaked cams. stacks and staticsky dont need this 1003 # if ("$DB:$SURVEY_ADDSTAR_DB" == "isp") 1004 # this is the only way I can think of how to handle this (but it is messy). If it is a database that we KNOW doesn use magicked (ie, isp), then do not queue destreaked 1004 1005 # now with no magic, all are uncensored 1005 1006 $run = $run -uncensored 1006 1007 # else 1007 # if not isp, then run destreaked version only1008 # if not isp, then run destreaked version only 1008 1009 # $run = $run -destreaked 1009 1010 # end … … 1018 1019 end 1019 1020 if ("$stage" == "skycal") 1020 #skycal doesn 't have magic, however, we still need to tell addtool1021 #skycal doesnt have magic, however, we still need to tell addtool 1021 1022 $run = $run -uncensored 1022 1023 end … … 1028 1029 end 1029 1030 # 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 1030 1031 1031 1032 1032 echo $run
Note:
See TracChangeset
for help on using the changeset viewer.
