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

Welcome to the DaViT-py wiki!


Contents


HELP US find a new definitive name for DaViTpy that will speak to the space science community: https://docs.google.com/forms/d/1f54Tx_KPDBe-Fp5tA6duiXqXjOPLV4M1d57tCnToTas/viewform

Install

Install instructions are provided in the accompanying README.md. Since we are still developing some fundamental aspects of this toolkit, the install process can still be a bit bumpy, but it will eventually become easier.

If you have any questions, or encounter any bug, please contact us either through the issues reporting page or our Google User Group.

Dependencies

We tried to keep that list short... and failed. But be assured, all of these modules are there for a very good reason, and to serve the greater purpose of making space science a little bit easier (in spite of the slightly increased complexity of installing our toolkit):

Whenever possible, we have designed install scripts for various systems, which should help you install most of these dependencies. However, you may have to get your hands dirty and install some of these yourself.

Useful tutorials

Python

Python modules

Git/Github

For Windows users

  • Python Extension Packages for Windows: provides unofficial 32- and 64-bit Windows binaries for many scientific open-source extension packages such as NumPy, SciPy, and Matplotlib.

  • Getting IPython Notebook running on Windows 7: Once you've installed IPython, open a Windows command prompt and change to the C:\Python27\Scripts directory. Using easy_install (see link), install the pandas and tornado packages. You will then be able to run Notebook using the Windows command prompt from within the Python27\Scripts directory (but NOT an IPython terminal).

Other related python project(s)

Clone this wiki locally