Changeset 38473 for trunk/Ohana/src/relphot
- Timestamp:
- Jun 14, 2015, 12:53:55 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/setMrelCatalog.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/setMrelCatalog.c
r38471 r38473 293 293 } 294 294 295 // force the synthetic magnitude (apply zpt calibration if no tycho photometry exists) 296 if (results->needSYN[Nsec]) { 295 // use the synthetic magnitude for mean photometry (apply zpt calibration if no tycho 296 // photometry exists) 297 if (results->needSYN[Nsec] || (!results->havePS1[Nsec] && results->haveSYN[Nsec])) { 297 298 if (!isSetMrelFinal) continue; 298 299 … … 656 657 } 657 658 658 secfilt[Nsec].flags |= ID_SECF_HAS_ STACK;659 secfilt[Nsec].flags |= ID_SECF_HAS_PS1_STACK; 659 660 } // Nsecfilt loop 660 661
Note:
See TracChangeset
for help on using the changeset viewer.
