IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2007, 5:21:26 PM (19 years ago)
Author:
eugene
Message:

various low-level fixes

File:
1 edited

Legend:

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

    r12536 r12712  
    3838            pmChip *chip = fpa->chips->data[i];
    3939            if (!chip->process || !chip->file_exists) { continue; }
    40            
     40            if (!chip->toFPA) { continue; }
     41
    4142            pixelScale1 = hypot (chip->toFPA->x->coeff[1][0], chip->toFPA->x->coeff[0][1]);
    4243            pixelScale2 = hypot (chip->toFPA->y->coeff[1][0], chip->toFPA->y->coeff[0][1]);
     
    5253        pmChip *chip = fpa->chips->data[i];
    5354        if (!chip->process || !chip->file_exists) { continue; }
     55        if (!chip->toFPA) { continue; }
    5456
    5557        psPlaneTransform *toFPA = chip->toFPA;
Note: See TracChangeset for help on using the changeset viewer.