types.core.ImagingRetinotopy - MATLAB File Help
types.core.ImagingRetinotopy
  ImagingRetinotopy Intrinsic signal optical imaging or widefield imaging for measuring retinotopy. Stores orthogonal maps (e.g., altitude/azimuth; radius/theta) of responses to specific stimuli and a combined polarity map from which to identify visual areas. This group does not store the raw responses imaged during retinotopic mapping or the stimuli presented, but rather the resulting phase and power maps after applying a Fourier transform on the averaged responses. Note: for data consistency, all images and arrays are stored in the format [row][column] and [row, col], which equates to [y][x]. Field of view and dimension arrays may appear backward (i.e., y before x).
Class Details
Superclasses types.core.NWBDataInterface, types.untyped.GroupClass
Sealed false
Construct on load false
Constructor Summary
ImagingRetinotopy Constructor for ImagingRetinotopy 
Property Summary
axis_1_phase_map REQUIRED (single) Phase response to stimulus on the first measured axis. 
axis_1_phase_map_dimension (int32) Number of rows and columns in the image. NOTE: row, column representation is equivalent to height, width. 
axis_1_phase_map_field_of_view (single) Size of viewing area, in meters. 
axis_1_phase_map_unit (char) Unit that axis data is stored in (e.g., degrees). 
axis_1_power_map (single) Power response on the first measured axis. Response is scaled so 0.0 is no power in the response and 1.0 is maximum relative power. 
axis_1_power_map_dimension (int32) Number of rows and columns in the image. NOTE: row, column representation is equivalent to height, width. 
axis_1_power_map_field_of_view (single) Size of viewing area, in meters. 
axis_1_power_map_unit (char) Unit that axis data is stored in (e.g., degrees). 
axis_2_phase_map REQUIRED (single) Phase response to stimulus on the second measured axis. 
axis_2_phase_map_dimension (int32) Number of rows and columns in the image. NOTE: row, column representation is equivalent to height, width. 
axis_2_phase_map_field_of_view (single) Size of viewing area, in meters. 
axis_2_phase_map_unit (char) Unit that axis data is stored in (e.g., degrees). 
axis_2_power_map (single) Power response on the second measured axis. Response is scaled so 0.0 is no power in the response and 1.0 is maximum relative power. 
axis_2_power_map_dimension (int32) Number of rows and columns in the image. NOTE: row, column representation is equivalent to height, width. 
axis_2_power_map_field_of_view (single) Size of viewing area, in meters. 
axis_2_power_map_unit (char) Unit that axis data is stored in (e.g., degrees). 
axis_descriptions REQUIRED (char) Two-element array describing the contents of the two response axis fields. Description should be something like ['altitude', 'azimuth'] or '['radius', 'theta']. 
focal_depth_image (uint16) Gray-scale image taken with same settings/parameters (e.g., focal depth, wavelength) as data collection. Array format: [rows][columns]. 
focal_depth_image_bits_per_pixel (int32) Number of bits used to represent each value. This is necessary to determine maximum (white) pixel value. 
focal_depth_image_dimension (int32) Number of rows and columns in the image. NOTE: row, column representation is equivalent to height, width. 
focal_depth_image_field_of_view (single) Size of viewing area, in meters. 
focal_depth_image_focal_depth (single) Focal depth offset, in meters. 
focal_depth_image_format (char) Format of image. Right now only 'raw' is supported. 
sign_map (single) Sine of the angle between the direction of the gradient in axis_1 and axis_2. 
sign_map_dimension (int32) Number of rows and columns in the image. NOTE: row, column representation is equivalent to height, width. 
sign_map_field_of_view (single) Size of viewing area, in meters. 
vasculature_image REQUIRED (uint16) Gray-scale anatomical image of cortical surface. Array structure: [rows][columns] 
vasculature_image_bits_per_pixel (int32) Number of bits used to represent each value. This is necessary to determine maximum (white) pixel value 
vasculature_image_dimension (int32) Number of rows and columns in the image. NOTE: row, column representation is equivalent to height, width. 
vasculature_image_field_of_view (single) Size of viewing area, in meters. 
vasculature_image_format (char) Format of image. Right now only 'raw' is supported. 
Method Summary
  addlistener Add listener for event. 
  delete Delete a handle object. 
  eq == (EQ) Test handle equality. 
  export  
  findobj Find objects matching specified conditions. 
  findprop Find property of MATLAB handle object. 
  ge >= (GE) Greater than or equal relation for handles. 
  gt > (GT) Greater than relation for handles. 
Sealed   isvalid Test handle validity. 
  le <= (LE) Less than or equal relation for handles. 
  listener Add listener for event without binding the listener to the source object. 
  loadAll  
  lt < (LT) Less than relation for handles. 
  ne ~= (NE) Not equal relation for handles. 
  notify Notify listeners of event. 
  validate_axis_1_phase_map  
  validate_axis_1_phase_map_dimension  
  validate_axis_1_phase_map_field_of_view  
  validate_axis_1_phase_map_unit  
  validate_axis_1_power_map  
  validate_axis_1_power_map_dimension  
  validate_axis_1_power_map_field_of_view  
  validate_axis_1_power_map_unit  
  validate_axis_2_phase_map  
  validate_axis_2_phase_map_dimension  
  validate_axis_2_phase_map_field_of_view  
  validate_axis_2_phase_map_unit  
  validate_axis_2_power_map  
  validate_axis_2_power_map_dimension  
  validate_axis_2_power_map_field_of_view  
  validate_axis_2_power_map_unit  
  validate_axis_descriptions  
  validate_focal_depth_image  
  validate_focal_depth_image_bits_per_pixel  
  validate_focal_depth_image_dimension  
  validate_focal_depth_image_field_of_view  
  validate_focal_depth_image_focal_depth  
  validate_focal_depth_image_format  
  validate_sign_map  
  validate_sign_map_dimension  
  validate_sign_map_field_of_view  
  validate_vasculature_image  
  validate_vasculature_image_bits_per_pixel  
  validate_vasculature_image_dimension  
  validate_vasculature_image_field_of_view  
  validate_vasculature_image_format  
Event Summary