geminiplanetimager / gpi_pipeline

Gemini Planet Imager Data Reduction Pipeline
Other
8 stars 6 forks source link

gpi_combine_2d_images fails when combining images taken in subarray mode #106

Open rjderosa opened 7 years ago

rjderosa commented 7 years ago

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.