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

gpi_combine_2d_images fails when combining images taken in subarray mode #106

Open
rjderosa opened this issue Jan 13, 2017 · 0 comments
Open

Comments

@rjderosa
Copy link
Contributor

Fails on line 55:

imtab[*,*,i] = accumulate_getimage(dataset,i,hdr,hdrext=hdrext)
Array subscript for IMTAB must have same size as source expression.

imtab is the correct size for the subarray image, whereas the accumulate_getimage function returns a (2048,2048) image.

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

No branches or pull requests

2 participants