Skip to content
Snippets Groups Projects
  1. Dec 21, 2023
  2. Dec 15, 2023
  3. Dec 06, 2023
  4. Nov 28, 2023
  5. Nov 14, 2023
  6. Nov 03, 2023
  7. Oct 31, 2023
  8. Oct 26, 2023
  9. Oct 06, 2023
  10. Jul 12, 2023
  11. May 23, 2023
  12. Mar 17, 2023
  13. Mar 09, 2023
  14. Mar 02, 2023
  15. Feb 10, 2023
  16. Jan 31, 2023
  17. Jan 13, 2023
  18. Jan 12, 2023
  19. Jan 11, 2023
  20. Jan 10, 2023
  21. Dec 19, 2022
  22. Oct 23, 2022
  23. Oct 18, 2022
  24. Oct 17, 2022
    • Arin Wongprommoon's avatar
      fix(postproc): group signals apart from GFP · f2102851
      Arin Wongprommoon authored
      WHY IS THIS CHANGE NEEDED?:
      - IndexError raised when NameGrouper used to define a grouper object
        and then when .concat_signal() was invoked
      
      HOW DOES THE CHANGE SOLVE THE PROBLEM?:
      - effectively reverted to aliby@252915c6
      - the two commits leading up to that one solved the problem: first by
        changing chainer's assumption that all experiments have a GFP channel,
        then updated references to renamed variables
      
      WHAT SIDE EFFECTS DOES THIS CHANGE HAVE?:
      - risks: may have broken somewhere upstream not otherwise specified yet
      
      EVIDENCE THAT COMMIT WORKS:
      - running grouper works
      
      REFERENCES:
      - issue #35
      f2102851
  25. Oct 14, 2022
  26. Oct 11, 2022
  27. Oct 10, 2022
  28. Oct 07, 2022
  29. Oct 05, 2022
  30. Oct 04, 2022
  31. Sep 30, 2022
    • Arin Wongprommoon's avatar
      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
Loading