Skip to content

This library is developed for speedup of the SMolPhot software. It allows to speed-up the fitting of 2D Gaussian function significanly by eliminating the overhead to the Python fitting function. The code is written in Fortran because the fitting function lmdif from minpack is easily available in Fortran (the same function is also used by SciPy).

Notifications You must be signed in to change notification settings

ardiloot/GaussianFitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This library is developed for speedup of the SMolPhot software. It allows to speed-up the fitting of 2D Gaussian function significanly by eliminating the overhead to the Python fitting function. The code is written in Fortran because the fitting function lmdif from minpack is easily available in Fortran (the same function is also used by SciPy).

Requirements

Setup

  • (python setup.py install) or (pip install .)

About

This library is developed for speedup of the SMolPhot software. It allows to speed-up the fitting of 2D Gaussian function significanly by eliminating the overhead to the Python fitting function. The code is written in Fortran because the fitting function lmdif from minpack is easily available in Fortran (the same function is also used by SciPy).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published