Fit conic sections (ellipse, parabola, hyperbola) to a set of 2d points
Project description
🎊 Confitti 🎊 - for Conics Fitting
Fit conic sections (ellipse, parabola, hyperbola) to a set of points
See the presentation
Installation
pip install confitti
or
uv pip install confitti
will install the package plus the required dependencies (numpy, scipy, lmfit).
Optional dependencies, which are used in the example notebooks, may be pip-installed separately:
- emcee for MCMC sampling
- matplotlib, seaborn, and corner for plotting
- astropy and regions for dealing with celestial coordinates
Usage
See the example jupyter notebooks in the notebooks directory. For example,
- demo01-basic.ipynb demonstrates basic usage: finding the best-fit parabola (or general conic) to a set of (x, y) points
- demo02-emcee.ipynb explores uncertainty in the parameters of the best-fit curve by means of mcmc
- demo03-proplyd.ipynb is an example application to real astronomical data (HST image of a bow shock in the Orion Nebula). This also shows how to save the best-fit parameters to a file.
- demo04-other-proplyd.ipynb is a second example application to a different bow shock, which turns out very differently because the best-fit arc is an ellipse, rather than a hyperbola
- demo05-quadrants.ipynb tests that the code can handle axis orientations in all four quadrants and close to the wrap angle of 360 degrees
- demo06-read-save-files.ipynb demonstrates how to read in the multiple saved files from previous fits.
Prior art
This is the successor project to circle-fit
Some of the literature on the topic of fitting conic sections to points is described here.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file confitti-0.2.0.tar.gz
.
File metadata
- Download URL: confitti-0.2.0.tar.gz
- Upload date:
- Size: 12.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96e12395b46ef2a18b1bc2187da998688e17eca9837fc43aa45e8c30560a058a |
|
MD5 | 65d53069af69a3f333934c8aae146dfa |
|
BLAKE2b-256 | 023a703736c94908687c28d60a9276e591d8582962a5361deafac106edf78829 |
File details
Details for the file confitti-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: confitti-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a26df196c0d0ba77d5a2374587bfb74cfe350c3efe381b1f7bcb6d10ed6e1355 |
|
MD5 | bf9cf379cd8987b5d150bd33f1acdedd |
|
BLAKE2b-256 | cc0df6a1446c17779d7e1058466b563ce7e22f1c352b5ca23bdf0478301248d5 |