- Timestamp:
- Jun 21, 2012, 6:51:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psphot/src/psphotPetrosianStats.c
r32348 r34051 46 46 47 47 bool anyPetro = false; 48 bool manyPetro = false;48 // bool manyPetro = false; XXX not used 49 49 bool above = true; 50 50 float Asum = 0.0; … … 122 122 } 123 123 above = false; 124 if (anyPetro) manyPetro = true;124 // if (anyPetro) manyPetro = true; 125 125 anyPetro = true; 126 126 } … … 212 212 source->extpars->petrosianR50 = R50; 213 213 source->extpars->petrosianR90 = R90; 214 source->extpars->petrosianFill = petApix / petArea;214 source->extpars->petrosianFill = petApix / petArea; 215 215 216 216 // XXX add the errors
Note:
See TracChangeset
for help on using the changeset viewer.
