Changeset 20746
- Timestamp:
- Nov 13, 2008, 6:26:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroFixChips.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroFixChips.c
r20271 r20746 49 49 } 50 50 51 // we now have a set of chip solutions and a set of prediction measure the overall52 // offset and rotation of the two systems by comparing the chip corners, projected onto53 // the focal plane(all 4 to prevent solutions tied to a single corner)51 // We now have a set of chip solutions and a set of predictions. Measure the overall offset and 52 // rotation of the two systems by comparing the chip corners, projected onto the focal plane 53 // (all 4 to prevent solutions tied to a single corner) 54 54 55 55 psVector *xObs = psVectorAllocEmpty (4*input->fpa->chips->n, PS_TYPE_F32); … … 123 123 124 124 psVectorClipFitPolynomial2D (map->y, stats, mask, 0xff, yObs, NULL, xRef, yRef); 125 psTrace ("psModules.astrom", 3, " xresid: %f +/- %f (%ld of %ld)\n", stats->clippedMean, stats->clippedStdev, stats->clippedNvalues, yObs->n);125 psTrace ("psModules.astrom", 3, "y resid: %f +/- %f (%ld of %ld)\n", stats->clippedMean, stats->clippedStdev, stats->clippedNvalues, yObs->n); 126 126 } 127 127
Note:
See TracChangeset
for help on using the changeset viewer.
