Changeset 34405 for trunk/Ohana/src/relphot
- Timestamp:
- Sep 5, 2012, 4:25:56 PM (14 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
src/relphot/src/bcatalog.c (modified) (1 diff)
-
src/relphot/src/load_catalogs.c (modified) (1 diff)
-
src/relphot/src/relphot_objects.c (modified) (1 diff)
-
src/relphot/src/setMrelFinal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo set to
-
trunk/Ohana/src/relphot/src/bcatalog.c
r33963 r34405 117 117 118 118 // skip garbage measurements 119 if (catalog[0].measure[offset].psfQ ual< 0.85) { Npsfqf ++; continue; }119 if (catalog[0].measure[offset].psfQF < 0.85) { Npsfqf ++; continue; } 120 120 if (isnan(catalog[0].measure[offset].M)) { Nnan ++; continue; } 121 121 -
trunk/Ohana/src/relphot/src/load_catalogs.c
r33963 r34405 136 136 // TimeSelect -time 137 137 // DophotSelect 138 // (note that psfQ ualis applied rigidly at 0.85, as is the galaxy test)138 // (note that psfQF is applied rigidly at 0.85, as is the galaxy test) 139 139 // MAG_LIM 140 140 // SIGMA_LIM -
trunk/Ohana/src/relphot/src/relphot_objects.c
r33963 r34405 143 143 // TimeSelect -time 144 144 // DophotSelect 145 // (note that psfQ ualis applied rigidly at 0.85, as is the galaxy test)145 // (note that psfQF is applied rigidly at 0.85, as is the galaxy test) 146 146 // MAG_LIM 147 147 // SIGMA_LIM -
trunk/Ohana/src/relphot/src/setMrelFinal.c
r34088 r34405 237 237 if (catalog[0].measure[m].photFlags & code->photomBadMask) goto skip; 238 238 if ((catalog[0].measure[m].photcode > 10000) && (catalog[0].measure[m].photcode < 10500)) { 239 if (catalog[0].measure[m].psfQ ual< 0.85) goto skip;239 if (catalog[0].measure[m].psfQF < 0.85) goto skip; 240 240 } 241 241 }
Note:
See TracChangeset
for help on using the changeset viewer.
