marvin icon indicating copy to clipboard operation
marvin copied to clipboard

Data access and visualization for MaNGA. http://sdss-marvin.readthedocs.io/en/latest/

Results 111 marvin issues
Sort by recently updated
recently updated
newest added

When importing Query, `from marvin.tools.query import Query` I get the following warning: ```python [WARNING]: Could not remotely retrieve full set of parameters. Requests Http Status Error: 409 Client Error: CONFLICT...

I was using Marvin maps earlier for generating BPT diagrams. I did an update by pip install Marvin (29 Jan 2024) and all my old codes have stopped working. I...

**Describe the bug** In python 3.11, there's several conflictions when using marvin 2.8. It didn't be shown while being installed by pip, but the program didn't work when imported. I...

There is a version bump in the `itsdangerous` package dependency, that is causing some import issues. ``` from itsdangerous import json as _json ImportError: cannot import name 'json' from 'itsdangerous'...

bug

Hello, Having updated marvin to the newest version (2.7.2 on both systems -- local and remote cluster), and set release to DR17, if I run the following locally everything works...

When requesting g-r colors in a query, u-g colours are instead returned. **To Reproduce** from marvin.tools.query import Query q = Query(search_filter='nsa.z < 0.1', return_params=['absmag_g_r', 'nsa.elpetro_absmag']) r = q.run() r.results From...

Hello, I am quite new to Marvin and was trying to obtain the stellar continuum fit from the ModelCube using the following code: from marvin.tools.modelcube import ModelCube modelcube = ModelCube(plateifu...

bug

**Describe the bug** MarvinError: mangaid2plateifu was not able to find a plate-ifu for mangaid=1-149541 either local or remotely. **To Reproduce** Steps to reproduce the behaviour: >>> cube1=marvin.tools.Cube('1-149541') **Desktop (please complete...

although not a bug, forgive me for that, but mailing sdsshelpdesk gave no results. I need to download the emline gflux maps for a galaxy that is available on the...

**Describe the bug** I am not able to apply np.power or ** on maps. I want to do this:- 10**(ha/hb) But I'm getting the NotImplementedError. **To Reproduce** Steps to reproduce...