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

    r8121 r9057  
    1616
    1717        p2PendingExpRow *pendingExposure = p2PendingExpRowAlloc(
    18             rawFrame->exposure->exp_id,
     18            rawFrame->exposure->exp_tag,
    1919            rawFrame->exposure->camera,
    2020            rawFrame->exposure->telescope,
     
    3636            rawImfileRow *rawImage = rawFrame->images->data[j];
    3737            p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc(
    38                 rawImage->exp_id,
     38                rawImage->exp_tag,
    3939                rawImage->class_id,
    4040                rawImage->uri,
Note: See TracChangeset for help on using the changeset viewer.