Replies: 1 comment 5 replies
-
The versions you use are long out of date: you should update PyRAF to 2.2.2 and possibly IRAF to 2.18. Most probably it is PyRAF that has a problem here. If the error persists after upgrading PyRAF, please post the full stacktrace, not just the message itself. Keep in mind that also Python 3.8.x will reach its end of life in October 2024. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am utilizing IRAF version 2.16.1 and PyRAF version 2.1.15, with Python version 3.8.5.
Upon executing the
apall
function to extract 1D spectra in Python, such asiraf.apall(input='cbfztLS20221027_000256.fits')
,I encountered an error message stating 'TypeError: 'float' object is not callable'.
What steps can I take to resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions