IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2018, 3:25:43 PM (8 years ago)
Author:
eugene
Message:

add option to define stack-stack diff based on specific stack IDs; add a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/difftool.c

    r40109 r40512  
    23922392    PXOPT_COPY_STR(config->args, stack1Where, "-input_data_group", "stackRun.data_group","==");
    23932393    PXOPT_COPY_STR(config->args, stack2Where, "-template_label", "stackRun.label","==");
     2394
     2395    PXOPT_COPY_STR(config->args, stack1Where, "-input_stack_id", "stackRun.stack_id","==");
     2396    PXOPT_COPY_STR(config->args, stack2Where, "-template_stack_id", "stackRun.stack_id","==");
     2397
    23942398    PXOPT_COPY_F32(config->args, stack1Where, "-good_frac", "stackSumSkyfile.good_frac", ">=");
    23952399    PXOPT_COPY_F32(config->args, stack2Where, "-good_frac", "stackSumSkyfile.good_frac", ">=");
Note: See TracChangeset for help on using the changeset viewer.