IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:34:39 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201 (substantially changes to the kernel matching code; updates to pmDetection container, added pmPattern, etc)

File:
1 edited

Legend:

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

    r23746 r26893  
    519519    if (!strcasecmp(type, "SUBKERNEL"))     {
    520520        return PM_FPA_FILE_SUBKERNEL;
     521    }
     522    if (!strcasecmp(type, "PATTERN")) {
     523        return PM_FPA_FILE_PATTERN;
    521524    }
    522525
     
    563566      case PM_FPA_FILE_SUBKERNEL:
    564567        return ("SUBKERNEL");
     568      case PM_FPA_FILE_PATTERN:
     569        return "PATTERN";
    565570      default:
    566571        return ("NONE");
Note: See TracChangeset for help on using the changeset viewer.