Changeset 21363 for trunk/psModules/src/camera/pmFPAfile.c
- Timestamp:
- Feb 5, 2009, 4:31:25 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfile.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.c
r21279 r21363 476 476 return PM_FPA_FILE_MASK; 477 477 } 478 if (!strcasecmp(type, " WEIGHT")) {479 return PM_FPA_FILE_ WEIGHT;478 if (!strcasecmp(type, "VARIANCE")) { 479 return PM_FPA_FILE_VARIANCE; 480 480 } 481 481 if (!strcasecmp(type, "FRINGE")) { … … 530 530 case PM_FPA_FILE_MASK: 531 531 return ("MASK"); 532 case PM_FPA_FILE_ WEIGHT:533 return (" WEIGHT");532 case PM_FPA_FILE_VARIANCE: 533 return ("VARIANCE"); 534 534 case PM_FPA_FILE_FRINGE: 535 535 return ("FRINGE");
Note:
See TracChangeset
for help on using the changeset viewer.
