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

    r6299 r6336  
    1515            rawFrame->exposure->exp_id,
    1616            rawFrame->exposure->camera,
     17            rawFrame->exposure->telescope,
    1718            rawFrame->exposure->exp_type,
     19            rawFrame->exposure->class,
     20            rawFrame->exposure->imfiles,
    1821            rawFrame->exposure->filter,
    19             rawFrame->exposure->class,
    20             rawFrame->exposure->nclass,
    2122            rawFrame->exposure->stats,
     23            "my recipe",
    2224            0xff,   // p1
    2325            0xff    // p2
     
    3032            p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc(
    3133                rawImage->exp_id,
    32                 rawImage->class,
    3334                rawImage->class_id,
     35                rawImage->url,
     36                "my stats",      // stats
     37                "my recipe",     // recipe
    3438                0xff,   // p1
    35                 0xff,   // p2
    36                 "",     // recipe
    37                 "",     // stats
    38                 rawImage->url
     39                0xff    // p2
    3940            );
    4041
Note: See TracChangeset for help on using the changeset viewer.