项目作者: hameye

项目描述 :
Time saver tool for multiplatform analysis
高级语言: Jupyter Notebook
项目地址: git://github.com/hameye/findcoord.git
创建时间: 2020-05-04T09:50:24Z
项目社区:https://github.com/hameye/findcoord

开源协议:GNU General Public License v3.0

下载


FindCoord

Time saver tool for multiplatform analysis

Tool computing and extracting the coordinates of analysis on a spectroscopic tool given the coordinates from another tool and some landmarks.

Overlay of the affine transformation from Scikit-Image : https://scikit-image.org/docs/dev/api/skimage.transform.html?highlight=affine#skimage.transform.AffineTransform

Install

Just do:

  1. pip install findcoord

Use in python

  1. import findcoord.transform as fn
  2. TF = fn.transformation(input_filename, output_filename)
  3. TF.calculate_coordinates()
  4. TF.extract_coordinates()