IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2006, 1:13:25 PM (20 years ago)
Author:
eugene
Message:

copy concepts when making fpa mosaic

File:
1 edited

Legend:

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

    r7639 r7686  
    2121    pmChip *inChip = pmFPAviewThisChip (view, in->fpa);
    2222
     23    if (!(out->fpa->conceptsRead & PM_CONCEPT_SOURCE_HEADER)) {
     24        psMetadataCopy (out->fpa->concepts, in->fpa->concepts);
     25        out->fpa->conceptsRead |= PM_CONCEPT_SOURCE_HEADER;
     26    }
    2327    pmChipMosaic (outChip, inChip);
    2428
     
    4246    }
    4347
     48    // XXX test printing of all concepts
     49    # if 0
    4450    for (int i = 0; i < in->fpa->chips->n; i++) {
    4551        pmChip *chip = in->fpa->chips->data[i];
     
    4955        }
    5056    }
     57    # endif
    5158
    5259    pmFPAview *view = pmFPAviewAlloc (0);
Note: See TracChangeset for help on using the changeset viewer.