IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2008, 2:33:02 PM (18 years ago)
Author:
eugene
Message:

supply name of "fpa" as FPA.NAME concept

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPA.c

    r17911 r17986  
    381381    }
    382382
     383    // this may be somewhat pedantic, but it makes these things consistent
     384    if (!psMetadataAddStr(tmpFPA->concepts, PS_LIST_TAIL, "FPA.NAME", PS_META_REPLACE,
     385                          "name of FPA level", "fpa")) {
     386        psErrorClear();
     387        psWarning("Could not add FPA.NAME to concepts.");
     388    }
     389
    383390    return tmpFPA;
    384391}
Note: See TracChangeset for help on using the changeset viewer.