IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2026, 9:38:40 PM (7 weeks ago)
Author:
eugene
Message:

add code to mask bad cells based on their overscan values compared with a reference table

File:
1 edited

Legend:

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

    r42379 r43038  
    542542    if (!strcasecmp(type, "NEWNONLIN"))  {
    543543      return PM_FPA_FILE_NEWNONLIN;
     544    }
     545    if (!strcasecmp(type, "VALID.OVERSCAN"))  {
     546      return PM_FPA_FILE_VALID_OVERSCAN;
    544547    }
    545548    if (!strcasecmp(type, "ASTROM"))     {
Note: See TracChangeset for help on using the changeset viewer.