Skip to content

Commit

Permalink
chore(analysis): document remaining arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Nov 27, 2023
1 parent c198ed4 commit 43a4044
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyneuroml/analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def generate_current_vs_frequency_curve(
:type temperature: str
:param spike_threshold_mV: spike threshold potential
:type spike_threshold_mV: float
:param plot_voltage_traces:
:type plot_voltage_traces:
:param plot_voltage_traces: toggle plotting of voltage traces
:type plot_voltage_traces: bool
:param plot_if: toggle whether to plot I-F graphs
:type plot_if: bool
:param plot_iv: toggle whether to plot I-V graphs
Expand Down Expand Up @@ -159,19 +159,19 @@ def generate_current_vs_frequency_curve(
:type simulator: str
:param num_processors: number of processors to use for analysis
:type num_processors: int
:param include_included:
:type include_included:
:param title_above_plot:
:type title_above_plot:
:param include_included: include included files
:type include_included: bool
:param title_above_plot: title to show above the plot
:type title_above_plot: str
:param return_axes: toggle whether plotting axis should be returned.
This is useful if one wants to overlay more graphs in the same plot.
:type return_axes: bool
:param segment_id: segment id to attach input to
:type segment_id: str
:param fraction_along: fraction along on segment to attach to
:type fraction_along: float
:param verbose:
:type verbose:
:param verbose: toggle verbosity
:type verbose: bool
"""

Expand Down

0 comments on commit 43a4044

Please sign in to comment.