astrobject: Basic tools for astrophysics and cosmology


License
BSD-1-Clause
Install
pip install astrobject==0.8.1

Documentation

astrobject

This module gathers the basic tools one usually needs for astrophysics and cosmology.

PyPI

Installation

sudo pip install astrobject

or using git

git clone https://github.com/MickaelRigault/astrobject.git
cd astrobject
python setup.py install

Requirements

The required packages will be installed automatically if you install astrobject using pip

  • astropy (pip install astropy)
  • propobject (pip install propobject)

Optional

  • sncosmo (pip install sncosmo) for bandpasses and lightcurve fitting
  • sep (pip install sep)
  • shapely (pip install shapely) for spatial test and vizualisation; Might be required when using Catalogues
  • astroquery (pip install astroquery)
  • (astLib (pip install astlib) for PTF-like SCAM astrometry)