|
350 | 350 | ##################################################################### |
351 | 351 | # .. note:: Since :py:meth:`~pynwb.file.NWBFile.add_intracellular_recording` can automatically add |
352 | 352 | # the objects to the NWBFile we do not need to separately call |
353 | | -# :py:meth:`~pynwb.file.NWBFile.add_stimulus` and :py:meth:`~pynwb.file.NWBFile.add_acquistion` |
| 353 | +# :py:meth:`~pynwb.file.NWBFile.add_stimulus` and :py:meth:`~pynwb.file.NWBFile.add_acquisition` |
354 | 354 | # to add our stimulus and response, but it is still fine to do so. |
355 | 355 | # |
356 | 356 | # .. note:: The ``id`` parameter in the call is optional and if the ``id`` is omitted then PyNWB will |
|
495 | 495 | # .. note:: The same process applies to all our other tables as well. We can use the |
496 | 496 | # corresponding :py:meth:`~pynwb.file.NWBFile.get_intracellular_recordings`, |
497 | 497 | # :py:meth:`~pynwb.file.NWBFile.get_icephys_sequential_recordings`, |
498 | | -# :py:meth:`~pynwb.file.NWBFile.get_icephys_repetitions`, and |
499 | | -# :py:meth:`~pynwb.file.NWBFile.get_icephys_conditions` functions instead. |
| 498 | +# :py:meth:`~pynwb.file.NWBFile.get_icephys_repetitions` functions instead. |
500 | 499 | # In general, we can always use the get functions instead of accessing the property |
501 | 500 | # of the file. |
502 | 501 | # |
|
507 | 506 | # |
508 | 507 | # Add a single simultaneous recording consisting of a set of intracellular recordings. |
509 | 508 | # Again, setting the id for a simultaneous recording is optional. The recordings |
510 | | -# argument of the :py:meth:`~pynwb.file.NWBFile.add_simultaneous_recording` function |
| 509 | +# argument of the :py:meth:`~pynwb.file.NWBFile.add_icephys_simultaneous_recording` function |
511 | 510 | # here is simply a list of ints with the indices of the corresponding rows in |
512 | 511 | # the :py:class:`~pynwb.icephys.IntracellularRecordingsTable` |
513 | 512 | # |
|
564 | 563 | # Add a single sequential recording consisting of a set of simultaneous recordings. |
565 | 564 | # Again, setting the id for a sequential recording is optional. Also this table is |
566 | 565 | # optional and will be created automatically by NWBFile. The ``simultaneous_recordings`` |
567 | | -# argument of the :py:meth:`~pynwb.file.NWBFile.add_sequential_recording` function |
| 566 | +# argument of the :py:meth:`~pynwb.file.NWBFile.add_icephys_sequential_recording` function |
568 | 567 | # here is simply a list of ints with the indices of the corresponding rows in |
569 | 568 | # the :py:class:`~pynwb.icephys.SimultaneousRecordingsTable`. |
570 | 569 |
|
|
579 | 578 | # Add a single repetition consisting of a set of sequential recordings. Again, setting |
580 | 579 | # the id for a repetition is optional. Also this table is optional and will be created |
581 | 580 | # automatically by NWBFile. The ``sequential_recordings argument`` of the |
582 | | -# :py:meth:`~pynwb.file.NWBFile.add_sequential_recording` function here is simply |
| 581 | +# :py:meth:`~pynwb.file.NWBFile.add_icephys_repetition` function here is simply |
583 | 582 | # a list of ints with the indices of the corresponding rows in |
584 | 583 | # the :py:class:`~pynwb.icephys.SequentialRecordingsTable`. |
585 | 584 |
|
|
592 | 591 | # Add a single experimental condition consisting of a set of repetitions. Again, |
593 | 592 | # setting the id for a condition is optional. Also this table is optional and |
594 | 593 | # will be created automatically by NWBFile. The ``repetitions`` argument of |
595 | | -# the :py:meth:`~pynwb.file.NWBFile.add_icephys_condition` function again is |
| 594 | +# the :py:meth:`~pynwb.file.NWBFile.add_icephys_experimental_condition` function again is |
596 | 595 | # simply a list of ints with the indices of the correspondingto rows in the |
597 | 596 | # :py:class:`~pynwb.icephys.RepetitionsTable`. |
598 | 597 |
|
|
0 commit comments