Changeset 37088
- Timestamp:
- Jul 18, 2014, 3:37:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/psModules/src/objects/pmSourceIO_CFF.c
r36866 r37088 373 373 } 374 374 375 // save the PSF model parameters for each object as the first entry 375 376 xPos[0] = model->params->data.F32[PM_PAR_XPOS]; 376 377 yPos[0] = model->params->data.F32[PM_PAR_YPOS]; … … 384 385 nDOF[0] = NAN; 385 386 modelFlags[0] = 0; 387 n_rows ++; 386 388 387 389 if (source->modelFits != NULL) { … … 507 509 } 508 510 } 509 if (n_rows == 0) {510 // didn't find a suitable extended model we have one row with the psf parameters511 n_rows = 1;512 }513 511 514 512 for (int j = 0; j < n_rows; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
