- Timestamp:
- Aug 21, 2011, 10:17:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psModules/src/objects/pmSourceIO_CMP.c
r31451 r32149 135 135 lsky = (source->sky < 1.0) ? 0.0 : log10(source->sky); 136 136 137 axes = pmPSF_ModelToAxes (PAR, 20.0 );137 axes = pmPSF_ModelToAxes (PAR, 20.0, model->type); 138 138 139 139 float psfMagErr = isfinite(source->psfMagErr) ? source->psfMagErr : 999; … … 293 293 goto skip_source; 294 294 295 pmPSF_AxesToModel (PAR, axes );295 pmPSF_AxesToModel (PAR, axes, modelType); 296 296 297 297 psArrayAdd (sources, 100, source);
Note:
See TracChangeset
for help on using the changeset viewer.
