IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2008, 3:28:57 PM (18 years ago)
Author:
eugene
Message:

various fixes to the get command-line options for cleanup stages correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/dettool_detrunsummary.c

    r18991 r19078  
    9494        return false;
    9595    }
    96     psString data_state = psMetadataLookupStr(&status, row, "data_state");
    97     if (!status) {
    98         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for iteration");
    99         return false;
    100     }
    10196
    10297    // optional
     
    112107            det_id,
    113108            iteration,
    114             data_state,
     109            "full",
    115110            bg,
    116111            bg_stdev,
Note: See TracChangeset for help on using the changeset viewer.