Skip to content

Commit

Permalink
pass preprocesing_path to NWBFileBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunbak committed Nov 24, 2020
1 parent ab5a682 commit 6cdd317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rec_to_nwb/processing/builder/raw_to_nwb_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def get_nwb_builder(self, date):
process_mda=self.extract_mda,
process_dio=self.extract_dio,
process_analog=self.extract_analog,
preprocessing_path=self.preprocessing_path,
video_path=self.video_path,
reconfig_header=self.__is_rec_config_valid()
)
Expand Down

0 comments on commit 6cdd317

Please sign in to comment.