This file is indexed.

/usr/share/psychtoolbox-3/PsychDemos/ECVP2013/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
% Psychtoolbox:PsychDemos:ECVP2013
%
% Demos which were written specifically for the ECVP 2013 tutorial.
%
% See Psychtoolbox/PsychDocumentation/PTBTutorial-ECVP2013.pdf for
% reference.
%
% As opposed to best practices, these demos don't use the "function" key
% word at the top, so it was more easy to display content of various
% variables while stepping through code with the debugger during the
% tutorial session.
%
% The demos show the new PsychDefaultSetup(2); setup function and use a
% normalized color space between 0.0 and 1.0 instead of classic 0-255.
%
%
% HelloAlphaDemo              - Shows most basic alpha blending.
% HelloAnimationDemo          - Shows most basic timed animation.
% HelloGaborArrayDemo         - Shows use of floating point blending.
% HelloShapesDemo             - Shows how to draw different shapes.
% HelloSpiralTextureDemo      - Shows how to draw with textures as stencils.
% HelloWorldDemo              - Shows how to open a window and say hello.