| 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>multiple readings: |
|---|
| 25 | <p> |
|---|
| 26 | average bearings specially - they don't average like normal numbers |
|---|
| 27 | <p> |
|---|
| 28 | %age gradients should probably average the same as angle gradients |
|---|
| 29 | <p> |
|---|
| 30 | Document - works like so: |
|---|
| 31 | <pre> |
|---|
| 32 | *set open { |
|---|
| 33 | *set close } |
|---|
| 34 | *calibrate compass {000.5 001.0 001.25} |
|---|
| 35 | 1 2 10.23 {000 001} -02 |
|---|
| 36 | 2 3 {10.16 10.17} 127 {+06 +05} |
|---|
| 37 | 3 4 11.98 007 {+03 +03} |
|---|
| 38 | </pre> |
|---|
| 39 | Implement as extension to number format so any suitable numeric value to be |
|---|
| 40 | repeated? |
|---|
| 41 | </ul> |
|---|
| 42 | |
|---|
| 43 | <H2>Aven</H2> |
|---|
| 44 | |
|---|
| 45 | <ul> |
|---|
| 46 | |
|---|
| 47 | <li>check on monochrome, 16, and 256 colour displays - especially that depth |
|---|
| 48 | colouring looks OK |
|---|
| 49 | |
|---|
| 50 | <li>Feed back redraw time to key based movement as in caverot? Or perhaps best |
|---|
| 51 | not to? It depends on whether we expect people to hold down keys or not... |
|---|
| 52 | Perhaps something smart where the first press is a fixed size, then after that |
|---|
| 53 | it depends on the redraw? |
|---|
| 54 | </ul> |
|---|
| 55 | |
|---|
| 56 | <H2>Printing</H2> |
|---|
| 57 | |
|---|
| 58 | <ul> |
|---|
| 59 | |
|---|
| 60 | <li>Check skip blank pages works (checked printps)... |
|---|
| 61 | |
|---|
| 62 | <li>printdm: put standard scaling in print.ini for canon bj |
|---|
| 63 | (work out what's up with vertical size...) |
|---|
| 64 | |
|---|
| 65 | </ul> |
|---|
| 66 | |
|---|
| 67 | <H2>Documentation</H2> |
|---|
| 68 | |
|---|
| 69 | <ul> |
|---|
| 70 | |
|---|
| 71 | <li>Platform specific versions of docs? |
|---|
| 72 | |
|---|
| 73 | <li>Put more terms in terminology in docs ? trip, instrument, ... |
|---|
| 74 | |
|---|
| 75 | <li>Finish off manual loose ends. |
|---|
| 76 | |
|---|
| 77 | <li>Look at using docbook2man instead of docbook-to-man (command is |
|---|
| 78 | <i>nsgmls man_aven.sgml | sgmlspl /usr/lib/perl5/sgmlspl-specs/docbook2man-spec.pl</i>). Issues are: double space between sentences is lost; |
|---|
| 79 | double blank lines appear in output; &bsol; isn't understood. |
|---|
| 80 | |
|---|
| 81 | <li>Make sure there's documentation for all the various settings in print.ini |
|---|
| 82 | (colours aren't documented at present) |
|---|
| 83 | |
|---|
| 84 | </ul> |
|---|
| 85 | |
|---|
| 86 | <H2>Survex file format</H2> |
|---|
| 87 | |
|---|
| 88 | <ul> |
|---|
| 89 | |
|---|
| 90 | <li>flag legs as "skeletal" or something? (i.e. not in the cave passage) - |
|---|
| 91 | e.g. a radiolocation leg from one passage to another isn't surface, |
|---|
| 92 | but it isn't in the cave itself either (it's through rock). You could |
|---|
| 93 | just call it surface but maybe later we want to use the surface |
|---|
| 94 | flag to produce points for a surface triangulation... |
|---|
| 95 | |
|---|
| 96 | <li>?outlaw prefixes on stations in data legs (as Todd has lobbied for) |
|---|
| 97 | and then the prefix of a leg == prefix of each end...? |
|---|
| 98 | |
|---|
| 99 | <li>comma separated dates in *date? |
|---|
| 100 | |
|---|
| 101 | <li>Find a solution to Thilo's "." problem. |
|---|
| 102 | |
|---|
| 103 | <li>Units in *fix (currently metres) |
|---|
| 104 | |
|---|
| 105 | </ul> |
|---|
| 106 | |
|---|
| 107 | <H2>Internationalisation and Localisation</H2> |
|---|
| 108 | |
|---|
| 109 | <ul> |
|---|
| 110 | |
|---|
| 111 | <li>quotes in messages - translate too? e.g. `XXX' to « XXX ». Eric |
|---|
| 112 | suggests not in French. |
|---|
| 113 | |
|---|
| 114 | <li>extract --help messages for translation. |
|---|
| 115 | |
|---|
| 116 | <li>control of output units in .err file and in stats at end of cavern run? |
|---|
| 117 | In fact anywhere we report a value in degrees or metres, the units should be |
|---|
| 118 | selectable |
|---|
| 119 | |
|---|
| 120 | </ul> |
|---|
| 121 | |
|---|
| 122 | <H2>Test Suite</H2> |
|---|
| 123 | |
|---|
| 124 | <ul> |
|---|
| 125 | |
|---|
| 126 | <li>test diving data with compass omitted (plumbed) |
|---|
| 127 | |
|---|
| 128 | <li>more tests for direction |
|---|
| 129 | |
|---|
| 130 | <li>improve 3d torture test and try to automate its use if possible. |
|---|
| 131 | |
|---|
| 132 | <li>Compass .mak and .plt and CMAP .xyz in test suite? |
|---|
| 133 | |
|---|
| 134 | <li>img.c: test routines in test suite? |
|---|
| 135 | |
|---|
| 136 | </ul> |
|---|
| 137 | |
|---|
| 138 | <H2>Miscellaneous</H2> |
|---|
| 139 | |
|---|
| 140 | <ul> |
|---|
| 141 | |
|---|
| 142 | <li>resolve entries in TODO; resolve FIXMEs in code |
|---|
| 143 | |
|---|
| 144 | <li>Default variance for topofil counter? (currently same as that of tape) |
|---|
| 145 | |
|---|
| 146 | <li>Rather than forming a linked list of components, solve each as it is |
|---|
| 147 | identified? Beware of issues like those that revcomplist test checks. |
|---|
| 148 | |
|---|
| 149 | <li>Don't split other traverses at articulating traverses when reporting error |
|---|
| 150 | stats. |
|---|
| 151 | |
|---|
| 152 | <li>flag nosurvey legs in .3d file |
|---|
| 153 | |
|---|
| 154 | <li>sort out title which goes in .3d file for this (if no *includes in ... |
|---|
| 155 | it gets the title of the leafname of this .svx file, otherwise it's the |
|---|
| 156 | leafnames of the *include-d files, comma-separated): |
|---|
| 157 | |
|---|
| 158 | <pre> |
|---|
| 159 | *begin mycave |
|---|
| 160 | *title "My Cave" |
|---|
| 161 | ... |
|---|
| 162 | *end mycave |
|---|
| 163 | </pre> |
|---|
| 164 | |
|---|
| 165 | <li>make img more modular (convert to C++?) |
|---|
| 166 | |
|---|
| 167 | <li>add support for .KST? Gary says documentation is out of date, and recent |
|---|
| 168 | releases of winkarst have broken .KST export/import... |
|---|
| 169 | |
|---|
| 170 | <li>resolve documentation/examples mismatch for station based .XYZ files and |
|---|
| 171 | implement reading of legs from them. |
|---|
| 172 | |
|---|
| 173 | <li>diffpos: compare connectivity (i.e legs as well as stations) - e.g. |
|---|
| 174 | |
|---|
| 175 | <pre> |
|---|
| 176 | foo.1 moved by (0.02, 0.10, -0.06) |
|---|
| 177 | leg between foo.1 and bar.2 removed |
|---|
| 178 | ... |
|---|
| 179 | bar.2 moved by (-0.02, -0.05, 0.03) |
|---|
| 180 | </pre> |
|---|
| 181 | |
|---|
| 182 | <li>improve .plt export to include less crude survey structure. |
|---|
| 183 | |
|---|
| 184 | <li>MacOS X packaging |
|---|
| 185 | |
|---|
| 186 | <li>look at solution by QR factorisation in matrix.c more |
|---|
| 187 | |
|---|
| 188 | <li>consider disabling the more expensive asserts - turning them all off |
|---|
| 189 | speeds up cavern by about 10%. |
|---|
| 190 | |
|---|
| 191 | <li>InnoSetup: UninstallDisplayIcon = {app}\foo.ico (or .exe) | in [Files] ... ; Flags: isreadme | {userdesktop} to add icons | -mail | do we remove file |
|---|
| 192 | associations on uninstall? |
|---|
| 193 | </ul> |
|---|
| 194 | |
|---|
| 195 | </BODY></HTML> |
|---|