/usr/share/doc/necpp/TODO is in necpp 1.5.0+cvs20101003-2.2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | TODO list for nec2++
* Test and make sure that the Somerfeld Ground code is working (compare outputs with the FORTRAN version)
* BUG with S/N nec2++ -i gn2.nec -g (check with PJW)
* Get CurrentInput comparison going with nec2diff
* Work on Doxygen Source Documentation
* Work on the LaTeX users guide.
* Get rid of libnec's dependance on the C++ standard library. See Below.
* Export only the C API functions from libnec. This requires some extra know-how that I don't have right now -- probably an exports file. When done, this will mean that libnec can be linked to without additional libc++ linking.
NEC Syntax Improvements
* Handle commenting out lines (Look into how this should be done). Some folk seem to use a ' at the start of the line.
* Add a geometry method (and nec card) for catenary hung wires (cf NEC4) CW card input.
NEC improvements
* Export radiation patterns (command line switch) as CSV files. This will allow them to be plotted using other plotting tools.
* Add Leeson Corrections for tapered wires (these are frequency dependant).
* Add Monte Carlo simulations that measure the sensitivity of a design to random fluctuations in the geometry. Suggestion from Mike Pot.
* Add output option for the impedance (admittance) matrix to go to the output file.
Using Eigen
Nec2++ requires Eigen. svn co svn://anonsvn.kde.org/home/kde/trunk/kdesupport/eigen2
|