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

    r8062 r8120  
    2222            pendingFrame->exposure->telescope,
    2323            pendingFrame->exposure->exp_type,
    24 //            pendingFrame->exposure->class,
    2524            pendingFrame->exposure->imfiles,
    2625            pendingFrame->exposure->filter,
    27             pendingFrame->exposure->stats,
     26            pendingFrame->exposure->airmass,
     27            pendingFrame->exposure->ra,
     28            pendingFrame->exposure->decl,
     29            pendingFrame->exposure->exp_time,
     30            pendingFrame->exposure->background,
    2831            "my recipe",
    2932            pendingFrame->exposure->p1_version,
     
    4649                pendingImage->class_id,
    4750                pendingImage->uri,
    48                 "my stats", // stats
    4951                "my recipe", // recipe
    5052                pendingImage->p1_version,
     
    7375        pendingExp->telescope,
    7476        pendingExp->exp_type,
    75 //        pendingExp->class,
    7677        pendingExp->imfiles, // XXX ndone is uneeded?
    7778        pendingExp->filter,
    78         pendingExp->stats,
     79        pendingExp->airmass,
     80        pendingExp->ra,
     81        pendingExp->decl,
     82        pendingExp->exp_time,
     83        pendingExp->background,
    7984        "my recipe",
    8085        pendingExp->p1_version,
Note: See TracChangeset for help on using the changeset viewer.