Changeset 11165
- Timestamp:
- Jan 18, 2007, 6:47:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotBlendFit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotBlendFit.c
r10801 r11165 18 18 float FIT_SN_LIM = psMetadataLookupF32 (&status, recipe, "FULL_FIT_SN_LIM"); 19 19 20 psphotInitLimitsPSF (recipe );20 psphotInitLimitsPSF (recipe, readout); 21 21 psphotInitLimitsEXT (recipe); 22 22 psphotInitRadiusPSF (recipe, psf->type); 23 24 psphotFitInit (); 23 25 24 26 // option to limit analysis to a specific region … … 28 30 29 31 for (int i = 0; i < sources->n; i++) { 32 if (i%100 == 0) psphotFitSummary (); 33 30 34 pmSource *source = sources->data[i]; 31 35
Note:
See TracChangeset
for help on using the changeset viewer.
