IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 1:36:21 PM (17 years ago)
Author:
eugene
Message:

add build info for psphotDetect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotDetect.h

    r21353 r21392  
    1212
    1313// Top level functions
    14 pmConfig       *psphotArguments (int argc, char **argv);
    15 bool            psphotParseCamera (pmConfig *config);
    16 bool            psphotImageLoop (pmConfig *config);
    17 bool            psphotMosaicChip(pmConfig *config, const pmFPAview *view, char *outFile, char *inFile);
    18 void            psphotCleanup (pmConfig *config);
    19 psExit          psphotGetExitStatus ();
     14pmConfig   *psphotDetectArguments(int argc, char **argv);
     15bool        psphotDetectParseCamera (pmConfig *config);
     16bool        psphotDetectImageLoop (pmConfig *config);
     17bool        psphotDetectReadout(pmConfig *config, const pmFPAview *view);
     18
     19bool        psphotMosaicChip(pmConfig *config, const pmFPAview *view, char *outFile, char *inFile);
     20void        psphotCleanup (pmConfig *config);
     21psExit      psphotGetExitStatus ();
    2022
    2123#endif
Note: See TracChangeset for help on using the changeset viewer.