Changeset 33484
- Timestamp:
- Mar 12, 2012, 8:50:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/select_images.c
r33483 r33484 142 142 } 143 143 144 // XXX temporary test : record center coords for each accepted and rejected chip/mosaic145 // double RAo, DECo;146 147 144 /* define image corners - note the DIS images (mosaic phu) are special */ 148 145 if (!strcmp(&timage[i].coords.ctype[4], "-DIS")) { … … 152 149 Xi[3] = -0.5*timage[i].NX; Yi[3] = +0.5*timage[i].NY; 153 150 Xi[4] = -0.5*timage[i].NX; Yi[4] = -0.5*timage[i].NY; 154 // XY_to_RD(&RAo, &DECo, 0.0, 0.0, &timage[i].coords);155 151 } else { 156 152 Xi[0] = 0; Yi[0] = 0; … … 159 155 Xi[3] = 0; Yi[3] = timage[i].NY; 160 156 Xi[4] = 0; Yi[4] = 0; 161 // XY_to_RD(&RAo, &DECo, 0.5*timage[i].NX, 0.5*timage[i].NY, &timage[i].coords);162 157 } 163 158 found = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.
