Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fitting a blob #165

Open
teuben opened this issue Feb 3, 2025 · 0 comments
Open

fitting a blob #165

teuben opened this issue Feb 3, 2025 · 0 comments

Comments

@teuben
Copy link
Owner

teuben commented Feb 3, 2025

we need a program that fits a model to a 2D blob in a (ccd) image. Let call it ccdfit. There are programs like tablsqfit that have a user interface that should - where appropriate - be used.

Simplest first approach would be to determine the noise level (if not given), and clip over a level. Then take the mean and dispersion of those points. Maybe with an option to use only the points "connected" to each other to prevent outliers to be used and skew the results.

More advanced would be to fit a gaussian model (think of a beam) and determine the beam parameters (major, minor and position angle). There are programs in miriad (fortran) that do this too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant