We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aimexam shows a result like
x y radius flux mag(zpt=2.5e+01) sky/pix fwhm(x,y) 1021.06 1935.25 5 2.5e+03 1.6e+01 14106.709 1.28,1.35 1020.9207728938632 1935.031676337716 24.0
fwhm(x, y) = 1.28, 1.35 in STDOUT, while fwhm = 3.02 in the figure.
The values in STDOUT seem to be the gaussian sigma_x. 1.28 * 2.355 = 3.01
imexam version is 0.9.1 using with Jupyter notebook
thanks
The text was updated successfully, but these errors were encountered:
imexamine.py L650 pstr += f"{sigma:0.2f},{sigmay:0.2f}" shoud be pstr += f"{fwhmx:0.2f},{fwhmy:0.2f}"
pstr += f"{sigma:0.2f},{sigmay:0.2f}"
pstr += f"{fwhmx:0.2f},{fwhmy:0.2f}"
Sorry, something went wrong.
No branches or pull requests
aimexam shows a result like
x y radius flux mag(zpt=2.5e+01) sky/pix fwhm(x,y)
1021.06 1935.25 5 2.5e+03 1.6e+01 14106.709 1.28,1.35
1020.9207728938632 1935.031676337716 24.0
fwhm(x, y) = 1.28, 1.35 in STDOUT, while fwhm =
3.02 in the figure.
The values in STDOUT seem to be the gaussian sigma_x. 1.28 * 2.355 = 3.01
imexam version is 0.9.1
using with Jupyter notebook
thanks
The text was updated successfully, but these errors were encountered: