IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41634


Ignore:
Timestamp:
Jun 3, 2021, 1:30:26 PM (5 years ago)
Author:
tdeboer
Message:

change to ghosts

Location:
tags/ipp-ps1-20210510/psastro/src
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-ps1-20210510/psastro/src/psastroLoadGhosts.c

    r41633 r41634  
    180180        int cenChip = 0;
    181181        if ( (Y >= 3)&&(Y <=4)&&(X >= 2)&&(X <= 5) ) {cenChip = 1;}
    182        
    183182
    184183        while ((cell = pmFPAviewNextCell (view, fpa, 1)) != NULL) {
     
    221220                        ghost->FP->y = ghost_y_fpa_mirror + psPolynomial2DEval(centerY, ghost_x_fpa_mirror, ghost_y_fpa_mirror);
    222221                    } 
    223                     if(!mirCheck | cenChip) {
     222                    if((!mirCheck) | cenChip) {
    224223                        //Use the old-style ghost position determination
    225224                        ghost->FP->x = -cal->FP->x + psPolynomial2DEval(centerX, -cal->FP->x, -cal->FP->y);
Note: See TracChangeset for help on using the changeset viewer.