Metadata-Version: 1.1
Name: lenstools
Version: 0.8.1
Summary: Toolkit for Weak Gravitational Lensing analysis
Home-page: http://lenstools.readthedocs.org
Author: Andrea Petri
Author-email: apetri@phys.columbia.edu
License: MIT
Download-URL: https://github.com/apetri/LensTools/archive/0.8.1.tar.gz
Description: Welcome to LensTools!
        +++++++++++++++++++++
        
        .. image:: https://travis-ci.org/apetri/LensTools.svg?branch=master
            	:target: https://travis-ci.org/apetri/LensTools
        .. image:: https://coveralls.io/repos/github/apetri/LensTools/badge.svg?branch=master 
        	:target: https://coveralls.io/github/apetri/LensTools?branch=master
        .. image:: http://img.shields.io/pypi/dm/lenstools.svg?style=flat
                :target: https://pypi.python.org/pypi/lenstools/
        .. image:: http://img.shields.io/pypi/v/lenstools.svg?style=flat
                :target: https://pypi.python.org/pypi/lenstools/
        .. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
                :target: https://github.com/apetri/LensTools/blob/master/licenses/LICENSE.rst
        .. image:: https://readthedocs.org/projects/lenstools/badge/?version=latest
        		:target: http://lenstools.readthedocs.org/en/latest/?badge=latest
        		:alt: Documentation Status
        
        This python package collects together a suite of widely used analysis tools in Weak Gravitational Lensing. For more information visit `the project official page <http://lenstools.readthedocs.org>`_. If you make use of this code in your work, please `cite it! <http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2016A%26C....17...73P&data_type=BIBTEX&db_key=AST&nocookieset=1>`_ 
        
        Changelog
        ---------
        
        .. :changelog:
        
        0.8
        +++
        
        - RayTracer can now perform line of sight integrations to approximate kappa (Born, lens-lens and geodesic perturbation) and omega (lens-lens), without full raytracing
        - cutPlanes can now handle snapshots in FastPM format
        - If snapshots are provided in light cone projections, LensTools can do plane cutting, raytracing and LOS integrations in a single script
        - Fit multiple observations with the same FisherAnalysis  
        
        0.7-dev
        +++++++
        
        - ShearCatalog allows to re-bin galaxies according to redshift
        - Introduced a SquareMaxtrix class (inherits from Ensemble) for square matrix operations, with column name support
        - Protect nodes in a SimulationBatch to call forbidden methods
        
        0.6
        +++
        
        - Database class for local/remote SQL databases
        - Gadget2SnapshotPipe class allows to combine Gadget2 and lenstools.planes via named pipes
        - Improvements in pipeline deployment 
        
        0.5
        +++
        
        - Weak lensing pipeline functionalities
        - Measure 2pcf of convergence maps with hankel transforms
        - Moved Limber module under lenstools.simulations
        - Dedicated module for Fast Fourier Transforms
        - Ensemble is now a sub-class of pandas.DataFrame
        
        
        0.4.8.4
        +++++++
        
        - New operations in Ensemble: bootstrap, readall, shuffle
        - Ensemble mean is automatically recomputed when re--assigning data
        
        0.4.8
        +++++
        
        Beta release 
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: MIT License
