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

    r6299 r6336  
    3838            rawFrame->exposure->exp_id,
    3939            rawFrame->exposure->camera,
     40            rawFrame->exposure->telescope,
    4041            rawFrame->exposure->exp_type,
     42            rawFrame->exposure->class,
     43            rawFrame->exposure->imfiles,
    4144            rawFrame->exposure->filter,
    42             rawFrame->exposure->class,
    43             rawFrame->exposure->nclass,
    4445            rawFrame->exposure->stats,
     46            "my recipe",
    4547            0xff,
    4648            0xff
     
    5456            p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc(
    5557                rawImage->exp_id,
    56                 rawImage->class,
    5758                rawImage->class_id,
     59                rawImage->url,
     60                "my stats",
     61                "my recipe",
    5862                0xff, // p1
    59                 0xff, // p2
    60                 "",
    61                 "",
    62                 // XXX cleanup the url somehow
    63                 rawImage->url
     63                0xff  // p2
    6464            );
    6565
Note: See TracChangeset for help on using the changeset viewer.