IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16148


Ignore:
Timestamp:
Jan 18, 2008, 4:12:33 PM (18 years ago)
Author:
jhoblitt
Message:

remove -detrend flag

Location:
branches/end_stage/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/end_stage/ippTools/src/regtool.c

    r16126 r16148  
    495495
    496496    // optional
    497     PXOPT_LOOKUP_BOOL(detrend, config->args, "-detrend", false);
    498497    PXOPT_LOOKUP_STR(dvodb, config->args, "-dvodb", false, false);
    499498    PXOPT_LOOKUP_STR(tess_id, config->args, "-tess_id", false, false);
     
    700699    }
    701700
    702     // if this is a detrend image don't put it in the chip queue (and we're
    703     // done)
    704     if (detrend) {
    705         psFree(newExp);
    706         if (!psDBCommit(config->dbh)) {
    707             psError(PS_ERR_UNKNOWN, false, "database error");
    708             return false;
    709         }
    710         return true;
    711     }
     701    // XXX handle end_stage here
    712702
    713703    // insert an entry into the chipPendingExp table
  • branches/end_stage/ippTools/src/regtoolConfig.c

    r16144 r16148  
    334334        "define URL", NULL);
    335335    */
    336     psMetadataAddBool(addprocessedexpArgs, PS_LIST_TAIL, "-detrend",  0,
    337         "declare this as detrend data", false);
    338336
    339337    // -processedexp
Note: See TracChangeset for help on using the changeset viewer.