You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, you can find the code API to guide you on the code organization, to call EpiCure functions from external scripts (e.g. jupyter notebooks) or to contribute to EpiCure's development.
5
5
6
6
EpiCure's main function is [epicuring](./epicure/epicuring.html). The classes [inspecting](./epicure/inspecting.html), [editing](./epicure/editing.html), [tracking](./epicure/tracking.html), [outputing](./epicure/outputing), [displaying](./epicure/displaying.html) corresponds to EpiCure Inspect, Edit, Track, Output and Display onglets respectively.
7
7
8
+
The plugin is launched throught the [start epicuring](./epicure/start_epicuring.html) script that allows the user to choose the image to process, the corresponding segmentation and the epicure session parameters.
9
+
8
10
The file [Utils](./epicure/Utils.html) contains a lot of small functions that are used by other functions and are general functions, independant of the current class/object.
0 commit comments