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/simtest.basic.auto

    r20909 r24098  
    6161automate METADATA
    6262  name       STR STACK
    63   regular    STR "stacktool -definebyquery -all -workdir file://@CWD@/stack -min_new 4 -min_frac 2 -select_good_frac_min 0.2 -dbname @DBNAME@"
     63  regular    STR "stacktool -definebyquery -all -label proc -workdir file://@CWD@/stack -min_new 4 -min_frac 2 -select_good_frac_min 0.2 -dbname @DBNAME@"
    6464END
    6565
     
    6767automate METADATA
    6868  name       STR DIFF
    69   regular    STR "difftool -definebyquery -workdir file://@CWD@/diff -good_frac 0.2 -dbname @DBNAME@"
     69  regular    STR "difftool -definebyquery -label proc -workdir file://@CWD@/diff -good_frac 0.2 -dbname @DBNAME@"
    7070END
    7171
Note: See TracChangeset for help on using the changeset viewer.