IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2006, 6:18:57 PM (20 years ago)
Author:
jhoblitt
Message:

large database schema change -> add airmass, ra, decl, exp_time, & background to exps
several memory leaks
add some transactions to p0search & p2search
fix p2search -done's handling of p2Done* tables

File:
1 edited

Legend:

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

    r8062 r8120  
    2121            rawFrame->exposure->telescope,
    2222            rawFrame->exposure->exp_type,
    23 //            rawFrame->exposure->class,
    2423            rawFrame->exposure->imfiles,
    2524            rawFrame->exposure->filter,
    26             rawFrame->exposure->stats,
     25            rawFrame->exposure->airmass,
     26            rawFrame->exposure->ra,
     27            rawFrame->exposure->decl,
     28            rawFrame->exposure->exp_time,
     29            rawFrame->exposure->background,
    2730            "my recipe",
    2831            0xff,   // p1
     
    3841                rawImage->class_id,
    3942                rawImage->uri,
    40                 "my stats",      // stats
    4143                "my recipe",     // recipe
    4244                0xff,   // p1
Note: See TracChangeset for help on using the changeset viewer.