Brian Cherinka

Results 143 comments of Brian Cherinka

I see. I just did a quick test, trying to recreate the issue with the above code, and it does indeed work for me, downloading the drpall file for DR15...

I was running this locally on my own machine. Yeah, this sounds like an issue between sysadmin and users permissions. Marvin essentially uses two directories. One is `/tmp/sdss_access` which is...

Hi @CptnN3MO on the Marvin web page for a given galaxy, you can click the "Download" dropdown button in the top panel. From the list of items, click the "Default...

@CptnN3MO Please see the datamodel description for the structure of the MAPS files. https://www.sdss.org/dr17/manga/manga-data/data-model/#DataAnalysisPipelineOutput and https://data.sdss.org/datamodel/files/MANGA_SPECTRO_ANALYSIS/DRPVER/DAPVER/DAPTYPE/PLATE/IFU/manga-MAPS-DAPTYPE.html. I think by default DS9 loads the first extension of a multi-extension FITS file....

The API itself looks to be working ok. I can load the maps quantities for a spaxel via Marvin ``` cube = Cube('10214-9102') maps = cube.getMaps() s = maps[22,24] s.maps_quantities...

I looked through the web server logs and didn't see any errors, and there are no 404 errors at all. The last run failed (at spaxel item 20 or so):...

I'm trying to reproduce the error. What's weird is on the test server, I do not get the same error. Instead I see this ``` 10214-9102 27 21 10214-9102 28...

Interesting. Was it the same galaxy or a different one? Are you still encountering the error?

Hmm, ok. I find that very strange. That some galaxies work ok, others don't, the errors don't happen as frequently as before, and it's seemingly random. I'll have to think...

Which version of `sdss-marvin`, and `matplotlib` do you have installed?