Ignore:
Timestamp:
01/25/05 11:43:22 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc

    r5948 r5988  
    584584// 4: MBadPixelsPix::IsHiGainBad()
    585585// 5: MBadPixelsPix::IsLoGainBad()
    586 // 6: MBadPixelsPix::GetUnsuitableCalibration()
    587 // 7: MBadPixelsPix::GetUnreliableCalibration()
     586// 6: MBadPixelsPix::GetUnsuitableCalLevel()
     587// 7: MBadPixelsPix::GetUnreliableCalLevel()
    588588// 8: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kHiGainNotFitted)
    589589// 9: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kLoGainNotFitted)
     
    640640      break;
    641641    case 6:
    642       if  ((*this)[idx].GetUnsuitableCalibration())
    643         val = (*this)[idx].GetUnsuitableCalibration();
     642      if  ((*this)[idx].GetUnsuitableCalLevel())
     643        val = (*this)[idx].GetUnsuitableCalLevel();
    644644      else
    645645        return kFALSE;
    646646      break;
    647647    case 7:
    648       if  ((*this)[idx].GetUnreliableCalibration())
    649         val = (*this)[idx].GetUnreliableCalibration();
     648      if  ((*this)[idx].GetUnreliableCalLevel())
     649        val = (*this)[idx].GetUnreliableCalLevel();
    650650      else
    651651        return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.