Replies: 1 comment
-
|
Sorry for the late answer. The structure of Artisan is complex. There are two main classes with unique instances. One is the ApplicationWindow class defined in main.py with the instance bound to variable aw which contains a property qmc which holds the unique instance of tgraphcanvas(FigureCanvas) defined in canvas.py. That later holds the list of ET readings in self.temp1 and those of BT in self.temp2, both share the same list of timestamps corresponding to those readings in self.timex. Then there are many more properties in qmc which hold further data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all -
I'm browsing through the source code (out of pure curiosity with an eye towards future tinkering).
Can anyone help me understand where curve data is being stored in memory? Specifically BT, ROR, events, etc. really curious to understand how Artisan capture that data and then how it's used in various calculations.
Doing my best to parse through the code but I'm still relatively new.
TIA
Beta Was this translation helpful? Give feedback.
All reactions