IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2007, 2:59:01 PM (19 years ago)
Author:
Paul Price
Message:

Adding debug code to give a list of files.

File:
1 edited

Legend:

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

    r10968 r11803  
    2424    pmChip *inChip = pmFPAviewThisChip(view, in->fpa);
    2525    if (!outChip->hdu && !outChip->parent->hdu) {
    26         pmFPAAddSourceFromView(out->fpa, view, out->format);
     26        const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.NAME"); // Name of FPA
     27        pmFPAAddSourceFromView(out->fpa, name, view, out->format);
    2728    }
    2829
     
    5960    #endif
    6061
     62    const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.NAME"); // Name of FPA
     63
    6164    pmFPAview *view = pmFPAviewAlloc(0);
    62     pmFPAAddSourceFromView(out->fpa, view, out->format);
     65    pmFPAAddSourceFromView(out->fpa, name, view, out->format);
    6366    psFree(view);
    6467
Note: See TracChangeset for help on using the changeset viewer.