From 8705214741d6d51cb2adaa72644e3c02da90d6e8 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Thu, 12 Feb 2009 16:35:14 +0000 Subject: [PATCH] New ideas in NOTES - gui design and DEM interface --- NOTES | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/NOTES b/NOTES index 47d871b..b8c172f 100644 --- a/NOTES +++ b/NOTES @@ -293,10 +293,34 @@ Tue 10th Feb colour map widget [X] add groups to ColourMapWidget simple addGroupSeparator(const QString& name) - [ ] global channel manager for optimisation and terrain channels - [ ] elevation optimisation of multiple image datasets + [X] global channel manager for optimisation and terrain channels + [X] elevation optimisation of multiple image datasets [ ] fix export to work on multiple datasets +Thur 12th Feb + works on multiple datasets, slowly + new problem, not updating textures during mid-optimization refresh + optimization gui + [ ] for each weight, also have constant/increase/decrease option + [ ] setting for dh + [ ] setting for linear falloff limit + DEM gui + [ ] keep DEM in memory when switching + [ ] save corrected values + [ ] compare DEMs + [ ] simplify - corrected values are separate DEM (primary, secondary) + [ ] select primary and secondary DEM + [ ] void-fill performed on primary DEM + [ ] corrections written to secondary DEM + [ ] initialised with new secondary DEM copied from primary + [ ] new elevation data + [ ] select custom resolution + [ ] copy from another DEM + [ ] select to display primary or secondary DEM, OR... + [ ] compare primary, secondary DEM + [ ] slider with partial updating of textures too (periodically) + [ ] channel to compare primary and secondary + fix list [ ] seems - not important [ ] when creating texture for region, don't up sample, select larger area -- 2.11.4.GIT