Skip to content

Commit b4000ca

Browse files
authored
fix typo
1 parent 6088f60 commit b4000ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdb_to_nwb/convert_photometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def airPLS(data, lambda_=1e8, max_iterations=50):
341341
def import_ppd(ppd_file_path):
342342
'''
343343
Credit to the homie: https://github.com/ThomasAkam/photometry_preprocessing.git
344-
I eddited it so that his function only retuns the data dictionary without the filtered data.
344+
I edited it so that his function only returns the data dictionary without the filtered data.
345345
Raw data is filtered later/separately using the process_ppd_photometry function.
346346
347347
Function to import pyPhotometry binary data files into Python. Returns a dictionary with the

0 commit comments

Comments
 (0)