Changeset 12712 for trunk/psastro/src/psastroUtils.c
- Timestamp:
- Mar 31, 2007, 5:21:26 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroUtils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroUtils.c
r12536 r12712 38 38 pmChip *chip = fpa->chips->data[i]; 39 39 if (!chip->process || !chip->file_exists) { continue; } 40 40 if (!chip->toFPA) { continue; } 41 41 42 pixelScale1 = hypot (chip->toFPA->x->coeff[1][0], chip->toFPA->x->coeff[0][1]); 42 43 pixelScale2 = hypot (chip->toFPA->y->coeff[1][0], chip->toFPA->y->coeff[0][1]); … … 52 53 pmChip *chip = fpa->chips->data[i]; 53 54 if (!chip->process || !chip->file_exists) { continue; } 55 if (!chip->toFPA) { continue; } 54 56 55 57 psPlaneTransform *toFPA = chip->toFPA;
Note:
See TracChangeset
for help on using the changeset viewer.
