IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2011, 6:46:00 PM (15 years ago)
Author:
eugene
Message:

add MIN SX,SY for psf clump; do not error on missing FPA.OBS (why is it missing?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/psModules/src/camera/pmFPAfile.c

    r30026 r31521  
    201201    newName = psStringCopy(rule);
    202202
     203    bool status = false;
    203204    if (strstr(newName, "{FPA.OBS}")) {
    204         char *name = psMetadataLookupStr(NULL, fpa->concepts, "FPA.OBS");
     205        char *name = psMetadataLookupStr(&status, fpa->concepts, "FPA.OBS");
    205206        if (name) {
    206207            psStringSubstitute(&newName, name, "{FPA.OBS}");
    207         }
     208        } 
    208209    }
    209210    if (strstr(newName, "{FPA.NAME}")) {
Note: See TracChangeset for help on using the changeset viewer.