IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18709


Ignore:
Timestamp:
Jul 24, 2008, 11:20:15 AM (18 years ago)
Author:
Paul Price
Message:

FPA.NAME has been deprecated in favour of FPA.OBS.

File:
1 edited

Legend:

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

    r18556 r18709  
    2525    pmChip *inChip = pmFPAviewThisChip(view, in->fpa);
    2626    if (!outChip->hdu && !outChip->parent->hdu) {
    27         const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.NAME"); // Name of FPA
     27        const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.OBS"); // Name of FPA
    2828        pmFPAAddSourceFromView(out->fpa, name, view, out->format);
    2929    }
     
    6666    #endif
    6767
    68     const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.NAME"); // Name of FPA
     68    const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.OBS"); // Name of FPA
    6969
    7070    pmFPAview *view = pmFPAviewAlloc(0);
Note: See TracChangeset for help on using the changeset viewer.