Subversion Repositories public iLand

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
401 5249d 17h werner / starting from a change in the LIP-pattern and the LIP-application a grand tour through followed.
StampContainer has now a static grid that holds distances to the stamp-center. This is used by the tree when applying a stamp.cpp
minor changes necessary due to the switch to Qt 4.6
 
400 5250d 00h werner /src/ changed the binary format of the LIP stamps (included a magic number, a version and a call to setVersion()). Changed the way of aggregating the "shadow" in the lightroom: now (again) the result value represents the mean "shadow" per meter below the 45° line.  
397 5265d 05h werner /src/core/ thanks to ruperts sharp eyes we found a bug in the torus implementation of readLIF_torus(). Basically, the wrong pixels were evaluated. This became apparent in the HJA with very structured stands.
Another possible flaw (not sure whether this actually caused errors) was found in the attachment of reader stamps.
 
393 5268d 03h werner /src/ fixed a bug in StampContainer when loading trees with invalid hd-ratio (too low trees).
fixed a bug that caused a crash when seed dispersal was disabled.
added return values for stand init routines (also those that accessed by scripting) and cleaned up the documentation.
 
362 5314d 00h werner /src/ small logging adaptations.
StampContainer: increased class count for HD classes to 16 (had previously an error with a hd value of 185)
 
361 5314d 00h werner /src/core/ fixed bug that the stamp map was not filled correctly from below. That is, if trees were of smaller hd-value (though valid) as the smallest "real" stamp, a invalid stamp was returned and a warning message was generated (which led to crashes and extremely slow response)  
359 5314d 02h werner /src/ stampcontainer.cpp: fixed reading of "debugDumpStamps" key
mainwindow.cpp: added logging to a file, added keys to xml file. new section "system.logging"
 
357 5321d 01h werner /src/core/ * added a error message if tree dimensions are invalid during loading of the stamps
* increased the size of the stamp-look-up grid. It now is able to safely load trees up to 250cm dbh.
 
309 5425d 20h werner /src/ increased size limits (hd-classes go up to 190, max crown radius now 15m)  
149 5502d 11h werner /src/ - drawing GUI in MainWindow
- "Opacity" of tree crowns as a function of leafarea (and crown area;
crown radius is stored in LIP-stamp).
 
143 5503d 12h Werner /src/ - StampContainer: find stamps out of HD bounds.
- AllTreeIterator fixed bug in next()
- improvements in Expression (function inlining, ...)
- use tree with expression, together with Stats-class.
... and much more ;)
 
103 5513d 17h Werner /src/ included grids  
102 5513d 18h Werner /src/ * added a global XML-node of the project file to GlobalSettings (each setup() routine has access to that)
* loading of stamps for each species.
 
99 5514d 08h Werner /src/ added handling for file path to xml-project files and to GlobalSettings.  
80 5516d 18h Werner / change master structure  
65 5558d 09h Werner /fonstudio/ fixed the reading of stamps
more fixes during loading of stamps
 
64 5558d 14h Werner /fonstudio/ remodeled StampContainer to store bins with different width (smaller bins for smaller diameter). Somewhat complicated to get it working again...  
63 5558d 15h Werner /fonstudio/ * added a comment to the binary stamp file
* removed some debug-messages
 
61 5558d 16h Werner /fonstudio/ * modified bin-sizes in StampContainer
* cleaned Tree-class (dropped some old code and refs from other places)
 
58 5559d 14h 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 5560d 08h Werner /fonstudio/ fixed warnings (release mode), added a routine Helper::fileDialog().  
51 5560d 18h Werner /fonstudio/ changed application/stamp production to a multiplicative approach, disengaged the height field.  
47 5563d 15h Werner /fonstudio/ now to each "writer" stamp a reader stamp (i.e. the "crownradius") is directly attached. Therefore some changes in tree and treespecies.  
43 5563d 18h Werner /fonstudio/ changed lightroom again to aggregate averages of shadowing along the full height (including crown).
additionally saved the value at the center which will be used for the "dominance" height of the tree.
modified file structure of binary stamp files to include dominance values.
 
42 5563d 18h Werner /fonstudio/ additionally storing crown radius in stamp file.
readout of stamps using radius-stamps.
 
41 5564d 12h Werner /fonstudio/ checked and fixed orientation of the grids:
x-direction: -x = west, +x = east
y-direction: -y = south, +y = north
-> for display: y-axis must be reversed to fit screen coordinate system!
 
40 5564d 12h Werner /fonstudio/ reading out of stamp values.
lots of additional small changes.
 
39 5565d 13h Werner /fonstudio/ implementing the application of gridded binary stamps.  
38 5565d 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 5565d 19h Werner /fonstudio/ little optimizations of grid, fixed a bug in stampcontainer; "radial" analysis of stams (see mainwindow.cpp)  
36 5567d 10h Werner /fonstudio/ some template dump functions for grids.
loading/saving of stamps. still a mess.
 
35 5567d 11h Werner /fonstudio/ various fixes (still trying to load/save stamps).  
34 5567d 12h Werner /fonstudio/ Handling of stamps (read, write, ...)  
33 5567d 13h Werner /fonstudio/ general handling of stamps. This includes:
* StampContainer class. encapsulates internal storage, fast access, read/write functions to binary streams
* factory-approach for creation of stamps with different size. This can be used to use specific looping routines depending on stamp size.