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

    r8062 r8120  
    4444            rawFrame->exposure->telescope,
    4545            rawFrame->exposure->exp_type,
    46 //            rawFrame->exposure->class,
    4746            rawFrame->exposure->imfiles,
    4847            rawFrame->exposure->filter,
    49             rawFrame->exposure->stats,
     48            rawFrame->exposure->airmass,
     49            rawFrame->exposure->ra,
     50            rawFrame->exposure->decl,
     51            rawFrame->exposure->exp_time,
     52            rawFrame->exposure->background,
    5053            "my recipe",
    5154            0xff,
     
    6265                rawImage->class_id,
    6366                rawImage->uri,
    64                 "my stats",
    6567                "my recipe",
    6668                0xff, // p1
Note: See TracChangeset for help on using the changeset viewer.