Digitization tools for Seeq
Seeq Plot Digitizer is an addon tool designed to streamline digitization of existing design documents in paper form.
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.
Requires 58 > Seeq >= R56 (updated versions are in the works.)
-
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 (copy and paste) the
PltDgz
folder and its contents to thepython/user
external calculation folder on the remote agent or local machine where Seeq server is running (the external calculation folder is typicallyC:/Seeq/plugins/external-calculation/python/user/
or similar).Very Important! Once the
PltDgz
folder is created, be sure to never delete it. If you wish to make changes to the scripts contained therein, be sure to change the scripts themselves, never deleting, nor changing the name of thePltDgz
folder! -
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.
Any issues can be tracked here