openalea / StructureAnalysis

Plant structure analysis
6 stars 6 forks source link

Wip fix tree statistic #17

Closed jbdurand closed 7 years ago

jbdurand commented 8 years ago

Fix various updates in python code for tree_statistic.trees Todo: Fix remaining updates in tree_statistic.hmt

jbdurand commented 8 years ago

@pradal : in tree_statistic/src/openalea/tree_statistic/trees/trees.py:2021 - the MPlot method still depends on aml via aml.PlantFrame, aml.DressingFile, and so on. Could you help me break that dependence please? May be provide an example of PlantFrame or equivalent with default angles and functions to set vertex colours and lengths...

pradal commented 8 years ago

@jbdurand : Sure. Could you give me a full example with data? Then, I will port your code to the current PlantFrame. I will provide the new code through a Pull Request.