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
ece261cd78d4849f61d52585472ddc2cd3f285d7
ece261cd78d4849f61d52585472ddc2cd3f285d7
Switch branch/tag
sextractor
src
levmar
matlab
modhs52.m
Find file
Normal view
History
Permalink
modhs52.m
110 Bytes
Newer
Older
merged with SExFIGI branch
Emmanuel Bertin
committed
Jan 28, 2009
1
2
3
4
5
6
7
function x = modhs52(p)
n=4;
x(1)=4.0*p(1)-p(2);
x(2)=p(2)+p(3)-2.0;
x(3)=p(4)-1.0;
x(4)=p(5)-1.0;