Changeset 20411 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Oct 26, 2008, 5:17:43 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r20171 r20411 1 1 # include "psphotInternal.h" 2 3 // this should be called by every program that links against libpsphot 4 bool psphotInit () { 5 6 psphotErrorRegister(); // register our error codes/messages 7 psphotModelClassInit (); // load implementation-specific models 8 psphotSetThreads (); 9 return true; 10 } 2 11 3 12 bool psphotReadout(pmConfig *config, const pmFPAview *view) { … … 149 158 150 159 // construct an initial model for each object 151 psphotGuessModels ( readout, sources, recipe, psf);160 psphotGuessModels (config, readout, sources, psf); 152 161 153 162 // XXX test output of models … … 207 216 208 217 // create full input models 209 psphotGuessModels ( readout, newSources, recipe, psf);218 psphotGuessModels (config, readout, newSources, psf); 210 219 211 220 // replace all sources so fit below applies to all at once
Note:
See TracChangeset
for help on using the changeset viewer.
