Toolsuite for dealing with the MaNGA dataset
Project description
# Marvin
Marvin is the ultimate tool to visualise and analyse MaNGA data. It is developed and maintained by the MaNGA team.
[![Build Status](https://travis-ci.org/sdss/marvin.svg?branch=master)](https://travis-ci.org/sdss/marvin)
[![Coverage Status](https://coveralls.io/repos/github/sdss/marvin/badge.svg?branch=master)](https://coveralls.io/github/sdss/marvin?branch=master)
[![PyPI](https://img.shields.io/pypi/v/sdss-marvin.svg)](https://pypi.python.org/pypi/sdss-marvin)
[![PyPI download](https://img.shields.io/pypi/dm/sdss-marvin.svg)](https://pypi.python.org/pypi/sdss-marvin)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.292632.svg)](https://doi.org/10.5281/zenodo.292632)
[![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/)
![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=WWgyaGJBbW45aityUVJtYytDcHFydU9EZE9ObVdOVVpkaUxGZkxwbzdHQT0tLUNkcW5Hc3JaRTdqR0l6ajltSUdTRXc9PQ==--21b221b6714b852f8f4215c787ffa6e2812e2ad6)
Installation
------------
To painlessly install Marvin:
pip install sdss-marvin
If you would like to contribute to Marvin's development, you can clone this git repo, pip install the dependencies, update the submodules, and then setup with `python setup.py install`:
git clone https://github.com/sdss/marvin
cd marvin
pip install -r requirements.txt
git submodule init
git submodule update
python setup.py install
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](https://sas.sdss.org), 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.
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](https://zenodo.org/record/292632) (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, and Brett Andrews. (MaNGA Collaboration, 2016).*
Marvin's Bibtex entry to use:
@misc{brian_cherinka_2017_292632,
author = {Brian Cherinka and
José Sánchez-Gallego and
Brett Andrews},
title = {sdss/marvin: Marvin Beta 2.1.0},
month = feb,
year = 2017,
doi = {10.5281/zenodo.292632},
url = {https://doi.org/10.5281/zenodo.292632}
}
License
-------
Marvin is licensed under a 3-clause BSD style license - see the
``LICENSE.md`` file.
Marvin is the ultimate tool to visualise and analyse MaNGA data. It is developed and maintained by the MaNGA team.
[![Build Status](https://travis-ci.org/sdss/marvin.svg?branch=master)](https://travis-ci.org/sdss/marvin)
[![Coverage Status](https://coveralls.io/repos/github/sdss/marvin/badge.svg?branch=master)](https://coveralls.io/github/sdss/marvin?branch=master)
[![PyPI](https://img.shields.io/pypi/v/sdss-marvin.svg)](https://pypi.python.org/pypi/sdss-marvin)
[![PyPI download](https://img.shields.io/pypi/dm/sdss-marvin.svg)](https://pypi.python.org/pypi/sdss-marvin)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.292632.svg)](https://doi.org/10.5281/zenodo.292632)
[![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/)
![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=WWgyaGJBbW45aityUVJtYytDcHFydU9EZE9ObVdOVVpkaUxGZkxwbzdHQT0tLUNkcW5Hc3JaRTdqR0l6ajltSUdTRXc9PQ==--21b221b6714b852f8f4215c787ffa6e2812e2ad6)
Installation
------------
To painlessly install Marvin:
pip install sdss-marvin
If you would like to contribute to Marvin's development, you can clone this git repo, pip install the dependencies, update the submodules, and then setup with `python setup.py install`:
git clone https://github.com/sdss/marvin
cd marvin
pip install -r requirements.txt
git submodule init
git submodule update
python setup.py install
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](https://sas.sdss.org), 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.
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](https://zenodo.org/record/292632) (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, and Brett Andrews. (MaNGA Collaboration, 2016).*
Marvin's Bibtex entry to use:
@misc{brian_cherinka_2017_292632,
author = {Brian Cherinka and
José Sánchez-Gallego and
Brett Andrews},
title = {sdss/marvin: Marvin Beta 2.1.0},
month = feb,
year = 2017,
doi = {10.5281/zenodo.292632},
url = {https://doi.org/10.5281/zenodo.292632}
}
License
-------
Marvin is licensed under a 3-clause BSD style license - see the
``LICENSE.md`` file.
Project details
Release history Release notifications | RSS feed
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.1.3.tar.gz
(333.2 kB
view hashes)
Built Distributions
Close
Hashes for sdss_marvin-2.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcc356cca0c100cffba70a592eebfe0d2fd37c272537333f11a52dcceb867e51 |
|
MD5 | 009449a35d23f742199cbaba01320f14 |
|
BLAKE2b-256 | aa1ee319914ade173620b91c9bed5194da4ade138a53d1f918168d7720ee9e58 |
Close
Hashes for sdss_marvin-2.1.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f5a87e76a5f0ad1b7fbe9408d62c0bcca508c1832aa9dea29e5bc54d2f550da |
|
MD5 | 6d586939a1af0a8f135bced39da45f67 |
|
BLAKE2b-256 | 4f8a28d0988a889f76cb9d233bd9c1b5420a6bef6d1bdd97bd5b40e0d202c938 |