/usr/share/psychtoolbox-3/PsychGamma/Contents.m is in psychtoolbox-3-common 3.0.11.20140816.dfsg1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | % Psychtoolbox:PsychGamma.
%
% help Psychtoolbox % For an overview, triple-click me & hit enter.
%
% Routines for fitting "gamma" functions, i.e. the
% luminance-vs-voltage of a CRT monitor.
%
% CheckMonotonic
% ComputeGammaExtP
% ComputeGammaPoly
% ComputeGammaPolyR
% ComputeGammaPow
% ComputeGammaSig
% ComputeGammaWeib
% ComputeRMSE
% FitDeviceGamma
% FitGamma
% FitGammaExtP
% FitGammaExtPFun
% FitGammaLin
% FitGammaPoly
% FitGammaPolyFun
% FitGammaPolyR
% FitGammaPow
% FitGammaPowFun
% FitGammaSig
% FitGammaSigFun
% FitGammaSpline
% FitGammaWeib
% FitGammaWeibFun
% HalfRect
% InitialXExtP
% InitialXPoly
% InitialXPolyR
% InitialXPow
% InitialXSig
% InitialXWeib
% InvertGammaExtP
% MakeMonotonic
% MonitorGamma
% MonitorGammaError
% NormalizeGamma
|