Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1010 Bytes

README.rst

File metadata and controls

49 lines (29 loc) · 1010 Bytes

scanalea

Project Description:

ScanAlea is a project of the collabration between HRPPC PlantScan project and INRIA VirtualPlants project on plant phenotyping.

A transition layer software between PlantScan software and OpenAlea plateform will be produced in ScanAlea project to allow transferring real plant 3D reconstruction data to OpenAlea platform and back forth, using only a modified mesh file as medium.

Requirement:

You have to install:
  • OpenAlea
  • mayavi2

Reference:

Hacker guide

For young git user, here is a list of usefull commands:

Commit your modifications on YOUR local branch: .. code:: bash

git commit -am 'FIX - my message'

To publish your modifications on your github (like svn commit): .. code:: bash

git push

To retrieve the modifications from others (svn update): .. code:: bash

git pull
Finally to publish the patches on openalea/scanalea:
Ask for a pull request