Skip to content

Transition layer between PlantScan project and OpenAlea

License

Notifications You must be signed in to change notification settings

christian34/scanalea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Transition layer between PlantScan project and OpenAlea

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.5%
  • R 8.8%
  • Shell 3.7%