New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

openECCI

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openECCI

An open source python package for guiding Electron Channelling Contrast Imaging (ECCI)in Scanning Electron Microscopes (SEM).

pipPyPI
Version
0.1.0
Maintainers
1

OpenECCI [open-e-ki] is a Python library for Electron Channelling Contrast Imaging (ECCI) analysis of crystal defects in Scanning Electron Microscope (SEM) by guiding precise stereo-tilt of the specimen to the preferable orientations.
DeploymentPyPI - Version
ActivityWork in progress
CitationDOI
LicenseGitHub License

Documentation

Refer to the included Jupyter notebook tutorials for detailed instruction and applications. Demo datasets can be downloaded from openECCI-data repository. The openECCI documentation page is currently under development. Stay tuned for more information. More code examples, and a detailed workflow tutorial paper will be updated soon.

Installation

Create a new conda environment

conda update conda
conda create -n openecci python=3.10 
conda activate openecci

Install openECCI with pip:

pip install openECCI

or you can install from source:

git clone https://github.com/IMBalENce/openECCI
cd openECCI
pip install .

If you want to create an editable install:

pip install -e .

Citing openECCI

If you are using openECCI in your scientific research, please help our scientific visibility by citing the Zenodo DOI: https://doi.org/10.5281/zenodo.11183730.

Contributors

Zhou XuMonash Centre for Electron Microscopy (MCEM)
HÃ¥kon Wiik Ã…nesNorwegian University of Science and Technology
Xnovo Technology Aps
Sergey GorelickMonash Centre for Electron Microscopy (MCEM)
Ramaciotti Centre for Cryo-Electron Microscopy
Xiya FangMonash Centre for Electron Microscopy (MCEM)
Peter MillerMonash Centre for Electron Microscopy (MCEM)

Keywords

ECCI

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts