IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 10:19:58 AM (20 years ago)
Author:
jhoblitt
Message:

remove p0CameraConfig tables
update database table formats

File:
1 edited

Legend:

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

    r6277 r6336  
    1616            pendingFrame->exposure->exp_id,
    1717            pendingFrame->exposure->camera,
     18            pendingFrame->exposure->telescope,
    1819            pendingFrame->exposure->exp_type,
     20            pendingFrame->exposure->class,
     21            pendingFrame->exposure->imfiles,
    1922            pendingFrame->exposure->filter,
    20             pendingFrame->exposure->class,
    21             pendingFrame->exposure->nclass, // XXX ndone is uneeded?
    22             0xFF, // ndone
     23            pendingFrame->exposure->stats,
     24            "my recipe",
    2325            pendingFrame->exposure->p1_version,
    2426            pendingFrame->exposure->p2_version
    25             //doneExposure->state = P2_STATE_DONE;
    2627        );
    2728
     
    3940            p2DoneImfileRow *doneImage = p2DoneImfileRowAlloc(
    4041                pendingImage->exp_id,
    41                 pendingImage->class,
    4242                pendingImage->class_id,
     43                pendingImage->url,
     44                "my stats", // stats
     45                "my recipe", // recipe
    4346                pendingImage->p1_version,
    44                 pendingImage->p2_version,
    45                 "", // recipe
    46                 "", // stats
    47                 pendingImage->url
     47                pendingImage->p2_version
    4848            );
    4949
     
    7373        p2DoneImfileRow *doneImfile = p2DoneImfileRowAlloc(
    7474            pendingImfile->exp_id,
    75             pendingImfile->class,
    7675            pendingImfile->class_id,
     76            pendingImfile->url,
     77            "my recipe", // recipe
     78            "my stats", // stats
    7779            pendingImfile->p1_version,
    78             pendingImfile->p2_version,
    79             "", // recipe
    80             "", // stats
    81             pendingImfile->url
     80            pendingImfile->p2_version
    8281        );
    8382
     
    9594        pendingExp->exp_id,
    9695        pendingExp->camera,
     96        pendingExp->telescope,
    9797        pendingExp->exp_type,
     98        pendingExp->class,
     99        pendingExp->imfiles, // XXX ndone is uneeded?
    98100        pendingExp->filter,
    99         pendingExp->class,
    100         pendingExp->nclass, // XXX ndone is uneeded?
    101         0xFF, // ndone
     101        pendingExp->stats,
     102        "my recipe",
    102103        pendingExp->p1_version,
    103104        pendingExp->p2_version
Note: See TracChangeset for help on using the changeset viewer.