Skip to content
Snippets Groups Projects
Commit 5370f421 authored by Arin Wongprommoon's avatar Arin Wongprommoon
Browse files

fix(postproc): groups signal not present in all HDFs in dir

WHY IS THIS CHANGE NEEDED?:
- if a signal is not present in all HDFs files in a directory, defining
  a grouper object and then invoking
  grouper.concat_signal('<name_of_signal>') throws an error

HOW DOES THE CHANGE SOLVE THE PROBLEM?:
- modify pool_function() so that a dictionary of signals is an argument.
  this dictionary of signals indicates which files have the signal of interest.
- pass the dictionary of signals into concat_signal(), so that it knows
  which ones to process (i.e. concatenate)
parent af9f38a4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment