File: Contents.m

package info (click to toggle)
psychtoolbox-3 3.0.19.14.dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 86,796 kB
  • sloc: ansic: 176,245; cpp: 20,103; objc: 5,393; sh: 2,753; python: 1,397; php: 384; makefile: 193; java: 113
file content (28 lines) | stat: -rw-r--r-- 1,811 bytes parent folder | download | duplicates (4)
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
% Psychtoolbox:PsychOptics.
%
% help Psychtoolbox % For an overview, triple-click me & hit enter.
% help PsychDemos % For demos, triple-click me & hit enter.
%
%   AiryPattern         - Compute Airy diffraction PSF.
%   ComputeDiffLimit    - Compute diffraction limit.
%   DavilaGeislerLSFMinutes - Line spread function for 3mm pupil used by Davila & Geisler 1991
%   DiffractionMTF      - Incoherent diffraction limited MTF from wl and pupil size.
%   GeislerLSFMinutes - Line spread function for 2mm pupil used by Geisler 1984
%   GoodmanDiffrac      - Diffraction limited MTF, based on cutoff freq, Goodman's formula.
%   LsfToPsf            - Convert line spread function to point spread function.
%   MakeRadiusMat       - Create a matrix whose entries are equal to their radius.
%   NavarroMTF          - MTF from Navarro et al. 1993.
%   OtfToPsf            - Convert optical transfer function to point spread function.
%   PositionGridMinutesToSfGridCyclesDeg - Convert mess from position to sf.
%   PsfToLsf            - Convert point spread function to line spread function.
%   PsfToOtf            - Convert point spread function to optical transfer function.
%   PsychOpticsTest     - Test script for some of the routines in this folder.
%   SfGridCyclesDegToPositionGridMinutes - Convert mesh from sf to position.
%   WestLSFMinutes      - Compute Westheimer's line spread function.
%   WestPSFDegrees      - Compute Westheimer's point spread function, in degrees.
%   WestPSFMinutes      - Compute Westheimer's point spread function, in minutes.
%   WilliamsMTF         - Compute MTF given in Williams' et al.
%   WilliamsRestMTF     - Subfunction called by WilliamsMTF.
%   WilliamsTabulatedPSF - Tabulated PSF data from Williams et al.

% Copyright (c) 1997-2017 by David Brainard & Denis Pelli