Changeset 10855 for trunk/psastro/src/psastroUtils.c
- Timestamp:
- Dec 29, 2006, 8:36:33 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroUtils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroUtils.c
r10830 r10855 37 37 for (int i = 0; i < fpa->chips->n; i++) { 38 38 pmChip *chip = fpa->chips->data[i]; 39 if (!chip->process || !chip->file_exists) { continue; } 39 40 40 41 pixelScale1 = hypot (chip->toFPA->x->coeff[1][0], chip->toFPA->x->coeff[0][1]); … … 50 51 for (int i = 0; i < fpa->chips->n; i++) { 51 52 pmChip *chip = fpa->chips->data[i]; 53 if (!chip->process || !chip->file_exists) { continue; } 52 54 53 55 psPlaneTransform *toFPA = chip->toFPA;
Note:
See TracChangeset
for help on using the changeset viewer.
