IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20404


Ignore:
Timestamp:
Oct 26, 2008, 5:13:17 PM (18 years ago)
Author:
eugene
Message:

moving psphot init functions into psphotInit()

Location:
branches/eam_branch_20081026/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081026/psphot/src/psphot.c

    r20399 r20404  
    1010    psTimerStart ("complete");
    1111    pmErrorRegister();                  // register psModule's error codes/messages
    12     psphotErrorRegister();              // register our error codes/messages
    13     psphotModelClassInit ();            // load implementation-specific models
    14     psphotSetThreads ();
    15 
     12    psphotInit();
    1613
    1714    // load command-line arguments, options, and system config data
  • branches/eam_branch_20081026/psphot/src/psphot.h

    r20399 r20404  
    2828
    2929bool            psphotModelTest (pmConfig *config, const pmFPAview *view, psMetadata *recipe);
     30bool            psphotInit ();
    3031bool            psphotReadout (pmConfig *config, const pmFPAview *view);
    3132bool            psphotReadoutFindPSF(pmConfig *config, const pmFPAview *view);
Note: See TracChangeset for help on using the changeset viewer.