This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Auto generated xorg.conf - Created by Psychtoolbox XOrgConfCreator. | |
Section "ServerLayout" | |
Identifier "PTB-Hydra" | |
Screen 0 "Screen0" 0 0 | |
Screen 1 "Screen1" LeftOf "Screen0" | |
EndSection | |
Section "Monitor" | |
Identifier "DisplayPort-0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"DOI": "10.1146/annurev-vision-030320-062352", | |
"author": [ | |
{ | |
"family": "Mathôt", | |
"given": "S" | |
} | |
], | |
"container-title": "Annual review of vision science", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"16":{"author1Popup":0,"author1PopupForCitation":0,"authorSubsequentPopup":0,"authorSubsequentPopupForCitation":0,"authorsInCapsBox":"100","authorsInCapsBoxForCitation":"0","editor1Popup":0,"editor1PopupForCitation":0,"editorSubsequentPopup":0,"editorSubsequentPopupForCitation":0,"etalString":" et al.","etalString1":" et al.","forCitationForCitation":1,"id":7,"idForCitation":1,"nameFormPopup":1,"nameFormPopupForCitation":0,"notes":"Key (id) values belong in Key field (AKA User1)","notesForCitation":"","order1":"{\\rtf1\\ansi\\ansicpg1252{\\fonttbl{\\f0\\fnil Arial;}}{\\colortbl\\red0\\green0\\blue0;}\\uc0 \\f0\\fs24 `@electronic\\{`u1`,`$\\par author = $`\\{`a`\\}`, $\\par title = $`\\{`t`\\}`, $\\par url = $`\\{`z`\\}`, $\\par journal = $`\\{`j`\\}`, $\\par year = $`\\{`d`\\}`,\\par `keywords = \\{`k`\\}\\}`\\u172\\par }","order1ForCitation":"","order2ForCitation":"","otherNames":0,"otherNamesCitation":0,"punctAfterInit":"","punctAfterInitForCitation":"","punctAfterSurname":"","punctAfterSurnameForCitation" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"log": { | |
"logelevel": "info" | |
}, | |
// Run a local SOCKS proxy for apps to connect to. | |
"inbounds": [{ | |
"port": 1080, | |
"listen": "127.0.0.1", | |
"protocol": "socks", | |
"sniffing": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ft_defaults; | |
fileName = 'Test_4.edf'; | |
bitchannels = 3:10; | |
cfg = []; | |
cfg.dataset = fileName; | |
cfg.header = ft_read_header(cfg.dataset); | |
labels = cfg.header.label(3:end); | |
data_events = ft_read_event(cfg.dataset,'header',cfg.header,... | |
'detectflank','up','chanindx',bitchannels,'threshold','5*nanmedian'); | |
events = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> Screen('Preference', 'Verbosity', 10);VBLSyncTest | |
ans = | |
0 | |
PTB-INFO: Gamemode optimizations enable requested. Current/Old status: Disabled | |
PTB-INFO: New status: Active | |
ans = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<config Name="gcc" ShortName="gcc" Manufacturer="GNU" Version="$VER" Language="C" Priority="A" Location="$GCC"> | |
<Details CompilerExecutable="$CC" CompilerDefines="$DEFINES" CompilerFlags="$CFLAGS" OptimizationFlags="$COPTIMFLAGS" DebugFlags="$CDEBUGFLAGS" IncludeFlags="$INCLUDE" LinkerLibraries="$LINKLIBS" LinkerOptimizationFlags="$LDOPTIMFLAGS" LinkerDebugFlags="$LDDEBUGFLAGS" CompilerDefineFormatter="-D%s" LinkerLibrarySwitchFormatter="-l%s" LinkerPathFormatter="-L%s"/> | |
<vars CMDLINE1="$CC -c $DEFINES $INCLUDE $CFLAGS $OPTIM $SRC -o $OBJ" CMDLINE2="$LD $LDFLAGS $LDTYPE $LINKOPTIM $LINKEXPORTVER $OBJS $CLIBS $LINKLIBS -o $EXE" CC="$GCC" DEFINES="-D_GNU_SOURCE $MATLABMEX" MATLABMEX="-DMATLAB_MEX_FILE " CFLAGS="-std=c++11 -fexceptions -fPIC -fno-omit-frame-pointer -pthread" INCLUDE="-I"$MATLABROOT/extern/include" -I"$MATLABROOT/simulink/include"" COPTIMFLAGS="-O2 -fwrapv -DNDEBUG" CDEBUGFLAGS="-g" LD="$CC" LDFLAGS="-pthread -Wl,--no-undefined -Wl,-rp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> clear screen; sca | |
PTB-DEBUG: IOServiceClose() for driver instance 0 was successfull. | |
PTB-INFO: Activity state of AppNap is: Activities selected by PTB. | |
PTB-INFO: Reenabling AppNap et al. ... Make it so! 0x600005b17c00 - Retain 1 | |
======== Screen() for evaluation of macOS visual presentation timing fix ======== | |
======== For evaluation by the Pelli lab and collaborators only! ======== | |
======== Functionally limited to drawing of simple FillRect and DrawLine ======== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//red-green sinusoidal grating | |
#ifdef GL_ES | |
precision mediump float; | |
#endif | |
uniform vec2 u_resolution; | |
float contrast = 0.75; | |
vec3 colorA = vec3(1.0,0.0,0.0);//red |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function movietest() | |
bgColour = 0.5; | |
screen = max(Screen('Screens')); | |
screenSize = []; | |
ptb = mySetup(screen,bgColour,screenSize); | |
filename='C:\Code\opticka\stimuli\monkey.mp4'; | |
preloadsecs = []; |