- Timestamp:
- Jan 11, 2012, 6:57:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/psphot/src/psphotModelBackground.c
r32348 r33086 159 159 160 160 // measure clipped median for subimages 161 psRegion ruffRegion = {0,0,0,0};162 psRegion fineRegion = {0,0,0,0};161 psRegion ruffRegion = psRegionSet (0,0,0,0); 162 psRegion fineRegion = psRegionSet (0,0,0,0); 163 163 for (int iy = 0; iy < model->numRows; iy++) { 164 164 for (int ix = 0; ix < model->numCols; ix++) {
Note:
See TracChangeset
for help on using the changeset viewer.
