Changeset 16537
- Timestamp:
- Feb 19, 2008, 9:46:57 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroAstromGuess.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroAstromGuess.c
r15891 r16537 85 85 while ((readout = pmFPAviewNextReadout (view, fpa, 1)) != NULL) { 86 86 if (! readout->data_exists) { continue; } 87 88 // report the current best guess for the cell 0,0 pixel coordinate 89 { 90 psPlane ptCH, ptFP, ptTP; 91 psSphere ptSky; 92 93 ptCH.x = 0; 94 ptCH.y = 0; 95 psPlaneTransformApply (&ptFP, chip->toFPA, &ptCH); 96 psPlaneTransformApply (&ptTP, fpa->toTPA, &ptFP); 97 psDeproject (&ptSky, &ptTP, fpa->toSky); 98 psLogMsg ("psastro", 2, "0,0 pix for chip,cell %d,%d = %f,%f\n", view->chip, view->cell, DEG_RAD*ptSky.r, DEG_RAD*ptSky.d); 99 } 87 100 88 101 psArray *rawstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.RAWSTARS");
Note:
See TracChangeset
for help on using the changeset viewer.
