IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 29, 2006, 8:36:33 AM (20 years ago)
Author:
eugene
Message:

extensive work to catch errors and clear leaks; implement mosaics

File:
1 edited

Legend:

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

    r10830 r10855  
    3737        for (int i = 0; i < fpa->chips->n; i++) {
    3838            pmChip *chip = fpa->chips->data[i];
     39            if (!chip->process || !chip->file_exists) { continue; }
    3940           
    4041            pixelScale1 = hypot (chip->toFPA->x->coeff[1][0], chip->toFPA->x->coeff[0][1]);
     
    5051    for (int i = 0; i < fpa->chips->n; i++) {
    5152        pmChip *chip = fpa->chips->data[i];
     53        if (!chip->process || !chip->file_exists) { continue; }
    5254
    5355        psPlaneTransform *toFPA = chip->toFPA;
Note: See TracChangeset for help on using the changeset viewer.