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/pstamp/src/ppstampMakeStamp.c

    r17417 r18712  
    184184        return false;
    185185    }
    186     char *fpaName = psMetadataLookupStr(NULL, input->fpa->concepts, "FPA.NAME"); // Name of FPA
     186    char *fpaName = psMetadataLookupStr(NULL, input->fpa->concepts, "FPA.OBS"); // Name of FPA
    187187    pmFPAview *outview = pmFPAviewAlloc(0);
    188188    pmFPAAddSourceFromView(output->fpa, fpaName, outview, output->format);
Note: See TracChangeset for help on using the changeset viewer.