[root]/trunk/utils
readDigPort
(9 files, 1783 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 200 (100.0%) | 9116 (100.0%) | 45.5 |
| justin | 164 (82.0%) | 8072 (88.5%) | 49.2 |
| frakkopesto | 6 (3.0%) | 543 (6.0%) | 90.5 |
| dep | 13 (6.5%) | 460 (5.0%) | 35.3 |
| jonas | 8 (4.0%) | 23 (0.3%) | 2.8 |
| mjaz1 | 3 (1.5%) | 7 (0.1%) | 2.3 |
| eli | 2 (1.0%) | 7 (0.1%) | 3.5 |
| ds | 2 (1.0%) | 3 (0.0%) | 1.5 |
| chrissaid | 1 (0.5%) | 1 (0.0%) | 1.0 |
| tsliu | 1 (0.5%) | 0 (0.0%) | 0.0 |
Fixing outputs for PR650 when a bad measurement is made
0 lines of code changed in 1 file:
Changed warning for missing mrTools utilities
1 lines of code changed in 1 file:
Removing commands that are redundant with mrTools.
0 lines of code changed in 4 files:
Adding a few fixes that give better warnings for when functions are missing from the path.
0 lines of code changed in 1 file:
moncalib.m - cleaning up help information
0 lines of code changed in 1 file:
Removing getArgs from mgl repository. It is problematic to have multiple copies of the same function in different repositories. In fact, this version of getArgs is out of date with the one in mrTools and breaks code if it happens to be in the path twice.
0 lines of code changed in 1 file:
Added missing helper functions to keep mgl not depended on mrTools
Removed some (a few) unnecessary dependencies, more could be removed
fixed so that it handles mglEyelink V1 messages
Note that it does not allow the parsing/extraction for all phases of a given task
430 lines of code changed in 5 files:
Removing some stray global declarations
0 lines of code changed in 1 file:
Undoing Franco screw-up
0 lines of code changed in 1 file:
changed moncalib to work with SerialComm. Added a line in initSerialPortUsingComm, that invokes a hand shake before saying that the the port is operative.
the rest of the changes here are the result of a mglMake(1) command.
0 lines of code changed in 2 files:
Adding ability to use SerialComm function (which is PsychToolbox version of comm function) by passing in argument:
moncalib('serialPortFun=comm:SerialComm');
0 lines of code changed in 1 file:
minor
0 lines of code changed in 1 file:
minor adjustments to defaults
0 lines of code changed in 1 file:
Few minor bug fixes for displaying old calibration files (bittest needs to have the new field bits) and if filename isn't set then don't crash.
0 lines of code changed in 1 file:
Adding arguments to set parameters of bittest of gamma table
0 lines of code changed in 1 file:
Moncalib now can measure spectrums (with Topcon spectrum radiometer only - though fixing the code to work with PR650 should be fairly trivial - requires writing photometerSpectrumMeasurePR650).
Also now moncalib accepts getArgs style input arguments - but is backwards compatible with the old calling convention.
You can also specify measuring each color channel separately (although as of now the linearized table is still based on the combined measurement).
0 lines of code changed in 1 file:
Now allowing 6 arguments in moncalib.m
1 lines of code changed in 1 file:
Allows for default text to be shown
39 lines of code changed in 1 file:
converted all subfun isfile into a utility function
28 lines of code changed in 1 file:
Minor error message changes and comments
11 lines of code changed in 1 file:
(97 more)