IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6277


Ignore:
Timestamp:
Jan 31, 2006, 7:26:40 PM (20 years ago)
Author:
jhoblitt
Message:

move exptype from Imfile -> Exp
rename exptype -> exp_type rename

Location:
trunk/ippTools/src
Files:
3 edited

Legend:

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

    r6221 r6277  
    3838            rawFrame->exposure->exp_id,
    3939            rawFrame->exposure->camera,
     40            rawFrame->exposure->exp_type,
    4041            rawFrame->exposure->filter,
    4142            rawFrame->exposure->class,
     
    5253            p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc(
    5354                rawImage->exp_id,
    54                 rawImage->exptype,
    5555                rawImage->class,
    5656                rawImage->class_id,
  • trunk/ippTools/src/p2pendingToDone.c

    r6210 r6277  
    1616            pendingFrame->exposure->exp_id,
    1717            pendingFrame->exposure->camera,
     18            pendingFrame->exposure->exp_type,
    1819            pendingFrame->exposure->filter,
    1920            pendingFrame->exposure->class,
     
    3839            p2DoneImfileRow *doneImage = p2DoneImfileRowAlloc(
    3940                pendingImage->exp_id,
    40                 pendingImage->exptype,
    4141                pendingImage->class,
    4242                pendingImage->class_id,
     
    7373        p2DoneImfileRow *doneImfile = p2DoneImfileRowAlloc(
    7474            pendingImfile->exp_id,
    75             pendingImfile->exptype,
    7675            pendingImfile->class,
    7776            pendingImfile->class_id,
     
    9695        pendingExp->exp_id,
    9796        pendingExp->camera,
     97        pendingExp->exp_type,
    9898        pendingExp->filter,
    9999        pendingExp->class,
  • trunk/ippTools/src/p2rawToPending.c

    r6221 r6277  
    1515            rawFrame->exposure->exp_id,
    1616            rawFrame->exposure->camera,
     17            rawFrame->exposure->exp_type,
    1718            rawFrame->exposure->filter,
    1819            rawFrame->exposure->class,
     
    2829            p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc(
    2930                rawImage->exp_id,
    30                 rawImage->exptype,
    3131                rawImage->class,
    3232                rawImage->class_id,
Note: See TracChangeset for help on using the changeset viewer.