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/pxadd.c

    r25816 r25835  
    127127                       char *reduction,
    128128                       char *label,
     129                       char *data_group,
    129130                       char *dvodb,
     131                       char *note,
    130132                       bool image_only)
    131133{
     
    152154                         reduction? reduction : "NULL",
    153155                         label    ? label     : "NULL",
     156                         data_group ? data_group     : "NULL",
    154157                         dvodb    ? dvodb     : "NULL",
     158                         note     ? note     : "NULL",
    155159                         image_only,
    156160                         (long long) cam_id
Note: See TracChangeset for help on using the changeset viewer.