Changeset 26076 for trunk/ppStack/src/ppStackSources.c
- Timestamp:
- Nov 9, 2009, 2:53:12 PM (17 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppStackSources.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/czw_branch/cleanup/ppStack merged eligible /branches/eam_branches/20090522/ppStack merged eligible /branches/eam_branches/20090715/ppStack merged eligible /branches/eam_branches/20090820/ppStack merged eligible /branches/pap/ppStack merged eligible /branches/pap_mops/ppStack 25137-25255
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/ppStack/src/ppStackSources.c
r25313 r26076 188 188 } 189 189 190 #if 0 191 // Position offsets 192 { 193 psArray *offsets = pmSourceMatchRelastro(matches, num, tol, iter1, starRej1, 194 iter2, starRej2, starLimit); // Shifts for each image 195 if (!offsets) { 196 psError(PS_ERR_UNKNOWN, false, "Unable to measure offsets"); 197 return false; 198 } 199 for (int i = 0; i < num; i++) { 200 psVector *offset = offsets->data[i]; 201 fprintf(stderr, "Offset %d: %f,%f\n", i, offset->data.F32[0], offset->data.F32[1]); 202 } 203 psFree(offsets); 204 } 205 #endif 206 190 207 #ifdef TESTING 191 208 dumpMatches("source_mags.dat", num, matches, zp, trans);
Note:
See TracChangeset
for help on using the changeset viewer.
