- Timestamp:
- Jul 17, 2014, 12:32:26 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relphot/src/GridOps.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/Ohana
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/Ohana/src/relphot/src/GridOps.c
r34088 r37067 414 414 // select the color- and airmass-corrected observed magnitude for this star 415 415 // XXX need to be able to turn off the color-correction until initial average mags are found 416 Msys = PhotCatTiny (&catalog[c].measureT[m] );416 Msys = PhotCatTiny (&catalog[c].measureT[m], MAG_CLASS_PSF); 417 417 if (isnan(Msys)) { 418 418 Nsys++; … … 573 573 574 574 n = catalog[c].measureT[m].averef; 575 Msys = PhotSysTiny (&catalog[c].measureT[m], &catalog[c].averageT[n], &catalog[c].secfilt[n*Nsecfilt] );575 Msys = PhotSysTiny (&catalog[c].measureT[m], &catalog[c].averageT[n], &catalog[c].secfilt[n*Nsecfilt], MAG_CLASS_PSF); 576 576 if (isnan(Msys)) { 577 577 Nsys++; … … 651 651 652 652 n = catalog[c].measureT[m].averef; 653 Msys = PhotSysTiny (&catalog[c].measureT[m], &catalog[c].averageT[n], &catalog[c].secfilt[n*Nsecfilt] );653 Msys = PhotSysTiny (&catalog[c].measureT[m], &catalog[c].averageT[n], &catalog[c].secfilt[n*Nsecfilt], MAG_CLASS_PSF); 654 654 655 655 xlist[N] = Xmeas[c][m];
Note:
See TracChangeset
for help on using the changeset viewer.
