Changeset 18271 for trunk/Mars/msignal
- Timestamp:
- 07/26/15 16:42:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msignal/MSignalCam.cc
r18243 r18271 594 594 595 595 // Used inlcudes status unampped 596 if (!pix.IsPixelUsed() && (type<6 || type==8 ))596 if (!pix.IsPixelUsed() && (type<6 || type==8 || type==14)) 597 597 return kFALSE; 598 598 … … 669 669 return pix.GetNumPhotons()>0; 670 670 671 case 12: // time slope 671 case 13: // time slope 672 val = pix.GetTimeSlope(); 673 break; 674 675 case 14: // time slope 676 if (pix.IsPixelUnmapped()) 677 return kFALSE; 672 678 val = pix.GetTimeSlope(); 673 679 break;
Note:
See TracChangeset
for help on using the changeset viewer.