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/p2insertPendingFrames.c

    r8279 r9057  
    2121        psMetadata *where = psMetadataAlloc();
    2222
    23         psMetadataAddStr(where, PS_LIST_TAIL, "exp_id", PS_META_REPLACE, "==",
    24             rawFrame->exposure->exp_id);
     23        psMetadataAddStr(where, PS_LIST_TAIL, "exp_tag", PS_META_REPLACE, "==",
     24            rawFrame->exposure->exp_tag);
    2525        psArray *exposures = p2PendingExpSelectRowObjects(config->dbh,
    2626            where, MAX_ROWS);
     
    4040
    4141        p2PendingExpRow *pendingExposure = p2PendingExpRowAlloc(
    42             rawFrame->exposure->exp_id,
     42            rawFrame->exposure->exp_tag,
    4343            "my recipe",
    4444            0xff,
     
    5151            rawImfileRow *rawImage = rawFrame->images->data[j];
    5252            p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc(
    53                 rawImage->exp_id,
     53                rawImage->exp_tag,
    5454                rawImage->class_id,
    5555                rawImage->uri,
Note: See TracChangeset for help on using the changeset viewer.