IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31797


Ignore:
Timestamp:
Jun 29, 2011, 2:58:39 PM (15 years ago)
Author:
heather
Message:

this allows addstar to do the right thing for addtool for isp and for gpc1

i-This line, and those below, will be ignored--

M ippTasks/survey.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/survey.pro

    r31796 r31797  
    772772    if ("$stage" == "cam")
    773773        #only queue destreaked cams. stacks and staticsky don't need this
    774         $run = $run -destreaked
     774        if ("$DB:$SURVEY_ADDSTAR_DB" == "isp")
     775            #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't use magicked (ie, isp), then do not queue destreaked
     776           $run = $run -uncensored
     777        else
     778           #if not isp, then run destreaked version only
     779           $run = $run -destreaked
     780        end
    775781    end
    776782    if ("$stage" == "staticsky")
Note: See TracChangeset for help on using the changeset viewer.