manduhmia
manduhmia
Here is an example that causes the issue: ———————— cube = marvin.tools.Cube('10214-9102') ap = cube.getAperture((28,28), (8,12, 0.785), aperture_type='elliptical') spax = ap.getSpaxels(threshold = 0.8, lazy = False) ———————— I am using...
Glad to hear. I also wanted to mention that the spaxel that cannot be loaded is not the same every time I execute this code. For example, I ran the...
This error occurs with almost every cube/plate-ifu I use as long as I am trying to load over 100 spaxels. > On May 3, 2021, at 6:31 PM, José Sánchez-Gallego...
Is there anything I can do to get around this error? And can I expect this error to be addressed in the next update? Best, Amanda Chavez > On May...
I recently tried to load a group of 311 spaxels using spax = ae.getSpaxels(threshold = 0.8, lazy = False) and I was able to load all of them with no...
It was not the same galaxy we were previously looking at. The galaxy that encountered no error was plate-ifu: 10510-9102 I am still encountering the error on other galaxies, but...