Skip to content

mjuric/lsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f329a5d · Jan 1, 2017
Jan 1, 2017
May 4, 2015
Mar 7, 2016
Dec 1, 2011
Jan 1, 2017
May 4, 2015
Nov 16, 2010
Jan 1, 2017
Nov 20, 2010
Nov 20, 2010
Aug 10, 2011
May 4, 2015
May 4, 2015
Sep 6, 2011

Repository files navigation

lsd -- Large Survey Database

Building

  • clone 'master' to a directory (I usually have it in ~/project)
  • run:
python ./setup.py build_ext --inplace

to build the required modules.

  • run:
export PYTHONPATH="$PYTHONPATH:$PWD/src"

to set up the environment.

  • after that, you should be able to run all lsd-* stuff directly from src/