Changeset 27526 for branches/eam_branches/20100225/Ohana
- Timestamp:
- Mar 30, 2010, 9:40:04 AM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
/trunk merged: 27513-27516,27518-27522,27524-27525
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/Ohana
- Property svn:mergeinfo changed
/trunk/Ohana merged: 27521
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/Ohana/src/relphot/src/StarOps.c
r27517 r27526 194 194 Nsecfilt = catalog[0].Nsecfilt; 195 195 196 # define PSFQUALSTATS 1 196 197 for (i = 0; i < Ncatalog; i++) { 197 198 for (j = 0; j < catalog[i].Naverage; j++) { … … 213 214 214 215 // XXX only apply this filter for psphot data from GPC1 for now... 215 if ( 0&& (catalog[i].measure[m].photcode > 10000) && (catalog[i].measure[m].photcode < 10500)) {216 if (PSFQUALSTATS && (catalog[i].measure[m].photcode > 10000) && (catalog[i].measure[m].photcode < 10500)) { 216 217 if (catalog[i].measure[m].psfQual < 0.85) continue; 217 218 } … … 235 236 // update average flags based on the detection stats. 236 237 // XXX we need to clean this up -- this is a serious set of hacks... 237 if ( 0) {238 if (PSFQUALSTATS) { 238 239 int Galaxy2MASS, GalaxySDSS, goodPS1, nEXT, nPSF, good2MASS; 239 240
Note:
See TracChangeset
for help on using the changeset viewer.
