IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18712 for trunk/psphot/src


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/psphot/src/psphotMosaicChip.c

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