Metadata-Version: 2.1
Name: seeq-plot-digitizer
Version: 0.1.4
Summary: Plot digitization in Seeq
Home-page: https://github.com/eparsonnet93/seeq-plot-digitizer
Author: Eric Parsonnet
Author-email: e.parsonnet@berkeley.edu
License: Apache License 2.0
Platform: Linux
Platform: Windows
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bokeh (>=2.4.2)
Requires-Dist: imageio (>=2.19.3)
Requires-Dist: numpy (>=1.22.0)
Requires-Dist: pandas (>=1.3.3)

# seeq-plot-digitizer
Digitization tools for Seeq

1. [User Guide](#user-guide)
2. [Installation](#user-installation-seeq-data-lab)


## User Guide

Seeq Plot Digitizer is an addon tool designed to **streamline digitization of existing design documents in paper form**.
<img src="imgs/digitize.png" style="width:100%;">

The Plot Digitizer tool can also be used to **define a region of interest (ROI)**, resulting in creation of a new condition in Workbench.
<img src="imgs/roi.png" style="width:100%;">

## User Installation (Seeq Data Lab)

The latest build of the project can be found [here](https://pypi.org/project/seeq-plot-digitizer/) 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 Seeq >= R56**

1. Install the required external calculation scripts. 

    a. Manually download the [Plot Digitizer repository](https://github.com/seeq12/seeq-plot-digitizer). To do so, click the green `Code` button, then Download ZIP

	<img src="imgs/zip_download.png" style="width:50%;">

    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** (or copy and paste) the `PltDgz` folder **and its contents** to the `python/user` external calculation folder on the machine where Seeq server is running, (this is typically `C:/Seeq/plugins/external-calculation/python/user/` or similar).

	<img src="imgs/external_calc_upload.png" style="width:40%;">


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](https://github.com/seeq12/seeq-plot-digitizer/issues)


