GithubHelp home page GithubHelp logo

knut0815 / s2let Goto Github PK

View Code? Open in Web Editor NEW

This project forked from astro-informatics/s2let

0.0 0.0 0.0 113.68 MB

Fast wavelet transforms on the sphere.

Home Page: http://astro-informatics.github.io/s2let

License: GNU General Public License v3.0

Shell 0.01% C++ 0.42% Python 2.28% C 58.00% Java 3.95% Fortran 0.81% Prolog 0.29% MATLAB 24.38% IDL 4.11% Makefile 0.88% CMake 1.73% Cython 3.14%

s2let's Introduction

S2LET: Fast wavelet transforms on the sphere

CMake Build Python Build

DESCRIPTION

S2LET provides functionality to perform fast and exact scale-discretised wavelet transforms on the sphere.

INSTALLATION

The python package, pys2let, is available on pypi and can be installed with:

pip install pys2let

Alternatively, it can be installed from a local clone of the repository for development purposes by

pip install -e .[dev]

The C package can be installed with CMake and conan:

Both can be installed using pip:

pip install conan cmake

Then S2LET can be compiled with:

git clone https://github.com/astro-informatics/s2let.git
mkdir s2let/build && cd s2let/build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local -Dconan_deps=ON  -Dcfitsio=ON ..
make
make install

The above will also download all necessary dependencies.

Instructions for installing other languages can be found here.

DOCUMENTATION

Further documentation is available here.

Usage for the python package is also given in the package docstring.

REFERENCING

If you use S2LET for work that results in publication, please reference https://github.com/astro-informatics/s2let/ and cite the relevant academic paper(s):

You may also like to consider citing the following papers on which the fast algorithms of S2LET are based:

LICENSE

S2LET is released under the GPL-3 license. For further details see LICENSE.txt.

AUTHORS

S2LET was initially developed by Boris Leistedt, Martin Büttner, and Jason McEwen but significant contributors have since been made by a number of others.

s2let's People

Contributors

auggiemarignier avatar cosmomatt avatar ixkael avatar jasonmcewen avatar jenniferyhchan avatar luke-pratley avatar m-ender avatar mdavezac avatar paddyroddy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.