IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2006, 1:43:28 PM (19 years ago)
Author:
Paul Price
Message:

Extensive changes to FPA reading/writing functions to support mask and weight map reading/writing. Actually, not so much changes as generalisations to the reading/writing functions. Moved the reading/writing functionality into file-static functions, which the higher level functions for reading/writing particular elements (image, mask, weight) call. Added additional pmFPAfile types for mask and weight, with supporting functionality to call the reading/writing functions.

File:
1 edited

Legend:

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

    r9950 r10081  
    374374        return PM_FPA_FILE_JPEG;
    375375    }
     376    if (!strcasecmp (type, "MASK"))     {
     377        return PM_FPA_FILE_MASK;
     378    }
     379    if (!strcasecmp (type, "WEIGHT"))     {
     380        return PM_FPA_FILE_WEIGHT;
     381    }
    376382    if (!strcasecmp (type, "FRINGE")) {
    377383        return PM_FPA_FILE_FRINGE;
Note: See TracChangeset for help on using the changeset viewer.