From: Hugo C. <hug...@gm...> - 2006-06-02 16:10:46
|
On 5/31/06, Dave Beeman <db...@do...> wrote: > -------------------------------------------------------------------------- > High Priority > > asc_file > closely elated objects that aren't high priority, but should be > implemnented at the same time as asc_file: par_asc_file res_asc_file > > Mg_block symcompartment leakage randomspike The symcompartment can be given a low priority for the following reasons : - it gives higher accuracy only for cells with compartments of the same length (which are unlikely to exist) - it mixes up the model with how to simulate the model. - it is easy, for the first transitional versions of moose, to alias symcompartment to compartment. > > voltage clamp circuitry: PID RC diffamp > other commonly used device objects: efield pulsegen > > -------------------------------------------------------------------------- > Medium Priority > > script_out tab2Dchannel table2D facsynchan hebbsynchan The script_out object can easily be emulated by adding PROCESS actions to a neutral element. It is better to have this in a script level library than in C++ code (more easy to maintain, also nice as an example). I don't know how easy this is with Moose. > -------------------------------------------------------------------------- > "Not sure" - these may be implemented in MOOSE under different names, > implemented implicitly without need for a class, or not needed, due > to differences between MOOSE and GENESIS 2 -- Comments are requested! > > gsolve/hsolve - will these be handled transparently in MOOSE? > > text (Used only in kkit - breaks the separation between Xodus and > non-Xodus objects) > I will reimplement hsolve in a Moose context, based on an extended hsolve version of Genesis2.2. Neurospaces will be used as frontend for matter of ease of use. Another suggestion : the monotone project -- unrelated to the CNS world -- discusses things like these on a mailing list and places reports on a wiki (i.e. http://www.venge.net/monotone/wiki/ an example todo is in http://www.venge.net/monotone/wiki/ThingsStatusShouldShow). Hugo -- Hugo Cornelis Ph.D. Research Imaging Center University of Texas Health Science Center at San Antonio 7703 Floyd Curl Drive San Antonio, TX 78284-6240 Phone: 210 567 8112 Fax: 210 567 8152 |