Skip to content

Commit

Permalink
Merge branch '6-wrong-pixel-size' into 'master'
Browse files Browse the repository at this point in the history
Resolve "wrong pixel size"

Closes #6

See merge request limagroup/Lima-camera-lambda!8
  • Loading branch information
claustre committed Oct 3, 2024
2 parents b08ab37 + 84436bf commit 3b4c3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LambdaDetInfoCtrlObj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void DetInfoCtrlObj::setCurrImageType(ImageType image_type)
void DetInfoCtrlObj::getPixelSize(double& x_size, double& y_size)
{
DEB_MEMBER_FUNCT();
x_size = y_size = 172.0;
x_size = y_size = 55.0;
}

//-----------------------------------------------------
Expand Down

0 comments on commit 3b4c3c6

Please sign in to comment.