Digitization tools for Seeq
Seeq Plot Digitizer is an addon tool designed to streamline digitization of existing or legacy data.
The Plot Digitizer tool can also be used to define a region of interest (ROI), resulting in creation of a new condition in Workbench.
The latest build of the project can be found here as a wheel file. The file is published as a courtesy to the user, and it does not imply any obligation for support from the publisher.
-
Install the required external calculation scripts.
a. Manually download the Plot Digitizer repository. To do so, click the green
Code
button, then Download ZIPb. Unzip repository after downloading
c. Open the
external_calculation
(i.e.,seeq-plot-digitizer/external_calculation
) folder from the repository you just downloaded.d. Move (or copy and paste) the
PlotDigitizer
folder and its contents to thepython/user
external calculation folder on the machine where Seeq server is running, (this is typicallyC:/Seeq/plugins/external-calculation/python/user/
or similar). -
Create a new Seeq Data Lab project and open the Terminal window
-
(In SDL Terminal) Run
pip install seeq-plot-digitizer
-
(In SDL Terminal) Run
python -m seeq.addons.plot_digitizer [--users <users_list> --groups <groups_list>]
. Then follow the prompt.