Loading isis/src/rosetta/objs/RosettaOsirisCamera/RosettaOsirisCamera.cpp +11 −1 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ namespace Isis { * * @internal * @history modified by Sasha Brownsberger * @history 9/24/2018 modified by Kaj Williams */ RosettaOsirisCamera::RosettaOsirisCamera(Cube &cube) : FramingCamera(cube) { Loading Loading @@ -86,6 +87,15 @@ namespace Isis { // the first line on the label is actually the last line. detectorMap->SetStartingDetectorLine(2050 - cube.lineCount() - (double) inst["FirstLine"]); //Read the pixel averaging width/height and update the detector map: double pixelAveragingWidth=(double) inst["PixelAveragingWidth"]; double pixelAveragingHeight=(double) inst["PixelAveragingHeight"]; detectorMap->SetDetectorSampleSumming(pixelAveragingWidth); detectorMap->SetDetectorLineSumming(pixelAveragingHeight); //std::cout<<"binning mode: "<<binningMode<<std::endl; //The binning modes are square: RosettaOsirisCameraDistortionMap* distortionMap = new RosettaOsirisCameraDistortionMap(this); // Setup the ground and sky map Loading Loading
isis/src/rosetta/objs/RosettaOsirisCamera/RosettaOsirisCamera.cpp +11 −1 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ namespace Isis { * * @internal * @history modified by Sasha Brownsberger * @history 9/24/2018 modified by Kaj Williams */ RosettaOsirisCamera::RosettaOsirisCamera(Cube &cube) : FramingCamera(cube) { Loading Loading @@ -86,6 +87,15 @@ namespace Isis { // the first line on the label is actually the last line. detectorMap->SetStartingDetectorLine(2050 - cube.lineCount() - (double) inst["FirstLine"]); //Read the pixel averaging width/height and update the detector map: double pixelAveragingWidth=(double) inst["PixelAveragingWidth"]; double pixelAveragingHeight=(double) inst["PixelAveragingHeight"]; detectorMap->SetDetectorSampleSumming(pixelAveragingWidth); detectorMap->SetDetectorLineSumming(pixelAveragingHeight); //std::cout<<"binning mode: "<<binningMode<<std::endl; //The binning modes are square: RosettaOsirisCameraDistortionMap* distortionMap = new RosettaOsirisCameraDistortionMap(this); // Setup the ground and sky map Loading