Relacs
0.9.8
|
Overflow in InData::Index (after 7h!) -> reset InData!
internal list of Attenuate that corresponds to outTraces for faster access.
write(), testWrite(): check carrier frequency?
add probe function that returns a string of possible supported devices.
add directread function for single point acquisition
add a flag for indicating whether device is capable of streaming input
add probe function that returns a string of possible supported devices.
add a flag for indicating whether device is capable of streaming output
type independent reading of data elements in load()
math functions with two arguments: one scalar/container as first argument for member function, z.B. pow/exp
smooth functions (average over k neighboring points, or with kernel)
implement logical operators with scalars and other vectors: >, <, >=, <=, == such that they return a vector of booleans!
implement operator && and || that operate on zero and non-zero entries of arrays.
implement "find": take an Array and return an array of indices pointing to elements != 0.0
implement interface to index vectors
implement info() and settings()
add something for indicating existing axis
RePro setOptions() / checking options
change Button layout in resize event
load defaultrepro if it is requested in macros.cfg
implement info() and settings()
add something for indicating existing axis
We need to define useful keywords!
implement repeat function with pause option
execute init* routines immediately in draw(), only draw* routines should be posted.
logarithmic axis
add axis as an own plot object in addition to border
more colors and gradients (index is index to either a color, a gradient? or a picture!
matrix plot (contour colors)
create an update command to redraw shifted data.
make sure startFirstAcquisition() are only called from the GUI thread (because of MessageBox calls).
Set ID gain factors before configuring Session
~RePro: auto remove from RePros?
addPath: something with a format string giving the RePro's name, totalRuns, etc.
colored noise
interface to class Kernel
Handle mismatch of stepsize() in various functions.
platform independent mkdir in openFiles()!
saveStimulus: adaptive time for calculating the mean rate
check it carefully!
warning on Disk full (or even before!)
File formats:
Str( long, width, pad ), format( long ): missing type flag (u,d,x,...)
generalize the double blank concept for spaces and separators to any character.
Do we need each function with comments? Cant we just use stripComment before?