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

Inspect point source not being extracted. #337

Open
simontorres opened this issue Nov 12, 2020 · 3 comments
Open

Inspect point source not being extracted. #337

simontorres opened this issue Nov 12, 2020 · 3 comments
Labels
bug enhancement high priority Task that are requied soon

Comments

@simontorres
Copy link
Member

Related to the extraction problems for extended sources #64 #41 #146 and #129 there seems to be a problem in the FWHM thresholding which does not allow to extract a point source that is very wide, probably due to defocusing is just wider than the allowed threshold.

@simontorres simontorres added bug enhancement high priority Task that are requied soon labels Nov 12, 2020
@simontorres
Copy link
Member Author

The source I was mentioning was extracted setting --fit-targets-with gaussian (moffat is set to default).

I should focus on moffat fitting for this particular case

cfzsto_1013_LTT7379_400Cus fits

@simontorres
Copy link
Member Author

The moffat fit seems perfectly fine. Is just the criteria for approval/rejection that is wrong.

cfzsto_1013_LTT7379_400Cus fits_moffat

@simontorres
Copy link
Member Author

This is too week, ideas are welcome.

Criteria for approval of gaussian fits.

 if (fitted_gaussian.stddev.value > 0) and \
                    (fitted_gaussian.stddev.value < 4 * order):

Criteria for moffat fits.

if (fitted_moffat.fwhm > 0.5 * order) and \
                    (fitted_moffat.fwhm < 4 * order):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug enhancement high priority Task that are requied soon
Projects
None yet
Development

No branches or pull requests

1 participant