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

Using imexamine with MEF file and different extensions #249

Open
prdurrell opened this issue Jun 3, 2022 · 0 comments
Open

Using imexamine with MEF file and different extensions #249

prdurrell opened this issue Jun 3, 2022 · 0 comments

Comments

@prdurrell
Copy link

prdurrell commented Jun 3, 2022

Hi;
I am having an issue with using imexamine on an MEF HST image. When I load some specific extension into ds9 it displays just fine, but when I load imexamine, it appears to be looking at a different (default?) extension.
For example:
viewer.load_fits('./ACS_flc/stuff_crclean.fits[1]')
viewer.scale()
viewer=imexam.connect( ). This all works fine (except 'r' is still not working correctly)

However, when I try a different image extension from the same image (eg. from an ACS image):

viewer.load_fits('./ACS_flc/stuff_crclean.fits[4]')
viewer.scale()
viewer=imexam.connect( )

the extension 4 image will display, but when using 'e', 'j', 'k', 'r', etc, it does NOT show the correct data -- it may be referring to extension [1], which I was not looking at. (for example, placing the cursor on a bright star on the displayed image [4] will show nothing but noise)
Perhaps I should be defining something else in imexam.connect(), but not sure what.

Note: using imexamine 0.9.1, python 3.9.12
Pat Durrell

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

No branches or pull requests

1 participant