IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2006, 6:42:56 PM (20 years ago)
Author:
jhoblitt
Message:

add rawDetrendFrame
add rawDetrnedFrameAlloc()
add rawDetrendFrameSearch()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtools.h

    r6261 r6272  
    6868
    6969typedef struct {
     70    rawDetrendExpRow *exposure;
     71    psArray *images;
     72} rawDetrendFrame;
     73
     74rawDetrendFrame *rawDetrnedFrameAlloc(
     75    rawDetrendExpRow *exposure,
     76    psArray *images
     77);
     78
     79typedef struct {
    7080    p2PendingExpRow *exposure;
    7181    psArray *images;
     
    107117psArray *rawScienceFrameSearch(pxConfig *config);
    108118
     119psArray *rawDetrendFrameSearch(pxConfig *config);
     120
    109121bool p2PendingFramePrint(FILE *stream, pxConfig *config, psArray *frames);
    110122psArray *p2PendingFrameSearch(pxConfig *config);
Note: See TracChangeset for help on using the changeset viewer.