IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2009, 11:06:18 AM (17 years ago)
Author:
bills
Message:

Add data_group, dist_group, and note to the pipeline. These new columns will be used
for some of the tasks that label was used previously.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxchip.h

    r25800 r25835  
    2828
    2929bool pxchipRunSetState(pxConfig *config, psS64 chip_id, const char *state, const bool magicked);
    30 bool pxchipRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
    31 bool pxchipRunSetLabel(pxConfig *config, psS64 chip_id, const char *label);
    32 bool pxchipRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label);
    33 
    3430bool pxchipProcessedImfileSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
    3531
     
    3834                         const char *workdir,
    3935                         const char *label,
     36                         const char *data_group,
     37                         const char *dist_group,
    4038                         const char *reduction,
    4139                         const char *expgroup,
    4240                         const char *dvodb,
    4341                         const char *tess_id,
    44                          const char *end_stage);
     42                         const char *end_stage,
     43                         const char *note);
    4544
    4645
Note: See TracChangeset for help on using the changeset viewer.