IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10968


Ignore:
Timestamp:
Jan 8, 2007, 12:42:59 PM (19 years ago)
Author:
Paul Price
Message:

pmChipMosaic should do the concepts copying.

File:
1 edited

Legend:

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

    r10589 r10968  
    2525    if (!outChip->hdu && !outChip->parent->hdu) {
    2626        pmFPAAddSourceFromView(out->fpa, view, out->format);
    27     }
    28 
    29     // Copy over concepts
    30     if (!(out->fpa->conceptsRead & PM_CONCEPT_SOURCE_HEADER)) {
    31         psMetadataCopy(out->fpa->concepts, in->fpa->concepts);
    32         out->fpa->conceptsRead |= PM_CONCEPT_SOURCE_HEADER;
    3327    }
    3428
Note: See TracChangeset for help on using the changeset viewer.