IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 5:25:54 PM (20 years ago)
Author:
jhoblitt
Message:

require ippdb 0.0.38
the "big" exp_id -> exp_tag conversion

File:
1 edited

Legend:

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

    r8121 r9057  
    2525        // 'where' to select each exposure
    2626        psMetadata *where = psMetadataAlloc ();
    27         psMetadataAddStr(where, PS_LIST_TAIL, "exp_id", PS_META_REPLACE, "==",
    28             exposure->exp_id);
     27        psMetadataAddStr(where, PS_LIST_TAIL, "exp_tag", PS_META_REPLACE, "==",
     28            exposure->exp_tag);
    2929
    3030        psArray *images = p2DoneImfileSelectRowObjects(config->dbh, where,
Note: See TracChangeset for help on using the changeset viewer.