Changeset 40084 for trunk/psastro/src/psastroOneChipGrid.c
- Timestamp:
- Jul 5, 2017, 5:33:42 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroOneChipGrid.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroOneChipGrid.c
r36837 r40084 62 62 psLogMsg ("psastro", 3, "basic grid search result - offset: %f,%f pixels, rotation: %f deg\n", gridStats->offset.x, gridStats->offset.y, DEG_RAD*gridStats->angle); 63 63 64 # if (1) 64 65 // tweak the position by finding peak of matches stars 65 66 stats = pmAstromGridTweak (rawGridStars, refGridStars, recipe, gridStats); … … 73 74 } 74 75 psLogMsg ("psastro", 3, "tweak grid search result - offset: %f,%f pixels, rotation: %f deg\n", stats->offset.x, stats->offset.y, DEG_RAD*stats->angle); 76 # else 77 // EAM TEST: skip tweak 78 stats = pmAstromStatsAlloc(); 79 *stats = *gridStats; 80 # endif 75 81 76 82 // adjust the chip.toFPA terms only
Note:
See TracChangeset
for help on using the changeset viewer.
