[Code Feature]: Add backwards pointers to SpotAnalysisOperables to previous operables #186
Open
1 task done
Labels
enhancement
New feature or request
Contact Details
[email protected]
Feature
Add backwards pointers to SpotAnalysisOperables to previous operables. Since each operable is treated as immutable and each image processor in the spot analysis pipeline results in a new operable, we want operables to retain a history of the previous operables that resulted in their creation. This will enable new forms of analysis and debugging by making the effects of prior computation traceable.
Example analysis chain:
prev: []
prev: [Operable A]
prev: [Operable A, Operable A.1]
Feature
I need to be able to determine the previous operables that resulted in the current operable.
What OS do you intend to use this on?
No response
Dependencies
No response
Contribution Guidelines
The text was updated successfully, but these errors were encountered: