Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.
sdelarquier edited this page Aug 14, 2012 · 32 revisions

Welcome to the DaViT-py wiki!

This is very-very-very-far from distribution-ready...!

Install

A simple install script for Ubuntu and MacOS is provided to install all the required packages. Then just clone this repository wherever you want it, edit your environment variables and start contributing!

Required modules

  • IPython: this is an interactive interface making visualization and other simple operations much easier. I recommend watching the following video to get to know this fundamental layer to python (also helps getting to know python syntax and simple commands)

  • NumPy: provides most of the data manipulation functions, including arrays, data files I/O...

  • SciPy: provides more advanced data analysis functions, such as fitting routines, fft...

  • Matplotlib: plotting library designed to reproduce matlab-like plots (includes mapping tools, see basemap)

Other useful module(s)

  • h5py: HDF5 file I/O

Other python project(s) we may want to look into...

Useful tutorials

For Windows users

Clone this wiki locally