Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 2.26 KB

README.md

File metadata and controls

48 lines (26 loc) · 2.26 KB

seeq-plot-digitizer

Digitization tools for Seeq

  1. User Guide
  2. Installation

User Guide

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.

User Installation (Seeq Data Lab)

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.)

  1. Install the required external calculation scripts.

    a. Manually download the Plot Digitizer repository. To do so, click the green Code button, then Download ZIP

    b. 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 the python/user external calculation folder on the remote agent or local machine where Seeq server is running (the external calculation folder is typically C:/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 the PltDgz folder!

  2. Create a new Seeq Data Lab project and open the Terminal window

  3. (In SDL Terminal) Run pip install seeq-plot-digitizer

  4. (In SDL Terminal) Run python -m seeq.addons.plot_digitizer [--users <users_list> --groups <groups_list>]. Then follow the prompt.

Issue Tracker

Any issues can be tracked here