Releases: kurokida/jsQUEST
Assigned version numbers appropriately.
jsQUEST: Fixed false warnings.
Fixed the bugs pointed out in this topic
The sourcemap is included.
Introduced a sourcemap for efficient tracing when errors occur. I greatly appreciate @tpronk for his cooperation.
Bug fix
The QuestTrials function can takes the bin size for the second parameter. Even though this parameter is optional, the QuestTrials function did not return the correct results when the parameter was not specified. This bug is solved.
Changes
The test/jsQUEST_demo.js is updated to test all the functions of jsQUEST.
Compatible with the ES6 module style.
The code is polished to be compatible with the ES6 module style.
I greatly appreciate @tpronk for his cooperation.
Changes
- Please prefix all the QUEST functions with jsQUEST as follows:
myquest = jsQUEST.QuestCreate(tGuess, tGuessSd, pThreshold, beta, delta, gamma);
- Both the numeric and interp1 libraries need not be included explicitly because these are bundled in the dist/jsQUEST.js file.
The first release
This is the first relase of jsQUEST, which is translated from MATLAB files written by @denispelli to JavaScript files. Almost all of the MATLAB code is commented out in each JavaScript file. The usage of each function is the same as that of MATLAB functions. So, you can refer to the help of Psychtoolbox.