IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2006, 3:16:23 PM (20 years ago)
Author:
jhoblitt
Message:

big database scheme change -- now partially normalized
full implement p0search -updateexp through p2 (p1 support is unimplemented)
delete "frame" level functions from p0search as they are now unused

File:
1 edited

Legend:

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

    r8121 r8279  
    1818        p2DoneExpRow *doneExposure = p2DoneExpRowAlloc(
    1919            pendingFrame->exposure->exp_id,
    20             pendingFrame->exposure->camera,
    21             pendingFrame->exposure->telescope,
    22             pendingFrame->exposure->exp_type,
    23             pendingFrame->exposure->imfiles,
    24             pendingFrame->exposure->filter,
    25             pendingFrame->exposure->airmass,
    26             pendingFrame->exposure->ra,
    27             pendingFrame->exposure->decl,
    28             pendingFrame->exposure->exp_time,
    29             pendingFrame->exposure->background,
    3020            "my recipe",
    3121            pendingFrame->exposure->p1_version,
     
    7060    p2DoneExpRow *doneExp = p2DoneExpRowAlloc(
    7161        pendingExp->exp_id,
    72         pendingExp->camera,
    73         pendingExp->telescope,
    74         pendingExp->exp_type,
    75         pendingExp->imfiles, // XXX ndone is uneeded?
    76         pendingExp->filter,
    77         pendingExp->airmass,
    78         pendingExp->ra,
    79         pendingExp->decl,
    80         pendingExp->exp_time,
    81         pendingExp->background,
    8262        "my recipe",
    8363        pendingExp->p1_version,
Note: See TracChangeset for help on using the changeset viewer.