Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Jun 23, 2023
1 parent bde9a6e commit a281d5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions atlaselectrophysiology/ephys_atlas_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ def plot_probe(self, data, bounds=None):
{'img': image data for each channel bank, list of np.array((1,ny)), list
'scale': scaling to apply to each image, list of np.array([xscale,yscale]), list
'offset': offset to apply to each image, list of np.array([xoffset,yoffset]), list
'level': colourbar extremes np.array([min val, max val]), float
'levels': colourbar extremes np.array([min val, max val]), float
'cmap': colourmap to use, string
'xrange': range to display of x axis, np.array([min range, max range]), float
'title': description to place on colorbar, string
Expand Down Expand Up @@ -1111,7 +1111,8 @@ def plot_image(self, data):
param data: dictionary of data to plot
{'img': image data, np.array((nx,ny)), float
'scale': scaling to apply to each axis, np.array([xscale,yscale]), float
'level': colourbar extremes np.array([min val, max val]), float
'levels': colourbar extremes np.array([min val, max val]), float
'offset': offset to apply to each image, np.array([xoffset,yoffset]), float
'cmap': colourmap to use, string
'xrange': range to display of x axis, np.array([min range, max range]), float
'xaxis': label for xaxis, string
Expand Down

0 comments on commit a281d5e

Please sign in to comment.