Skip to content
Snippets Groups Projects

Updates for TREC pipelines

Merged Christopher Randolph Rhodes requested to merge int_trec into staging
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -1130,7 +1130,7 @@ class RoiSetWithDerivedChannels(RoiSet):
:return: None
"""
acc_in = self.get_patches_acc(channels=channels, expanded=False, pad_to=None).get_channels(channels)
acc_in = self.get_patches_acc(channels=channels, expanded=False, pad_to=None)
if derived_channel_functions is not None:
for fcn in derived_channel_functions:
der = fcn(acc_in) # returns patch stack
Loading