IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 8, 2006, 2:43:04 PM (19 years ago)
Author:
Paul Price
Message:

Adding error checking; only close files after all operations are pau.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageMosaic.c

    r10214 r10589  
    2121    }
    2222
    23     pmFPAAddSourceFromView(out->fpa, view, out->format);
    2423    pmChip *outChip = pmFPAviewThisChip(view, out->fpa);
    2524    pmChip *inChip = pmFPAviewThisChip(view, in->fpa);
     25    if (!outChip->hdu && !outChip->parent->hdu) {
     26        pmFPAAddSourceFromView(out->fpa, view, out->format);
     27    }
    2628
    2729    // Copy over concepts
Note: See TracChangeset for help on using the changeset viewer.