IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31724


Ignore:
Timestamp:
Jun 28, 2011, 1:50:07 PM (15 years ago)
Author:
heather
Message:

fixed survey so it does -destreaked or -uncensored properly
M ippTasks/survey.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/survey.pro

    r31686 r31724  
    768768    $run = $run -definebyquery -label $label -set_dvodb $dvodb -set_minidvodb_group $minidvodb_group -set_minidvodb -set_label $minidvodb_group -stage $stage
    769769    # echo $run
    770     if ($stage == 'cam')
     770    if ("$stage" == "cam")
    771771        #only queue destreaked cams. stacks and staticsky don't need this
    772772        $run = $run -destreaked
    773773    end
    774     if ($stage == 'staticsky')
     774    if ("$stage" == "staticsky")
    775775        #only queue uncensored staticsky
    776776        $run = $run -uncensored
    777777    end
    778     if ($stage == 'stack')
     778    if ("$stage" == "stack")
    779779        #only queue uncensored stacks
    780780        $run = $run -uncensored
     
    784784   
    785785
    786 
     786    echo $run
    787787    command $run
    788788  end
    789789
    790790  # success
     791   
    791792  task.exit    0
    792793#    echo "Success"
Note: See TracChangeset for help on using the changeset viewer.