Subversion Repositories public iLand

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 2719d 21h werner / public SVN  
1221 2719d 21h werner /branches/ public SVN  
1220 2719d 21h werner /branches/version1.0/ Version 1.0  
1218 2719d 23h werner / clean up repository - make 1.0 trunk again!  
1217 2719d 23h werner / clean up repository - make 1.0 trunk again!  
1104 3008d 03h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
779 3991d 23h werner /branches/port_qt5_64bit/  
639 4735d 21h werner / move current content to the "trunk"  
96 5356d 13h Werner /src/  
95 5356d 13h Werner /src/  
80 5358d 19h Werner / change master structure  
65 5400d 09h Werner /fonstudio/ fixed the reading of stamps
more fixes during loading of stamps
 
64 5400d 15h Werner /fonstudio/ remodeled StampContainer to store bins with different width (smaller bins for smaller diameter). Somewhat complicated to get it working again...  
63 5400d 16h Werner /fonstudio/ * added a comment to the binary stamp file
* removed some debug-messages
 
62 5400d 16h Werner /fonstudio/ * Tree:heightGrid(): changed calculation scheme for dominant height
* LightRoom: mod of aggregation: now weighing with the local dominant height (consistently with the usage in the FON-studio).
 
61 5400d 17h Werner /fonstudio/ * modified bin-sizes in StampContainer
* cleaned Tree-class (dropped some old code and refs from other places)
 
60 5400d 19h Werner /fonstudio/ application of stamps now considers local height of Z* (see also prev. commit)
in Tree::applyStamp()
 
59 5400d 19h Werner /fonstudio/ changed way of height-grid-calculation: (Tree::heightGrid()):
a tree affects the height grid of more cells (up to the 45° angle).
 
58 5401d 15h Werner /fonstudio/ working version of light alogorithnm:
* steps during read:
own_xy = 1 - writer_xy * la_factor / h_dom
value_xy = grid_xy / own_xy
lightvalue = sum( value_xy * reader_xy) [ sum(reader) = 1 ]

additional correction for overstorey:
if h > h_dom:
lightvalue = 1 - (1 - lightvalue) * h/h_dom

other issues:
* added buffer around sim. area
* cleaned xml-file and code to interpret
* fixed Viewport (handling of negative coordinates - see buffer)
* fixed StampContainer, added finalizeSetup() - (filling up of the lookup map)
 
54 5402d 09h Werner /fonstudio/ fixed warnings (release mode), added a routine Helper::fileDialog().  
52 5402d 16h Werner /fonstudio/ modified to additive again;
* in Lightroom again the average up to the treeheight is summed up
* while extracting stamps, an upper limit of 47x47px (i.e. with 2m grid size approx. 1ha) is used. Now the criterion is based upon absolute values - maybe switch to relative values again (to avoid huge stamps)??
 
51 5402d 19h Werner /fonstudio/ changed application/stamp production to a multiplicative approach, disengaged the height field.  
50 5403d 17h Werner /fonstudio/ grid: fixed bug that mRect was overwritten by setup() after being set by constructor.
Viewport unfinished still.
 
44 5405d 18h Werner /fonstudio/ mainwindow: gui change + variable threshold in xml file when to cut the stamps
LightRoom: removed height in calculation of values per column (as we now calc. averages again)
 
40 5406d 13h Werner /fonstudio/ reading out of stamp values.
lots of additional small changes.
 
39 5407d 13h Werner /fonstudio/ implementing the application of gridded binary stamps.  
38 5407d 14h Werner /fonstudio/ LightRoom: use sum instead of average
Use of Lightroom in mainwindow: cut parts of lightroom result based on values and save as binary stamp file.
create class TreeSpecies, start to impl. use of stamps in Tree.
 
37 5407d 20h Werner /fonstudio/ little optimizations of grid, fixed a bug in stampcontainer; "radial" analysis of stams (see mainwindow.cpp)  
35 5409d 12h Werner /fonstudio/ various fixes (still trying to load/save stamps).  
34 5409d 13h Werner /fonstudio/ Handling of stamps (read, write, ...)  
32 5409d 21h Werner /fonstudio/ grid: average() function, more const access operators.
LightRoom: mod. mode of setup (now setup with metric length instead of pixelcount),
fixed "addition of angles" bug.
added generation of "subpixel" stamps.
 
31 5412d 11h Werner /fonstudio/ dropped crown-body from LightRoom calculation.
fixed 2 bugs during calculation.
 
30 5412d 19h Werner /fonstudio/ change "stamp" to "imagestamp", added a new "stamp" which should be more like the real, efficient stamp used in iLand.
started impl. of lightroom - batch modus.
 
29 5413d 13h Werner /fonstudio/ fixed amount of global radiation that is used for stamp-calculation.  
28 5413d 14h Werner /fonstudio/ Mainwindow: applying of XML
LightRoom: behavior of coords x/y=0/0 fixed.
 
27 5413d 16h Werner /fonstudio/ reworked lightroom, fixed a sin/cos bug.
added solar radiation for result.
dropped the 3d-grid, because of some strange behaviour (seems to be related with Qt shared classes and that stuff).
 
19 5415d 14h Werner /fonstudio/ reworked GUI, added some nice icons and reorganized. Now the Fonstudio has severel main working areas, e.g. lightroom, FON,...
setup of LightRoom.
created a little Timer class in helper.cpp (DebugTimer).
 
18 5415d 16h Werner /fonstudio/ LightRoom::setup()  
15 5415d 19h Werner /fonstudio/  
9 5416d 20h Werner /fonstudio/