1 | <HTML><HEAD> |
---|
2 | <TITLE>Survex To-Do List</TITLE> |
---|
3 | <STYLE type="text/css"><!-- |
---|
4 | BODY, TD, CENTER, UL, OL {font-family: sans-serif;} |
---|
5 | --> |
---|
6 | </STYLE> |
---|
7 | </HEAD><BODY BGCOLOR=white TEXT=black> |
---|
8 | <H1>Survex To-Do List</H1> |
---|
9 | |
---|
10 | <H2>Bugs</H2> |
---|
11 | |
---|
12 | <ul> |
---|
13 | |
---|
14 | <li>This gives "*** Singular!!!" warning with DEBUG_INVALID on: |
---|
15 | <pre> |
---|
16 | 1 2 50000 0 - |
---|
17 | 1 2 5 0 -30 |
---|
18 | </pre> |
---|
19 | |
---|
20 | <li>aven: loading a .3d file with no survey data (or which has a valid header but is broken later) with a survey already loaded doesn't work well. |
---|
21 | |
---|
22 | <li>img.c: eliminate duplicate img_LABELs when reading .PLT files. |
---|
23 | |
---|
24 | <li>Roger Schuster's reports: |
---|
25 | "can't open original Compass *.plt files. *.plt files generated with |
---|
26 | cad3d do work." with aven on RedHat Linux 7.2. So far I've been unable to |
---|
27 | reproduce this problem. |
---|
28 | |
---|
29 | <li>Compass displays .plt files generated by cad3d all distorted. |
---|
30 | |
---|
31 | </ul> |
---|
32 | |
---|
33 | <H2>Aven</H2> |
---|
34 | |
---|
35 | <ul> |
---|
36 | |
---|
37 | <li>sort out free rotation mode (e.g. "Plan" doesn't quite work...) |
---|
38 | |
---|
39 | <li>by default put crosses on those points with no legs attached (unused |
---|
40 | fixed points)? |
---|
41 | |
---|
42 | <li>label junctions/dead ends? |
---|
43 | |
---|
44 | <li>colour by traverse |
---|
45 | |
---|
46 | <li>section colouring/selective labelling |
---|
47 | |
---|
48 | <li>clipping - want to select a clip sphere (or maybe cube) centred on |
---|
49 | centre on rotation I think. |
---|
50 | |
---|
51 | <li>colour by cave (and more generally by sub-prefix): |
---|
52 | "aven --survey 161 --colour-by-sub-prefix all.3d" would result in |
---|
53 | lhroute, rhroute, adrian, etc all getting different colours... |
---|
54 | |
---|
55 | <li>check on monochrome displays - especially that depth colouring |
---|
56 | looks OK |
---|
57 | |
---|
58 | <li>Feed back redraw time to key based movement as in caverot? Or perhaps best |
---|
59 | not to? It depends on whether we expect people to hold down keys or not... |
---|
60 | Perhaps something smart where the first press is a fixed size, then after that |
---|
61 | it depends on the redraw? |
---|
62 | |
---|
63 | <li>Some way to display all the names of an equated station (e.g. in pop-up |
---|
64 | window or the info panel). |
---|
65 | |
---|
66 | <li>Highlight a whole survey by clicking on it in the tree... |
---|
67 | |
---|
68 | <li>aven for MSDOS? |
---|
69 | |
---|
70 | </ul> |
---|
71 | |
---|
72 | <H2>Printing</H2> |
---|
73 | |
---|
74 | <ul> |
---|
75 | |
---|
76 | <li>Printing in colour (at least for printps and printwin)! |
---|
77 | |
---|
78 | <li>Check skip blank pages works (checked printps)... |
---|
79 | |
---|
80 | <li>printdm: put standard scaling in print.ini for canon bj |
---|
81 | (work out what's up with vertical size...) |
---|
82 | |
---|
83 | </ul> |
---|
84 | |
---|
85 | <H2>Documentation</H2> |
---|
86 | |
---|
87 | <ul> |
---|
88 | |
---|
89 | <li>Platform specific versions of docs? |
---|
90 | |
---|
91 | <li>Put more terms in terminology in docs ? trip, instrument, ... |
---|
92 | |
---|
93 | <li>Finish off manual loose ends. |
---|
94 | |
---|
95 | <li>Look at using docbook2man instead of docbook-to-man (command is |
---|
96 | <i>nsgmls man_aven.sgml | sgmlspl /usr/lib/perl5/sgmlspl-specs/docbook2man-spec.pl</i>) |
---|
97 | |
---|
98 | </ul> |
---|
99 | |
---|
100 | <H2>Survex file format</H2> |
---|
101 | |
---|
102 | <ul> |
---|
103 | |
---|
104 | <li>flag legs as "skeletal" or something? (i.e. not in the cave passage) - |
---|
105 | e.g. a radiolocation leg from one passage to another isn't surface, |
---|
106 | but it isn't in the cave itself either (it's through rock). You could |
---|
107 | just call it surface but maybe later we want to use the surface |
---|
108 | flag to produce points for a surface triangulation... |
---|
109 | |
---|
110 | <li>?outlaw prefixes on stations in data legs (as Todd has lobbied for) |
---|
111 | and then the prefix of a leg == prefix of each end...? |
---|
112 | |
---|
113 | <li>comma separated dates in *date? |
---|
114 | |
---|
115 | <li>Find a solution to Thilo's "." problem. |
---|
116 | |
---|
117 | <li>LRUD? |
---|
118 | |
---|
119 | <li>multiple readings - perhaps like so: |
---|
120 | <pre> |
---|
121 | *calibrate compass {000.5 001.0 001.25} |
---|
122 | 1 2 10.23 {000 001} -02 |
---|
123 | 2 3 {10.16 10.17} 127 {+06 +05} |
---|
124 | 3 4 11.98 007 {+03 +03} |
---|
125 | </pre> |
---|
126 | Also, should we add "*set bra {", "*set ket }" or similar? Or is *set kind |
---|
127 | of deprecated? Implement as extension to number format? Then we can easily |
---|
128 | allow any suitable numeric value to be repeated, but bear in mind that bearings |
---|
129 | don't average like normal numbers... |
---|
130 | </ul> |
---|
131 | |
---|
132 | <H2>Internationalisation</H2> |
---|
133 | |
---|
134 | <ul> |
---|
135 | |
---|
136 | <li>extract help screen from caverot.c for translation |
---|
137 | |
---|
138 | <li>quotes in messages - translate too? e.g. `XXX' to « XXX ». Eric |
---|
139 | suggests not in French. |
---|
140 | |
---|
141 | <li>extract --help messages for translation. |
---|
142 | |
---|
143 | </ul> |
---|
144 | |
---|
145 | <H2>Miscellaneous</H2> |
---|
146 | |
---|
147 | <ul> |
---|
148 | |
---|
149 | <li>resolve entries in TODO; resolve FIXMEs in code |
---|
150 | |
---|
151 | <li>Default variance for topofil counter? (currently same as that of tape) |
---|
152 | |
---|
153 | <li>Rather than forming a linked list of components, solve each as it is |
---|
154 | identified? Beware of issues like those that revcomplist test checks. |
---|
155 | |
---|
156 | <li>Don't split other traverses at articulating traverses when reporting error |
---|
157 | stats. |
---|
158 | |
---|
159 | <li>test diving data with compass omitted (plumbed) |
---|
160 | |
---|
161 | <li>tests for direction - should direction work in non-interleaved data? |
---|
162 | |
---|
163 | <li>improve 3d torture test and try to automate its use if possible. |
---|
164 | |
---|
165 | <li>caverot: on RISC OS now fall back to using 2 or even just one screen |
---|
166 | bank if we can't find a mode where we can create 3 banks [FIXME: need |
---|
167 | to test this works] |
---|
168 | |
---|
169 | <li>Allow extend (or printing of extend) to unfold right-left instead of |
---|
170 | left to right? |
---|
171 | |
---|
172 | <li>ISO image? structure debian packages on it as an apt source. |
---|
173 | autorun for MS Windows? |
---|
174 | |
---|
175 | <li>control of output units in .err file and in stats at end of cavern run? |
---|
176 | |
---|
177 | <li>flag nosurvey legs in .3d file |
---|
178 | |
---|
179 | <li>sort out title which goes in .3d file for this (if no *includes in ... |
---|
180 | it gets the title of the leafname of this .svx file, otherwise it's the |
---|
181 | leafnames of the *include-d files, comma-separated): |
---|
182 | |
---|
183 | <pre> |
---|
184 | *begin mycave |
---|
185 | *title "My Cave" |
---|
186 | ... |
---|
187 | *end mycave |
---|
188 | </pre> |
---|
189 | |
---|
190 | <li>make img more modular (convert to C++?) |
---|
191 | |
---|
192 | <li>.plt and .xyz in test suite? |
---|
193 | |
---|
194 | <li>img.c: test routines in test suite? |
---|
195 | |
---|
196 | <li>install file associations for .PLT and .XYZ (check: if we install a |
---|
197 | non-default right button menu action, does it become default if there are no |
---|
198 | others?) |
---|
199 | |
---|
200 | <li>add support for .KST? Gary says documentation is out of date, and recent |
---|
201 | releases of winkarst have broken .KST export/import... |
---|
202 | |
---|
203 | <li>resolve documentation/examples mismatch for station based .XYZ files and |
---|
204 | implement reading of legs from them. |
---|
205 | |
---|
206 | <li>diffpos: compare connectivity (i.e legs as well as stations) - e.g. |
---|
207 | |
---|
208 | <pre> |
---|
209 | foo.1 moved by (0.02, 0.10, -0.06) |
---|
210 | leg between foo.1 and bar.2 removed |
---|
211 | ... |
---|
212 | bar.2 moved by (-0.02, -0.05, 0.03) |
---|
213 | </pre> |
---|
214 | |
---|
215 | <li>improve .plt export to include less crude survey structure. |
---|
216 | |
---|
217 | <li>tidy up documentation of v3 .3d format and put into manual appendix |
---|
218 | |
---|
219 | <li>v4 .3d format? |
---|
220 | |
---|
221 | <li>MacOS X packaging |
---|
222 | |
---|
223 | <li>look at solution by QR factorisation in matrix.c more |
---|
224 | |
---|
225 | <li>anywhere we report a value in degrees or metres, the units should be |
---|
226 | selectable |
---|
227 | </ul> |
---|
228 | |
---|
229 | </BODY></HTML> |
---|