IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9409


Ignore:
Timestamp:
Oct 8, 2006, 3:10:31 PM (20 years ago)
Author:
eugene
Message:

added comments noting necessary additions to processedimfileMode

File:
1 edited

Legend:

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

    r9408 r9409  
    14331433        "   detRun.state = 'run'"
    14341434    );
     1435
     1436    // XXX need to add:
     1437    // JOIN detResidExp ON detResidExp.iteration = iteration - 1
     1438    // AND detResidExp.exp_tag = detProcessedImfile.exp_tag
     1439    // XXX and to WHERE:
     1440    // AND detResidExp.accept = 1
    14351441
    14361442    if (config->where) {
Note: See TracChangeset for help on using the changeset viewer.