User-level analysis commands, typically for measuring or generating SheetViews.
|
|
|
|
|
|
|
|
update_connectionfields()
Add SheetViews for the weights of one unit in a CFSheet,
for use in template-based plots. |
source code
|
|
|
|
update_projections()
Add SheetViews for the weights in one CFProjection,
for use in template-based plots. |
source code
|
|
|
|
update_projectionactivity()
Add SheetViews for all of the Projections of the ProjectionSheet
specified by sheet_name, for use in template-based plots. |
source code
|
|
|
|
measure_position_pref(divisions=6,
size=0.5,
scale=0.3,
offset=0.0,
display=False,
pattern_presenter=PatternPresenter(contrast_parameter='michelson_contrast', name...,
x_range=(-0.5, 0.5),
y_range=(-0.5, 0.5),
weighted_average=True)
Measure position preference map, using a circular Gaussian by default. |
source code
|
|
|
|
measure_rfs(divisions=10,
scale=30.0,
offset=0.5,
display=False,
pattern_presenter=PatternPresenter(contrast_parameter='michelson_contrast', name...,
x_range=(-0.2, 0.2),
y_range=(-0.2, 0.2))
Map receptive fields by reverse correlation. |
source code
|
|
|
|
measure_rfs_noise(divisions=99,
scale=0.5,
offset=0.5,
display=False,
pattern_presenter=PatternPresenter(contrast_parameter='michelson_contrast', name...,
x_range=(-1.0, 1.0),
y_range=(-1.0, 1.0))
Map receptive field on a GeneratorSheet using Gaussian noise inputs. |
source code
|
|
|
|
measure_cog(proj_name='Afferent')
Calculate center of gravity (CoG) for each CF of each unit in each CFSheet. |
source code
|
|
|
|
measure_rfcog(sheet_name='V1',
input_sheet_name='Retina')
Calculate center of gravity (CoG) for each RF of the specified sheet. |
source code
|
|
|
|
measure_or_pref(num_phase=18,
num_orientation=4,
frequencies=[2.4],
scale=0.3,
offset=0.0,
display=False,
weighted_average=True,
pattern_presenter=PatternPresenter(contrast_parameter='michelson_contrast', name...)
Measure orientation maps, using a sine grating by default. |
source code
|
|
|
|
measure_od_pref(num_phase=18,
num_orientation=4,
frequencies=[2.4],
scale=0.3,
offset=0.0,
display=False,
weighted_average=True,
pattern_presenter=PatternPresenter(contrast_parameter='michelson_contrast', name...)
Measure ocular dominance maps, using a sine grating by default. |
source code
|
|
|
|
measure_sf_pref(num_phase=18,
num_orientation=4,
frequencies=[2.4],
scale=0.3,
offset=0.0,
display=False,
weighted_average=True,
pattern_presenter=PatternPresenter(contrast_parameter='michelson_contrast', name...)
Measure spatial frequency maps, using a sine grating by default. |
source code
|
|
|
|
measure_phasedisparity(num_phase=12,
num_orientation=4,
num_disparity=12,
frequencies=[2.4],
scale=0.3,
offset=0.0,
display=False,
weighted_average=True,
pattern_presenter=PatternPresenter(contrast_parameter='michelson_contrast', name...)
Measure disparity maps, using sine gratings by default. |
source code
|
|
|
|
measure_or_tuning_fullfield(num_phase=18,
num_orientation=12,
frequencies=[2.4],
curve_parameters=[{'contrast': 30}, {'contrast': 60}, {'contrast': 80}, {'contr...,
display=False,
pattern_presenter=PatternPresenter(contrast_parameter='michelson_contrast', name...)
Measures orientation tuning curve of a particular unit using a full field grating stimulus. |
source code
|
|
|
|
measure_or_tuning(num_phase=18,
num_orientation=12,
frequencies=[2.4],
curve_parameters=[{'contrast': 30}, {'contrast': 60}, {'contrast': 80}, {'contr...,
display=False,
size=0.5,
pattern_presenter=PatternPresenter(contrast_parameter='weber_contrast', name=Non...)
Measures orientation tuning curve of a particular unit. |
source code
|
|
|
|
measure_size_response(num_phase=18,
curve_parameters=[{'contrast': 30}, {'contrast': 60}, {'contrast': 80}, {'contr...,
num_sizes=10,
display=False,
pattern_presenter=PatternPresenter(contrast_parameter='weber_contrast', name=Non...)
Measure receptive field size of one unit of a sheet. |
source code
|
|
|
|
measure_contrast_response(contrasts=[10, 20, 30, 40, 50, 60, 70, 80, 90, 100],
relative_orientations=[0.0, 0.523598775598, 0.785398163397, 1.57079632679],
size=0.5,
display=False,
frequency=2.4,
num_phase=18,
pattern_presenter=PatternPresenter(contrast_parameter='weber_contrast', name=Non...)
Measures contrast response curves for a particular unit. |
source code
|
|
|
|
measure_dr_pref(num_phase=12,
num_direction=6,
num_speeds=4,
max_speed=0.0833333333333,
frequencies=[2.4],
scale=0.2,
offset=0.0,
display=False,
weighted_average=True,
apply_output_fn=False,
duration=0.175,
pattern_presenter=PatternPresenter(contrast_parameter='michelson_contrast', name...) |
source code
|
|
|
|
decode_feature(sheet,
preference_map='OrientationPreference',
axis_bounds=(0.0, 1.0),
cyclic=True,
weighted_average=True)
Estimate the value of a feature from the current activity pattern on a sheet. |
source code
|
|
|
|
measure_corner_or_pref(divisions=20,
num_orientation=8,
scale=1.0,
offset=0.0,
display=False,
pattern_presenter=PatternPresenter(contrast_parameter='michelson_contrast', name...,
x_range=(-1.4, 1.4),
y_range=(-1.4, 1.4),
weighted_average=True)
Measure position preference map, using a corner formed by two gaussians by default. |
source code
|
|