Skip to content

Commit f34680d

Browse files
h-mayorquinzm711
andauthored
Update neo/rawio/intanrawio.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent 2900bd3 commit f34680d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neo/rawio/intanrawio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,8 @@ def _decode_current_from_stim_data(self, raw_stim_data, i_start, i_stop):
620620
- Bit 16 (MSB): Compliance limit flag (1 = limit reached)
621621
622622
The actual current value in amperes is obtained by multiplying the
623-
output by the 'stim_step_size' parameter from the file header.
623+
output by the 'stim_step_size' parameter from the file header. These scaled values can be
624+
obtained with the `rescale_signal_raw_to_float` function.
624625
"""
625626
# Get the relevant portion of the data
626627
data = raw_stim_data[i_start:i_stop]

0 commit comments

Comments
 (0)