- Timestamp:
- Feb 4, 2023, 12:14:11 PM (3 years ago)
- Location:
- branches/eam_branches/ipp-20220316/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/camera/pmFPAfileIO.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/psModules
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20220316/psModules/src/camera/pmFPAfileIO.c
r42168 r42371 285 285 case PM_FPA_FILE_KAPA: 286 286 case PM_FPA_FILE_LINEARITY: 287 case PM_FPA_FILE_NEWNONLIN: 287 288 break; 288 289 default: … … 651 652 case PM_FPA_FILE_PATTERN_DEAD_CELLS: 652 653 case PM_FPA_FILE_LINEARITY: 654 case PM_FPA_FILE_NEWNONLIN: 653 655 case PM_FPA_FILE_EXPNUM: 654 656 psTrace ("psModules.camera", 5, "closing %s (%s) (%d:%d:%d)\n", file->filename, file->name, view->chip, view->cell, view->readout); … … 736 738 case PM_FPA_FILE_KAPA: 737 739 case PM_FPA_FILE_LINEARITY: 740 case PM_FPA_FILE_NEWNONLIN: 738 741 psTrace ("psModules.camera", 5, "nothing to free for %s (%s)\n", file->filename, file->name); 739 742 return true; … … 896 899 case PM_FPA_FILE_PATTERN_DEAD_CELLS: 897 900 case PM_FPA_FILE_LINEARITY: 901 case PM_FPA_FILE_NEWNONLIN: 898 902 case PM_FPA_FILE_EXPNUM: 899 903 psTrace ("psModules.camera", 5, "opening %s (%s) (%d:%d:%d)\n",
Note:
See TracChangeset
for help on using the changeset viewer.
