Changeset 34498 for trunk/psModules/src/objects/pmSourcePhotometry.c
- Timestamp:
- Oct 3, 2012, 4:24:24 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePhotometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePhotometry.c
r34403 r34498 165 165 status = pmSourcePhotometryModel (&model->mag, NULL, model); 166 166 if (model == source->modelEXT) foundEXT = true; 167 float SN = fabs(model->params->data.F32[PM_PAR_I0] / model->dparams->data.F32[PM_PAR_I0]); 168 model->magErr = 1.0 / SN; 167 169 } 168 170 if (foundEXT) {
Note:
See TracChangeset
for help on using the changeset viewer.
