Changeset 35561 for trunk/psModules/src/camera/pmFPAMaskWeight.c
- Timestamp:
- May 9, 2013, 12:24:53 PM (13 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/camera/pmFPAMaskWeight.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
- Property svn:mergeinfo changed
-
trunk/psModules/src/camera/pmFPAMaskWeight.c
r35038 r35561 301 301 psRegion *trimsec = psMetadataLookupPtr(&mdok, cell->concepts, "CELL.TRIMSEC"); // Trim section 302 302 if (!mdok || psRegionIsNaN(*trimsec)) { 303 psError(PS_ERR_IO, true, "CELL.TRIMSEC is not set --- unable to set variance.\n"); 304 return false; 303 // if trimsec is not defined, use the full image 304 trimsec = psRegionAlloc(0,0,0,0); 305 // psError(PS_ERR_IO, true, "CELL.TRIMSEC is not set --- unable to set variance.\n"); 306 // return false; 305 307 } 306 308
Note:
See TracChangeset
for help on using the changeset viewer.
