Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-frelon
Commits
50fb1b99
Commit
50fb1b99
authored
Jan 30, 2012
by
Sebastien Petitdemange
Browse files
change getPixelSize for non square pixel detector (forget sip files)
parent
fce4e486
Changes
1
Hide whitespace changes
Inline
Side-by-side
sip/FrelonInterface.sip
View file @
50fb1b99
...
...
@@ -63,7 +63,7 @@ class DetInfoCtrlObj : HwDetInfoCtrlObj
virtual void getCurrImageType(ImageType& curr_image_type /Out/);
virtual void setCurrImageType(ImageType curr_image_type);
virtual void getPixelSize(double&
pixel
_size /Out/);
virtual void getPixelSize(double&
x_size /Out/,double &y
_size /Out/);
virtual void getDetectorType(std::string& det_type /Out/);
virtual void getDetectorModel(std::string& det_model /Out/);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment