Subversion Repositories public iLand

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 3061d 02h werner / public SVN  
1221 3061d 02h werner /branches/ public SVN  
1220 3061d 02h werner /branches/version1.0/ Version 1.0  
1218 3061d 04h werner / clean up repository - make 1.0 trunk again!  
1217 3061d 04h werner / clean up repository - make 1.0 trunk again!  
1104 3349d 09h 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 4333d 04h werner /branches/port_qt5_64bit/  
639 5077d 02h werner / move current content to the "trunk"  
400 5433d 06h 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.  
260 5651d 17h werner /src/fonstudio/ small changes in GUI, added the "minimum"-input definition file.  
259 5651d 18h werner /src/ Big Cleanup of Lightroom Code.
removed all iLand specifics, left pure stamp calculation facilitites.
 
131 5688d 16h Werner /src/ added a 64x64 stamp while reinvoking the FonStudio  
127 5690d 17h Werner /src/ Started the iLand Viewer GUI software (copied fonstudio and dropped a lot of stuff). Yeah!  
104 5696d 22h Werner /src/ incorporated "Model" into the FonStudio.  
82 5700d 00h Werner /src/  
80 5700d 00h Werner / change master structure  
72 5711d 15h Werner /fonstudio/ removed the cycle.h (problem was that mere processor cycles are not very useful), and added good ol TTickTack (from Picus), but applying a wrapper-class so that including of windows.h is occurs only in ticktack.cpp.
added also a routine in mainwindow to emulate multiple executions of read/write cycles.
 
70 5713d 21h Werner /fonstudio/ MainWindow: the "scale to a height" FON-visualization.
Tree: change behavior of reading: now the value of the height grid is considered for every pixel (see also bugfix20090812.xls).
 
69 5713d 23h Werner /fonstudio/ automation function - execute multiple stands and save the treelist output.
(on_execManyStands()).
 
67 5741d 13h Werner /fonstudio/ some basic outputs in textfile format into the clipboard.  
66 5741d 14h Werner /fonstudio/ some GUI adaptions...  
65 5741d 15h Werner /fonstudio/ fixed the reading of stamps
more fixes during loading of stamps
 
58 5742d 20h 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)
 
51 5744d 00h Werner /fonstudio/ changed application/stamp production to a multiplicative approach, disengaged the height field.  
49 5746d 14h Werner /fonstudio/ gfx stuff (added class Viewport; not finished yet).
as always some grid functions.
mouseMove in PaintArea.
 
47 5746d 21h Werner /fonstudio/ now to each "writer" stamp a reader stamp (i.e. the "crownradius") is directly attached. Therefore some changes in tree and treespecies.  
44 5746d 23h 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 5747d 18h Werner /fonstudio/ reading out of stamp values.
lots of additional small changes.
 
39 5748d 18h Werner /fonstudio/ implementing the application of gridded binary stamps.  
38 5748d 19h 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.
 
35 5750d 17h Werner /fonstudio/ various fixes (still trying to load/save stamps).  
31 5753d 16h Werner /fonstudio/ dropped crown-body from LightRoom calculation.
fixed 2 bugs during calculation.
 
30 5754d 00h 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.
 
28 5754d 19h Werner /fonstudio/ Mainwindow: applying of XML
LightRoom: behavior of coords x/y=0/0 fixed.
 
26 5755d 01h Werner /fonstudio/ small edits.  
25 5755d 18h Werner /fonstudio/ lots of stuff....  
23 5756d 00h Werner /fonstudio/ hit detection of tree in LightRoom.  
19 5756d 20h 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).
 
9 5758d 01h Werner /fonstudio/  
7 5887d 23h Werner /fonstudio/ modified stamp retrieve from subtractive to multiplicative. changed layout of main-window (added log-window and log handler).