Skip to main content

Base pyworkflow plugin for Electron Diffraction image processing

Project description

scipion-ed is the base plugin defining the Domain for Electron Diffraction image processing.

Installation

For using scipion-ed, we need to have a working Python 3 environment (e.g via virtualenv or conda). After that, we might easily install by:

pip install scipion-ed scipion-ed-dials

Development

For development, we probably want to download the source code and install from there. In that way changes can be made and we can test it quickly. We also need a working Python 3 environment and we recommend to create a development folder to download the source code.

# Create a folder for the installation
mkdir scipion-ed-dev
cd scipion-ed-dev

# Then we can install scipion-ed by:
git clone git@github.com:scipion-ed/scipion-ed.git
python -m pip install -e scipion-ed  # Install in the environment as development

# And also install the plugins
git clone git@github.com:scipion-ed/scipion-ed-dials.git
python -m pip install -e scipion-ed-dials  # Install in the environment as development

Publishing the package to PyPI

In order to make scipion-ed available to install with pip install scipion-ed, we need to:

python install twine restructuredtext-lint
cd scipion-ed

# It might be a good idea to check the README.rst before uploading:
rst-lint README.rst

python setup.py sdist
twine upload dist/scipion-ed-3.0.1.tar.gz

Running tests (TO BE UPDATED)

cd scipion-ed
cd pwed/tests
python -m unittest discover

# To visualize the test project you need to specify SCIPION_DOMAIN and SCIPION_VERSION
export SCIPION_DOMAIN=scipion-ed/pwed
export SCIPION_VERSION=3.0.0

python scipion-pyworkflow/pyworkflow/apps/pw_project.py TestEdBaseProtocols

Python 3 environments

For development, we probably want to download the source code and install from there. In that way changes can be made and we can test it quickly.

We also need a working Python 3 environment and we recommend to create a development folder to download the source code.

# Create a clean virtual environment
python -m virtualenv --python=python3 env
source env/bin/activate

It is also possible to use a conda environment.

# Create the environment
conda create -n sped-dev python=3.8 pip
conda activate sped-dev

Troubleshooting

If you get “error: command ‘x86_64-linux-gnu-gcc’ failed with exit status 1” you may need to install python3-dev: sudo apt install python3-dev -y

Tkinter with Python3

Tkinter with Conda

https://zenodo.org/badge/189014932.svg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scipion-ed-3!1.0.0.tar.gz (32.4 kB view details)

Uploaded Source

File details

Details for the file scipion-ed-3!1.0.0.tar.gz.

File metadata

  • Download URL: scipion-ed-3!1.0.0.tar.gz
  • Upload date:
  • Size: 32.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.1 requests/2.25.1 setuptools/58.0.4 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for scipion-ed-3!1.0.0.tar.gz
Algorithm Hash digest
SHA256 152c176fddcfad6ed98bca10b018fe77bad59dc6430a02c282d2cf90e7cdb1ba
MD5 d83a0fe0c6f1168cd2796f0c1b573d71
BLAKE2b-256 1f36527c7589d3f8152dacdc544cd307b148245e386ee1ef95ee8fc58d8e572f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page