Changeset 41342
- Timestamp:
- Apr 16, 2020, 2:32:01 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMaskUpdates.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMaskUpdates.c
r41338 r41342 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 -= (ROT_PARITY * ROTANGLE); 427 ghost->outer.theta -= (ROT_PARITY * ROTANGLE); 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);
Note:
See TracChangeset
for help on using the changeset viewer.
