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
jachs01.m
Find file
Normal view
History
Permalink
jachs01.m
95 Bytes
Newer
Older
Fixed model-fitting issue with empty images in dual-image mode (thanks to V....
Emmanuel Bertin
committed
Aug 26, 2010
1
function jac = jachs01(p)
merged with SExFIGI branch
Emmanuel Bertin
committed
Jan 28, 2009
2
3
4
5
m=2;
jac(1, 1:m)=[-20.0*p(1), 10.0];
jac(2, 1:m)=[-1.0, 0.0];