IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41342 for trunk/psastro


Ignore:
Timestamp:
Apr 16, 2020, 2:32:01 PM (6 years ago)
Author:
tdeboer
Message:

ghost angle fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMaskUpdates.c

    r41338 r41342  
    424424                        psastroGhost *ghost = ghosts->data[i];
    425425                        //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);
    428428                        // XXX bright vs faint ghost bits? (OR with SUSPECT)
    429429                        psastroMaskEllipticalAnnulus (readoutMask->mask, ghostMaskValue, ghost->chip->x, ghost->chip->y, ghost->inner, ghost->outer);
Note: See TracChangeset for help on using the changeset viewer.