IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2008, 2:21:25 PM (18 years ago)
Author:
eugene
Message:

adding threading for psphotGuessModels (threads still clashing...)

File:
1 edited

Legend:

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

    r20171 r20399  
    149149
    150150    // construct an initial model for each object
    151     psphotGuessModels (readout, sources, recipe, psf);
     151    psphotGuessModels (config, readout, sources, psf);
    152152
    153153    // XXX test output of models
     
    207207
    208208    // create full input models
    209     psphotGuessModels (readout, newSources, recipe, psf);
     209    psphotGuessModels (config, readout, newSources, psf);
    210210
    211211    // replace all sources so fit below applies to all at once
Note: See TracChangeset for help on using the changeset viewer.