Artificial Stimuli
load_chirp(normalize=True, trigger_times=None)
The chirp has 2 triggers per repetition
Source code in openretina/data_io/artificial_stimuli.py
83 84 85 86 87 88 89 90 91 92 93 94 |
|
load_moving_bar(normalize=True, trigger_times=None)
Moving bar has 8 triggers, one for each direction. Its directions are [0,180, 45,225, 90,270, 135,315] (in degrees)
Source code in openretina/data_io/artificial_stimuli.py
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
|
load_moving_bar_30hz_72_64px(normalize=True, trigger_times=None)
Moving bar has 8 triggers, one for each direction. Its directions are [0,180, 45,225, 90,270, 135,315] (in degrees)
Source code in openretina/data_io/artificial_stimuli.py
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 |
|