IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2009, 2:27:51 PM (17 years ago)
Author:
bills
Message:

move setting of -label arguments from add_poll_args
to a new macro add_poll_labels.
Call the macro from the science processing tasks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r24056 r24098  
    278278    $command = $$1 -limit $POLLLIMIT
    279279
     280    $$1 = $command
     281end
     282
     283macro add_poll_labels
     284    if ($0 != 2)
     285        echo "Must pass in the command of interest, and this function will supplement"
     286        stop
     287    end
     288
     289    local command i
     290
     291    $command = $$1
     292
    280293    # Only process the data with the specified label.
    281294    for i 0 $LABEL:n
Note: See TracChangeset for help on using the changeset viewer.