-
|
I am a newbee wit SE++. So apologize if this is obvious. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi @dsluse, this is kind of strange, since I know this should work and has been working. However also I was not able to find an example as well now when quickly browsing through my data. Martin |
Beta Was this translation helpful? Give feedback.
-
|
Okay, maybe you need to provide the image extension in the python configuration file such as: Since you provide an explicit image extension via "image_hdu" SE++ assumes the PSF to be in the same extension in the PSF file. However if the PSF data is in a different extensions you need to provide that number via "psf_hdu": With this python configuration I was able to run the ADASS example 01_basics with an image PSF in the 0th (primary) extension. Hope this helps. |
Beta Was this translation helpful? Give feedback.
Okay, maybe you need to provide the image extension in the python configuration file such as:
Since you provide an explicit image extension via "image_hdu" SE++ assumes the PSF to be in the same extension in the PSF file. Howe…