Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
a9446199f40b1b6af1ff85ddf5357873f56a7b70
a9446199f40b1b6af1ff85ddf5357873f56a7b70
Switch branch/tag
sextractor
src
levmar
matlab
modhs76.m
Find file
Normal view
History
Permalink
modhs76.m
98 Bytes
Newer
Older
Fixed model-fitting issue with empty images in dual-image mode (thanks to V....
Emmanuel Bertin
committed
Aug 26, 2010
1
2
3
4
5
6
7
function x = modhs76(p)
x(1)=p(1);
x(2)=sqrt(0.5)*p(2);
x(3)=p(3);
x(4)=sqrt(0.5)*p(4);