IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

FPA.NAME is deprecated in favour of FPA.OBS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimMosaicChip.c

    r17628 r18712  
    2222    pmChip *inChip = pmFPAviewThisChip(view, in->fpa);
    2323    if (!outChip->hdu && !outChip->parent->hdu) {
    24         const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.NAME"); // Name of FPA
     24        const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.OBS"); // Name of FPA
    2525        pmFPAAddSourceFromView(out->fpa, name, view, out->format);
    2626    }
Note: See TracChangeset for help on using the changeset viewer.