Changeset 41634
- Timestamp:
- Jun 3, 2021, 1:30:26 PM (5 years ago)
- Location:
- tags/ipp-ps1-20210510/psastro/src
- Files:
-
- 1 deleted
- 1 edited
-
psastroFindChipGPC.c (deleted)
-
psastroLoadGhosts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ps1-20210510/psastro/src/psastroLoadGhosts.c
r41633 r41634 180 180 int cenChip = 0; 181 181 if ( (Y >= 3)&&(Y <=4)&&(X >= 2)&&(X <= 5) ) {cenChip = 1;} 182 183 182 184 183 while ((cell = pmFPAviewNextCell (view, fpa, 1)) != NULL) { … … 221 220 ghost->FP->y = ghost_y_fpa_mirror + psPolynomial2DEval(centerY, ghost_x_fpa_mirror, ghost_y_fpa_mirror); 222 221 } 223 if( !mirCheck| cenChip) {222 if((!mirCheck) | cenChip) { 224 223 //Use the old-style ghost position determination 225 224 ghost->FP->x = -cal->FP->x + psPolynomial2DEval(centerX, -cal->FP->x, -cal->FP->y);
Note:
See TracChangeset
for help on using the changeset viewer.
