IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20406


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

define psphotInit

File:
1 edited

Legend:

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

    r20399 r20406  
    11# include "psphotInternal.h"
     2
     3// this should be called by every program that links against libpsphot
     4bool psphotInit () {
     5
     6    psphotErrorRegister();              // register our error codes/messages
     7    psphotModelClassInit ();            // load implementation-specific models
     8    psphotSetThreads ();
     9    return true;
     10}
    211
    312bool psphotReadout(pmConfig *config, const pmFPAview *view) {
Note: See TracChangeset for help on using the changeset viewer.