IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2015, 4:04:53 PM (11 years ago)
Author:
bills
Message:

accept -exp_name and -exp_id as arguments to fftool -result and fftool -summary

File:
1 edited

Legend:

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

    r37789 r38724  
    490490    PXOPT_COPY_S64(config->args, where, "-ff_id",      "fullForceRun.ff_id", "==");
    491491    PXOPT_COPY_S64(config->args, where, "-warp_id",    "fullForceResult.warp_id", "==");
     492    PXOPT_COPY_S64(config->args, where, "-exp_id",     "rawExp.exp_id", "==");
     493    PXOPT_COPY_STR(config->args, where, "-exp_name",   "rawExp.exp_name", "==");
    492494    PXOPT_COPY_S64(config->args, where, "-skycal_id",  "fullForceRun.skycal_id", "==");
    493495    PXOPT_COPY_S64(config->args, where, "-stack_id",   "stackRun.stack_id", "==");
     
    852854    PXOPT_COPY_S64(config->args, where, "-ff_id",      "fullForceRun.ff_id", "==");
    853855    PXOPT_COPY_S64(config->args, where, "-warp_id",    "fullForceInput.warp_id", "==");
     856    PXOPT_COPY_S64(config->args, where, "-exp_id",     "rawExp.exp_id", "==");
     857    PXOPT_COPY_STR(config->args, where, "-exp_name",   "rawExp.exp_name", "==");
    854858    PXOPT_COPY_S64(config->args, where, "-skycal_id",  "fullForceRun.skycal_id", "==");
    855859    PXOPT_COPY_S64(config->args, where, "-stack_id",   "stackRun.stack_id", "==");
Note: See TracChangeset for help on using the changeset viewer.