Open robbisg opened 3 years ago
The Decoding object hypothesize results in a dict with rois. This should be moved to RoiWrapper and use Decoding only for simple decoding results.
Decoding
RoiWrapper
We should take into account the RoiDecoding object or other objects that inherit from Decoding superclass.
RoiDecoding
RoiDecoding must have a self.analysis.save call to move the responsibility to wrapped class and it should save
self.analysis.save
TODO:
for
Decoding.save
RoiDecoding.save
Wrapper
save
scores
The
Decoding
object hypothesize results in a dict with rois. This should be moved toRoiWrapper
and useDecoding
only for simple decoding results.We should take into account the
RoiDecoding
object or other objects that inherit fromDecoding
superclass.RoiDecoding
must have aself.analysis.save
call to move the responsibility to wrapped class and it should saveTODO:
for
inDecoding.save
for
inRoiDecoding.save
Wrapper
s must record objects for each ROIsave
alsoscores
and save passed scores.