--- kinness/kmaze ---


Filename: .cvsignore
Revision 1.2tangorn 2004-10-05 20:03:09None
Added DEPDIRS to cvsignores; Changed trajectory file output to only
write when the coordinate changes; Rewrote place field display for new
optimized input, it also handles old full input; Replaced deprecated
repaintNoErase with noAutoErase; Supposedly fixed progress bar for small
network loading.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: Makefile.am
Revision 1.4tangorn 2004-12-24 12:16:15None
This is reasonably correct version of LFP and CSD plotting, still a lot to work on
Revision 1.3tangorn 2004-09-18 18:27:54None
Shell for CSD plot
Revision 1.2tangorn 2004-04-05 11:11:43None
First take on place field display
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: kcanvas.cpp
Revision 1.21tangorn 2007-11-09 10:12:03None
Fixed e-mail
Revision 1.20tangorn 2005-01-18 14:34:31None
Fixed backward compatibility with Qt 3.1; fixed minor bug in controlling
the rat movement; tried new way in rat speed calculation, rounds the corners
better, but sometimes slips through the edges of the environment
Revision 1.19tangorn 2004-11-11 12:45:58None
Minor fixes
Revision 1.18tangorn 2004-10-03 20:22:37None
Moving setSpeed choice and place field display type to KMaze, to make
them options later; changed coloring of CSD according to Brankack et al
Revision 1.17tangorn 2004-09-30 21:10:08None
WARNING! This commit brings in some stuff that makes navigational environment
to behave in unusual fasion. It is not intended for users, I just need to
transfer these files on other machine. They will be either removed or corrected
later.
Revision 1.16tangorn 2004-09-23 12:34:50None
Marked valgrind complaint
Revision 1.15tangorn 2004-06-03 09:12:57None
Fix of minor memory leak
Revision 1.14tangorn 2004-04-03 22:40:25None
Adding the trajectory output
Revision 1.13tangorn 2004-03-30 19:56:20None
Adding the fourth input channel: generic part handles it in the input editor and
display; not enabled in the network editor yet. Maze part handles it as a direct
command to move the animal to a clicked destination, later it will be done through cell
activity. Changed: animal speed now is less dependent on the traveling distance to
destination. Fixed: If the speed is not measured yet (or is never measured), the
movement will be done slowly (as if you have 1GHz processor), but realistically.
Revision 1.12tangorn 2004-01-27 18:06:47None
Fixes the rat getting stuck in turns
Revision 1.11tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.10tangorn 2004-01-12 11:32:10None
Added the "memory" for velocity, now if it wants to go certain direction
it will do it as soon as it is possible
Revision 1.9tangorn 2003-12-17 16:03:39None
Fixed the progress bar not moving if autoupdate is off; hack added to
reduce the speed by 10% after rat moves into new location
Revision 1.8tangorn 2003-12-11 12:01:48None
Continue to build autocorrection of animation speed
Revision 1.7tangorn 2003-12-10 14:48:09None
Attempt to control animation speed through measuring of the simulation
performance
Revision 1.6tangorn 2003-11-02 11:59:55None
Removed manipulating speed hack in kmaze, animal moves normally as before hack;
Added decay rate settings widgets in editor and use of decay rates in simulation
Revision 1.5tangorn 2003-10-26 11:00:03None
Separated KInput<T> and children into a file; Minor bugfixes in handling
leakage and voltage block gates; Reworked the projection source settings
and made possible to use fan input currents.
Revision 1.4tangorn 2003-10-21 05:40:08None
Fixed little bug with voltage block handling
Revision 1.3tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: kcanvas.h
Revision 1.6tangorn 2007-11-09 10:12:03None
Fixed e-mail
Revision 1.5tangorn 2004-09-30 21:10:08None
WARNING! This commit brings in some stuff that makes navigational environment
to behave in unusual fasion. It is not intended for users, I just need to
transfer these files on other machine. They will be either removed or corrected
later.
Revision 1.4tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.3tangorn 2004-01-12 11:32:10None
Added the "memory" for velocity, now if it wants to go certain direction
it will do it as soon as it is possible
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: kinmaze.rc
Revision 1.9tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.8tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.7tangorn 2005-06-18 10:22:56None
Preparing for 0.3.3 release
Revision 1.6tangorn 2004-05-06 16:03:57None
Fixed the reset. Added a lot of standard shortcuts and their descriptions
in the manual. Made the trajectory recording optional.
Revision 1.5tangorn 2004-03-30 19:56:20None
Adding the fourth input channel: generic part handles it in the input editor and
display; not enabled in the network editor yet. Maze part handles it as a direct
command to move the animal to a clicked destination, later it will be done through cell
activity. Changed: animal speed now is less dependent on the traveling distance to
destination. Fixed: If the speed is not measured yet (or is never measured), the
movement will be done slowly (as if you have 1GHz processor), but realistically.
Revision 1.4tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.3tangorn 2003-12-17 18:02:38None
Minor interface fixes
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: kmazefactory.cpp
Revision 1.2tangorn 2007-11-09 10:12:03None
Fixed e-mail
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: kmazefactory.h
Revision 1.2tangorn 2007-11-09 10:12:03None
Fixed e-mail
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: kmazepart.cpp
Revision 1.43tangorn 2007-11-09 10:12:03None
Fixed e-mail
Revision 1.42tangorn 2007-08-29 15:06:06None
Some ubuntu with gcc-4.1.2 fixes
Revision 1.41tangorn 2006-02-25 09:20:46None
Fixed a bug preventing checkmarks against last opened network/environment
in recent files lists
Revision 1.40tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.39tangorn 2005-08-30 11:14:47None
Removed debugging info
Revision 1.38tangorn 2005-08-28 13:25:41None
Fixed the crash on switching from existing to new environment
Revision 1.37tangorn 2005-08-26 10:03:42None
Simplified the environment creation; Fixing the crash on new environment
Revision 1.36tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.35tangorn 2005-04-02 11:05:43None
Interface fixes: Properly sets recent files checkmark on restart;
Missing menu option Network->Create restored; Population size can be
scaled by integer factor from the size of environment
Revision 1.34tangorn 2005-02-03 18:34:59None
Fix for new automake warning, fix for 64 bit arch, some debug output added
Revision 1.33tangorn 2005-01-18 14:34:31None
Fixed backward compatibility with Qt 3.1; fixed minor bug in controlling
the rat movement; tried new way in rat speed calculation, rounds the corners
better, but sometimes slips through the edges of the environment
Revision 1.32tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.31tangorn 2004-12-27 09:07:59None
Now the placefield display is also built on image plotter
Revision 1.30tangorn 2004-12-25 12:22:59None
Reloading of the last open network on program restart. Currently made
unavoidable. I might set it as an option later.
Revision 1.29tangorn 2004-12-25 10:01:09None
Fixed crash on exit
Revision 1.28tangorn 2004-12-24 15:48:26None
Now LFP and CSD plotting is available for generic environment
Revision 1.27tangorn 2004-12-24 12:16:15None
This is reasonably correct version of LFP and CSD plotting, still a lot to work on
Revision 1.26tangorn 2004-11-11 11:40:51None
Seems like a missing include, blows compillation on one of max's testboxes
Revision 1.25tangorn 2004-10-18 07:47:43None
This should fix compillation problem for Qt < 3.3 and KDE < 3.2; Also added
our specific mime type for NeuroML (*.nml), can load both old (*.xml) and new extensions,
saves as new ones...
Revision 1.24tangorn 2004-10-09 03:32:57None
Made random reward restocking an option. This lifts the warning set in
Oct 1st commit, all new features are now configurable instead of hardcoded.
Also added grayscale display option for population activity display and
ability to save the picture of activity at any moment
Revision 1.23tangorn 2004-10-07 22:28:09None
Finally, what I was using for more than a month is an option now: two types
of place field displays and selecting whether the animal speed is distance
dependent (old way) or not (new way) are options in Navigation preferences.
Revision 1.22tangorn 2004-10-05 20:03:09None
Added DEPDIRS to cvsignores; Changed trajectory file output to only
write when the coordinate changes; Rewrote place field display for new
optimized input, it also handles old full input; Replaced deprecated
repaintNoErase with noAutoErase; Supposedly fixed progress bar for small
network loading.
Revision 1.21tangorn 2004-10-04 05:48:00None
Bugfix for place field display
Revision 1.20tangorn 2004-10-03 20:22:37None
Moving setSpeed choice and place field display type to KMaze, to make
them options later; changed coloring of CSD according to Brankack et al
Revision 1.19tangorn 2004-09-30 21:10:08None
WARNING! This commit brings in some stuff that makes navigational environment
to behave in unusual fasion. It is not intended for users, I just need to
transfer these files on other machine. They will be either removed or corrected
later.
Revision 1.18tangorn 2004-09-18 19:17:51None
Minor fix in place field display handling
Revision 1.17tangorn 2004-05-06 16:03:57None
Fixed the reset. Added a lot of standard shortcuts and their descriptions
in the manual. Made the trajectory recording optional.
Revision 1.16tangorn 2004-04-26 17:06:18None
Added interface and parsing for the fourth input channel; Fixed a number
of interface bugs.
Revision 1.15tangorn 2004-04-05 11:11:43None
First take on place field display
Revision 1.14tangorn 2004-04-03 22:40:25None
Adding the trajectory output
Revision 1.13tangorn 2004-03-30 19:56:20None
Adding the fourth input channel: generic part handles it in the input editor and
display; not enabled in the network editor yet. Maze part handles it as a direct
command to move the animal to a clicked destination, later it will be done through cell
activity. Changed: animal speed now is less dependent on the traveling distance to
destination. Fixed: If the speed is not measured yet (or is never measured), the
movement will be done slowly (as if you have 1GHz processor), but realistically.
Revision 1.12tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.11tangorn 2003-12-18 12:43:43None
Added a bit of session management; Fixed wrong starting path in weight save/load
dialog; Fixed statusbar not showing temporary messages.
Revision 1.10tangorn 2003-12-17 18:02:38None
Minor interface fixes
Revision 1.9tangorn 2003-12-13 12:47:13None
Restored the original speed multiplier for processors without TSC and
for manual corrections if necessary; disabled grid size selection until
it works
Revision 1.8tangorn 2003-12-13 11:31:41None
Conditional compillation for performance measure on TSC processors
Revision 1.7tangorn 2003-12-11 16:05:49None
Simplified Qt performance check
Revision 1.6tangorn 2003-12-11 12:01:48None
Continue to build autocorrection of animation speed
Revision 1.5tangorn 2003-12-10 14:48:09None
Attempt to control animation speed through measuring of the simulation
performance
Revision 1.4tangorn 2003-09-21 13:26:10None
New version of status bar uses stack of messages, so several actions
can be performed and displayed correctly. Doxygen settings removed from CVS.
Revision 1.3tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: kmazepart.h
Revision 1.20tangorn 2007-11-09 10:12:03None
Fixed e-mail
Revision 1.19tangorn 2005-08-26 10:03:42None
Simplified the environment creation; Fixing the crash on new environment
Revision 1.18tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.17tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.16tangorn 2004-12-24 15:48:26None
Now LFP and CSD plotting is available for generic environment
Revision 1.15tangorn 2004-12-24 12:16:15None
This is reasonably correct version of LFP and CSD plotting, still a lot to work on
Revision 1.14tangorn 2004-10-09 03:32:57None
Made random reward restocking an option. This lifts the warning set in
Oct 1st commit, all new features are now configurable instead of hardcoded.
Also added grayscale display option for population activity display and
ability to save the picture of activity at any moment
Revision 1.13tangorn 2004-10-07 22:28:09None
Finally, what I was using for more than a month is an option now: two types
of place field displays and selecting whether the animal speed is distance
dependent (old way) or not (new way) are options in Navigation preferences.
Revision 1.12tangorn 2004-10-03 20:22:37None
Moving setSpeed choice and place field display type to KMaze, to make
them options later; changed coloring of CSD according to Brankack et al
Revision 1.11tangorn 2004-09-30 21:10:08None
WARNING! This commit brings in some stuff that makes navigational environment
to behave in unusual fasion. It is not intended for users, I just need to
transfer these files on other machine. They will be either removed or corrected
later.
Revision 1.10tangorn 2004-05-06 16:03:57None
Fixed the reset. Added a lot of standard shortcuts and their descriptions
in the manual. Made the trajectory recording optional.
Revision 1.9tangorn 2004-04-05 11:11:43None
First take on place field display
Revision 1.8tangorn 2004-03-30 19:56:20None
Adding the fourth input channel: generic part handles it in the input editor and
display; not enabled in the network editor yet. Maze part handles it as a direct
command to move the animal to a clicked destination, later it will be done through cell
activity. Changed: animal speed now is less dependent on the traveling distance to
destination. Fixed: If the speed is not measured yet (or is never measured), the
movement will be done slowly (as if you have 1GHz processor), but realistically.
Revision 1.7tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.6tangorn 2004-01-10 19:31:33None
Updated copyright information, also added Id tags to files changed in 2004
Revision 1.5tangorn 2003-12-18 12:43:43None
Added a bit of session management; Fixed wrong starting path in weight save/load
dialog; Fixed statusbar not showing temporary messages.
Revision 1.4tangorn 2003-12-11 12:01:48None
Continue to build autocorrection of animation speed
Revision 1.3tangorn 2003-12-10 14:48:09None
Attempt to control animation speed through measuring of the simulation
performance
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: kmazeview.cpp
Revision 1.9tangorn 2005-08-26 10:03:42None
Simplified the environment creation; Fixing the crash on new environment
Revision 1.8tangorn 2004-10-09 03:32:57None
Made random reward restocking an option. This lifts the warning set in
Oct 1st commit, all new features are now configurable instead of hardcoded.
Also added grayscale display option for population activity display and
ability to save the picture of activity at any moment
Revision 1.7tangorn 2004-09-30 21:10:08None
WARNING! This commit brings in some stuff that makes navigational environment
to behave in unusual fasion. It is not intended for users, I just need to
transfer these files on other machine. They will be either removed or corrected
later.
Revision 1.6tangorn 2004-04-03 22:40:25None
Adding the trajectory output
Revision 1.5tangorn 2004-03-30 19:56:20None
Adding the fourth input channel: generic part handles it in the input editor and
display; not enabled in the network editor yet. Maze part handles it as a direct
command to move the animal to a clicked destination, later it will be done through cell
activity. Changed: animal speed now is less dependent on the traveling distance to
destination. Fixed: If the speed is not measured yet (or is never measured), the
movement will be done slowly (as if you have 1GHz processor), but realistically.
Revision 1.4tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.3tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:16None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:16None
Resurrection of CVS server for KInNeSS

Filename: kmazeview.h
Revision 1.7tangorn 2007-11-09 10:12:03None
Fixed e-mail
Revision 1.6tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.5tangorn 2004-09-30 21:10:08None
WARNING! This commit brings in some stuff that makes navigational environment
to behave in unusual fasion. It is not intended for users, I just need to
transfer these files on other machine. They will be either removed or corrected
later.
Revision 1.4tangorn 2004-03-30 19:56:20None
Adding the fourth input channel: generic part handles it in the input editor and
display; not enabled in the network editor yet. Maze part handles it as a direct
command to move the animal to a clicked destination, later it will be done through cell
activity. Changed: animal speed now is less dependent on the traveling distance to
destination. Fixed: If the speed is not measured yet (or is never measured), the
movement will be done slowly (as if you have 1GHz processor), but realistically.
Revision 1.3tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.2tangorn 2004-01-10 19:31:33None
Updated copyright information, also added Id tags to files changed in 2004
Revision 1.1tangorn 2003-03-23 23:22:16None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:16None
Resurrection of CVS server for KInNeSS

Filename: kplacefield.cpp
Revision 1.19tangorn 2005-03-09 18:45:15None
Corrected random axonal delays
Revision 1.18tangorn 2005-01-16 11:30:38None
Introduced input protocols
Revision 1.17tangorn 2005-01-08 11:48:02None
Couple fixes for LFP and CSD plotting widgets
Revision 1.16tangorn 2004-12-30 22:46:56None
Sped up the progress bar during place field calculation
Revision 1.15tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.14tangorn 2004-12-28 14:07:47None
Added the basic shell for CSD, LFP and PF displays, currently disabled
Revision 1.13tangorn 2004-12-27 09:07:59None
Now the placefield display is also built on image plotter
Revision 1.12tangorn 2004-12-26 15:24:23None
Converted population display to a child of image plotter. Fixed minor
bugs in CSD and place field displays.
Revision 1.11tangorn 2004-11-11 12:45:58None
Minor fixes
Revision 1.10tangorn 2004-10-18 07:47:43None
This should fix compillation problem for Qt < 3.3 and KDE < 3.2; Also added
our specific mime type for NeuroML (*.nml), can load both old (*.xml) and new extensions,
saves as new ones...
Revision 1.9tangorn 2004-10-07 22:28:09None
Finally, what I was using for more than a month is an option now: two types
of place field displays and selecting whether the animal speed is distance
dependent (old way) or not (new way) are options in Navigation preferences.
Revision 1.8tangorn 2004-10-05 20:03:09None
Added DEPDIRS to cvsignores; Changed trajectory file output to only
write when the coordinate changes; Rewrote place field display for new
optimized input, it also handles old full input; Replaced deprecated
repaintNoErase with noAutoErase; Supposedly fixed progress bar for small
network loading.
Revision 1.7tangorn 2004-10-04 05:48:00None
Bugfix for place field display
Revision 1.6tangorn 2004-10-03 20:22:37None
Moving setSpeed choice and place field display type to KMaze, to make
them options later; changed coloring of CSD according to Brankack et al
Revision 1.5tangorn 2004-09-18 19:17:51None
Minor fix in place field display handling
Revision 1.4tangorn 2004-09-18 18:25:08None
Different way to plot place fields; separate check mark for spike and voltage
output
Revision 1.3tangorn 2004-06-26 16:50:30None
Minor change in handling preference pages
Revision 1.2tangorn 2004-04-05 15:14:07None
Added saving of the place field plot
Revision 1.1tangorn 2004-04-05 11:11:43None
First take on place field display

Filename: kplacefield.h
Revision 1.10tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.9tangorn 2004-12-27 09:07:59None
Now the placefield display is also built on image plotter
Revision 1.8tangorn 2004-12-24 12:16:15None
This is reasonably correct version of LFP and CSD plotting, still a lot to work on
Revision 1.7tangorn 2004-10-07 22:28:09None
Finally, what I was using for more than a month is an option now: two types
of place field displays and selecting whether the animal speed is distance
dependent (old way) or not (new way) are options in Navigation preferences.
Revision 1.6tangorn 2004-10-04 05:48:00None
Bugfix for place field display
Revision 1.5tangorn 2004-10-03 20:22:37None
Moving setSpeed choice and place field display type to KMaze, to make
them options later; changed coloring of CSD according to Brankack et al
Revision 1.4tangorn 2004-09-18 19:17:51None
Minor fix in place field display handling
Revision 1.3tangorn 2004-09-18 18:25:08None
Different way to plot place fields; separate check mark for spike and voltage
output
Revision 1.2tangorn 2004-04-05 15:14:07None
Added saving of the place field plot
Revision 1.1tangorn 2004-04-05 11:11:43None
First take on place field display