IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2006, 11:41:34 AM (20 years ago)
Author:
jhoblitt
Message:

remove unused defines from pxtools.h

File:
1 edited

Legend:

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

    r10229 r10230  
    4545
    4646pxConfig *pxConfigAlloc(void);
    47 
    48 typedef struct {
    49     newExpRow *exposure;
    50     psArray *images;
    51 } newFrame;
    52 
    53 newFrame *newFrameAlloc(
    54     newExpRow *exposure,
    55     psArray *images
    56 );
     47bool pxCreateTables (pxConfig *config);
     48bool pxDeleteTables (pxConfig *config);
    5749
    5850typedef struct {
     
    6658);
    6759
    68 typedef struct {
    69     rawDetrendExpRow *exposure;
    70     psArray *images;
    71 } rawDetrendFrame;
    72 
    73 rawDetrendFrame *rawDetrendFrameAlloc(
    74     rawDetrendExpRow *exposure,
    75     psArray *images
    76 );
    77 
    78 typedef struct {
    79     p2PendingExpRow *exposure;
    80     psArray *images;
    81 } p2PendingFrame;
    82 
    83 p2PendingFrame *p2PendingFrameAlloc(
    84     p2PendingExpRow *exposure,
    85     psArray *images
    86 );
    87 
    88 
    89 bool pxCreateTables (pxConfig *config);
    90 bool pxDeleteTables (pxConfig *config);
    91 
    92 psArray *p2rawToPending (pxConfig *config, psArray *rawFrames);
    93 bool p2insertPendingFrames (pxConfig *config, psArray *rawFrames);
    94 bool p2writePendingImages (pxConfig *config, psArray *frames);
    95 psArray *p2pendingToDone (pxConfig *config, psArray *pendingFrames);
    96 bool psTimeIsZero(psTime *time);
    97 psArray *p2searchDoneFrames(pxConfig *config);
    98 psArray *p2searchPendingImfiles(pxConfig *config);
    99 psArray *p2searchPendingExp(pxConfig *config);
    100 
    10160bool rawScienceFramePrint(FILE *stream, pxConfig *config, psArray *frames);
    10261psArray *rawScienceFrameSearch(pxConfig *config);
    103 
    104 bool rawDetrendFramePrint(FILE *stream, pxConfig *config, psArray *frames);
    105 psArray *rawDetrendFrameSearch(pxConfig *config);
    106 
    107 bool p2PendingFramePrint(FILE *stream, pxConfig *config, psArray *frames);
    108 psArray *p2PendingFrameSearch(pxConfig *config);
    109 
    110 bool newFramePrint(FILE *stream, pxConfig *config, psArray *frames);
    111 psArray *newFrameSearch(pxConfig *config);
    112 
    11362bool rawScienceFrameInsert(pxConfig *config, rawScienceFrame *frame);
    114 rawDetrendFrame *newToRawDetrendFrame(pxConfig *config, newFrame *newFrame);
    115 bool rawDetrendFrameInsert(pxConfig *config, rawDetrendFrame *frame);
    11663
    11764#endif // PXTOOLS_H
Note: See TracChangeset for help on using the changeset viewer.