-
Notifications
You must be signed in to change notification settings - Fork 45
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
imexam v0.9.1 fails to import with astropy v6 #263
Comments
@KathleenLabrie thank you - I desperately would like to find some time to update this package, It's been languishing too long as I was made the sole developer, and only in my free time. Is there anyone at gemini that can help with bringing this up to speed? Are you all actively using this package? |
Sorry, I was in the middle of two big package releases and then forgot about this. No, we absolutely do not have resources available. We're even losing people and barely able to keep our head above water. We are using imexam for some Ops tools. What does STScI use to display images in something like ds9 or ginga? If it needs that functionality, I guess. |
I completely understand! Right now they are only supporting JdaViz, which is its own viewer. You might see if that fits your needs? In my personal time I'll see if I can fix the major issues here in imexam so that your ops aren't affected - apologies I cant respond too fast these days! |
As far as I can see JdaViz cannot help us. We need to display from real
python scripts, not from jupyter notebooks. I tried to run python in a
shell and display to imviz layout, it tells me that I need a jupyter
notebook (Ops tools are real scripts not interactive notebooks) or use the
command line and load files manually. So yeah, not useful at all. It's
unfortunate that it is locked in a jupyter framework.
We need a tool we can use for real app coding not interactive analysis.
For the astropy v6 import, I found that the code in `master` is successful
at importing v6. I'm not sure of the implication though as I don't
understand what imexam is trying to do by importing the now gone functions
in astropy.
…On Wed, May 1, 2024 at 5:43 AM Megan Sosey ***@***.***> wrote:
I completely understand!
Right now they are only supporting JdaViz, which is its own viewer. You
might see if that fits your needs?
https://github.com/spacetelescope/jdaviz
In my personal time I'll see if I can fix the major issues here in imexam
so that your ops aren't affected - apologies I cant respond too fast these
days!
—
Reply to this email directly, view it on GitHub
<#263 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQNS7IKUSKNIDJ32H5CF2DZAEEQ3AVCNFSM6AAAAABFEAHGQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBYGY2TKMBQHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
imexam won't import with astropy v6. (python 3.10)
The text was updated successfully, but these errors were encountered: