Changeset 41348 for trunk/psastro/src/psastroMaskUpdates.c
- Timestamp:
- Apr 28, 2020, 1:26:07 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMaskUpdates.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMaskUpdates.c
r41342 r41348 424 424 psastroGhost *ghost = ghosts->data[i]; 425 425 //offset the ghost angles with the astrometric rotation angle 426 ghost->inner.theta -= (ROT_PARITY * ROTANGLE);427 ghost->outer.theta -= (ROT_PARITY * ROTANGLE);426 ghost->inner.theta = ghost->inner.theta - AST_T0; 427 ghost->outer.theta = ghost->outer.theta - AST_T0; 428 428 // XXX bright vs faint ghost bits? (OR with SUSPECT) 429 429 psastroMaskEllipticalAnnulus (readoutMask->mask, ghostMaskValue, ghost->chip->x, ghost->chip->y, ghost->inner, ghost->outer); … … 444 444 //psastroMaskRectangle (readoutMask->mask, glintMaskValue, glint->x0, glint->y0, glint->x1, glint->y1); 445 445 446 psLogMsg ("psastro", 3, "glint: %d %f %f %f %f %f\n",i, glint->data.F32[0], glint->data.F32[1],glint->data.F32[2], glint->data.F32[3], glint->data.F32[4]); 446 447 psastroMaskBox (readoutMask->mask, glintMaskValue, glint->data.F32[0], glint->data.F32[1], 447 448 glint->data.F32[2], glint->data.F32[3], glint->data.F32[4]);
Note:
See TracChangeset
for help on using the changeset viewer.
