Skip to main content

Toolsuite for dealing with the MaNGA dataset

Project description

Marvin is the ultimate tool to visualise and analyse MaNGA data. It is developed and maintained by the MaNGA team.

Build Package Run Test Suite CodeCov Coverage Status PyPI DOI astropy readthedocs

Installation

To install Marvin:

pip install sdss-marvin

If you would like to contribute to Marvin’s development, you can clone this git repo, and run pip install in editable mode which will install all the dev dependencies:

git clone https://github.com/sdss/marvin
cd marvin
pip install -e ".[dev,web,db]"

This will install all dependencies needed for development and testing, including for the Marvin web/api server and the Marvin use of the MaNGA database.

Testing

To run the test suite on Marvin, use pytest tests/. By default this will run all tests against Marvin’s core file access mode, as well as its database and remote access modes. The test suite uses the following two galaxies: 8485-1901 and 7443-12701 for testing. To successfully run all tests you will need:

  • The file data for the two test galaxies

  • A local MaNGA database with the galaxy loaded into it

  • A local Marvin web server running

You can download the necessary test data with the command.

python bin/get_test_data.py

You can run a local Marvin web server with the following command. This will start a local web server running in debug mode on port 5000.

cd bin/
run_marvin -d -p 5000

You can disable database and web server tests by using Pytest markers. The availble markers and options are:

  • slow: Run only slow tests.

  • uses_db: Run only tests that use the database.

  • uses_web: Run only tests that use the web/api server.

  • –local-only: Run only tests that use local data.

To run the test suite minimally against the core marvin package with local file access, use the following command:

pytest --local-only -m "not uses_db and not uses_web and not slow" tests/

What is Marvin?

Marvin is a complete ecosystem designed for overcoming the challenge of searching, accessing, and visualizing the MaNGA data. It consists of a three-pronged approach of a web app, a python package, and an API. The web app, Marvin-web, provides an easily accessible interface for searching the MaNGA data and visual exploration of individual MaNGA galaxies or of the entire sample. The python package, in particular Marvin-tools, allows users to easily and efficiently interact with the MaNGA data via local files, files retrieved from the Science Archive Server, or data directly grabbed from the database. The tools come mainly in the form of convenience functions and classes for interacting with the data. An additional tool is a powerful query functionality that uses the API to query the MaNGA databases and return the search results to your python session. Marvin-API is the critical link that allows Marvin-tools and Marvin-web to interact with the databases, which enables users to harness the statistical power of the MaNGA data set.

Documentation

You can find the latest Marvin documentation here.

Citation and Acknowledgements

If you use Marvin for work/research presented in a publication (whether directly, or as a dependency to another package), we ask that you cite the Marvin Software (BibTeX). We provide the following as a standard acknowledgment you can use if there is not a specific place to cite the DOI:

*This research made use of Marvin, a core Python package and web framework for MaNGA data, developed by Brian Cherinka, José Sánchez-Gallego, Brett Andrews, and Joel Brownstein. (MaNGA Collaboration, 2018).*

Marvin’s Bibtex entry to use:

@ARTICLE{2019AJ....158...74C,
       author = {{Cherinka}, Brian and {Andrews}, Brett H. and
         {S{\'a}nchez-Gallego}, Jos{\'e} and {Brownstein}, Joel and
         {Argudo-Fern{\'a}ndez}, Mar{\'\i}a and {Blanton}, Michael and
         {Bundy}, Kevin and {Jones}, Amy and {Masters}, Karen and
         {Law}, David R. and {Rowlands}, Kate and {Weijmans}, Anne-Marie and
         {Westfall}, Kyle and {Yan}, Renbin},
        title = "{Marvin: A Tool Kit for Streamlined Access and Visualization of the SDSS-IV MaNGA Data Set}",
      journal = {\aj},
     keywords = {astronomical databases: miscellaneous, methods: data analysis, surveys, Astrophysics - Instrumentation and Methods for Astrophysics, Astrophysics - Astrophysics of Galaxies},
         year = 2019,
        month = aug,
       volume = {158},
       number = {2},
          eid = {74},
        pages = {74},
          doi = {10.3847/1538-3881/ab2634},
archivePrefix = {arXiv},
       eprint = {1812.03833},
 primaryClass = {astro-ph.IM},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2019AJ....158...74C},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

License

Marvin is licensed under a 3-clause BSD style license - see the LICENSE.md file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sdss-marvin-2.8.0.tar.gz (350.7 kB view details)

Uploaded Source

Built Distribution

sdss_marvin-2.8.0-py2.py3-none-any.whl (416.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file sdss-marvin-2.8.0.tar.gz.

File metadata

  • Download URL: sdss-marvin-2.8.0.tar.gz
  • Upload date:
  • Size: 350.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for sdss-marvin-2.8.0.tar.gz
Algorithm Hash digest
SHA256 1d4e20331eb18ea8f78852dd8c4331a0ef0b85987faf14a2cceacfe3e2d78341
MD5 dda42c14bd83d8f302c473e29546018b
BLAKE2b-256 d7d382a9f601495ae7e1a9f8b18754dcefbe18034a5afa31932f241987a468af

See more details on using hashes here.

File details

Details for the file sdss_marvin-2.8.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for sdss_marvin-2.8.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4738df2cdc6cc520884c66ea02930cb88ed5bcf222d55914f34bee3ec15d32f9
MD5 6ffbcc3be28dd77d63a1243493263a9f
BLAKE2b-256 07cd473bbe93402b5841d7a2a4d58fb71b982fc40e40a1ed4e288fd2e9a7212b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page