Changeset 20404
- Timestamp:
- Oct 26, 2008, 5:13:17 PM (18 years ago)
- Location:
- branches/eam_branch_20081026/psphot/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081026/psphot/src/psphot.c
r20399 r20404 10 10 psTimerStart ("complete"); 11 11 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(); 16 13 17 14 // load command-line arguments, options, and system config data -
branches/eam_branch_20081026/psphot/src/psphot.h
r20399 r20404 28 28 29 29 bool psphotModelTest (pmConfig *config, const pmFPAview *view, psMetadata *recipe); 30 bool psphotInit (); 30 31 bool psphotReadout (pmConfig *config, const pmFPAview *view); 31 32 bool psphotReadoutFindPSF(pmConfig *config, const pmFPAview *view);
Note:
See TracChangeset
for help on using the changeset viewer.
