Skip to content
Snippets Groups Projects
Forked from Swain Lab / aliby / aliby-mirror
Source project has a limited visibility.
  • Arin Wongprommoon's avatar
    5370f421
    fix(postproc): groups signal not present in all HDFs in dir · 5370f421
    Arin Wongprommoon authored
    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)
    5370f421
    History
    fix(postproc): groups signal not present in all HDFs in dir
    Arin Wongprommoon authored
    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)