All Projects → pyahmed → PyCORN

pyahmed / PyCORN

Licence: other
A script to extract data from ÄKTA/UNICORN result-files (.res)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PyCORN

spinmob
Rapid and flexible acquisition, analysis, fitting, and plotting in Python. Designed for scientific laboratories.
Stars: ✭ 34 (+13.33%)
Mutual labels:  science, scientific-visualization, scientific-computing
Gdl
GDL - GNU Data Language
Stars: ✭ 104 (+246.67%)
Mutual labels:  scientific-visualization, scientific-computing, plotting
Awesome Scientific Python
A curated list of awesome scientific Python resources
Stars: ✭ 127 (+323.33%)
Mutual labels:  science, scientific-visualization, scientific-computing
Plotters
A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
Stars: ✭ 1,287 (+4190%)
Mutual labels:  science, plotting
Ruptures
ruptures: change point detection in Python
Stars: ✭ 654 (+2080%)
Mutual labels:  science, scientific-computing
Core
The core source repository for the Cherab project.
Stars: ✭ 26 (-13.33%)
Mutual labels:  science, scientific-computing
cplot
🌈 Plot complex functions
Stars: ✭ 75 (+150%)
Mutual labels:  science, plotting
Freud
Powerful, efficient particle trajectory analysis in scientific Python.
Stars: ✭ 118 (+293.33%)
Mutual labels:  science, scientific-computing
Boinc
Open-source software for volunteer computing and grid computing.
Stars: ✭ 1,320 (+4300%)
Mutual labels:  science, scientific-computing
Stdlib
✨ Standard library for JavaScript and Node.js. ✨
Stars: ✭ 2,749 (+9063.33%)
Mutual labels:  science, scientific-computing
gis4wrf
QGIS toolkit 🧰 for pre- and post-processing 🔨, visualizing 🔍, and running simulations 💻 in the Weather Research and Forecasting (WRF) model 🌀
Stars: ✭ 137 (+356.67%)
Mutual labels:  scientific-computing, plotting
charter
DSL and C Library to generate SVG Plot
Stars: ✭ 39 (+30%)
Mutual labels:  plotting, plotting-scripts
adorad
Fast, Expressive, & High-Performance Programming Language for those who dare
Stars: ✭ 54 (+80%)
Mutual labels:  science, scientific-computing
Poliastro
poliastro - 🚀 Astrodynamics in Python
Stars: ✭ 462 (+1440%)
Mutual labels:  science, scientific-computing
Silx
silx toolkit
Stars: ✭ 69 (+130%)
Mutual labels:  science, plotting
Librmath.js
Javascript Pure Implementation of Statistical R "core" numerical libRmath.so
Stars: ✭ 425 (+1316.67%)
Mutual labels:  science, scientific-computing
yt astro analysis
yt astrophysical analysis modules
Stars: ✭ 18 (-40%)
Mutual labels:  scientific-visualization, scientific-computing
SciCompforChemists
Scientific Computing for Chemists text for teaching basic computing skills to chemistry students using Python, Jupyter notebooks, and the SciPy stack. This text makes use of a variety of packages including NumPy, SciPy, matplotlib, pandas, seaborn, NMRglue, SymPy, scikit-image, and scikit-learn.
Stars: ✭ 65 (+116.67%)
Mutual labels:  science, scientific-computing
source
The main source repository for the Raysect project.
Stars: ✭ 62 (+106.67%)
Mutual labels:  science, scientific-computing
Reprozip
ReproZip is a tool that simplifies the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science.
Stars: ✭ 231 (+670%)
Mutual labels:  science, scientific-computing

PyCORN

A script to extract data from UNICORN result (.res) files and plot them.

https://raw.githubusercontent.com/pyahmed/PyCORN/master/samples/sample1_2009Jun16no001_plot.jpg

A script extract data from .res (results) files generated by UNICORN Chromatography software supplied with AKTA Systems. This script will find all data blocks, extract the data and write out csv-files. If you have matplotlib installed it will also plot all the curves including fractions if present. Plots can be saved in any format supported by matplotlib (default is pdf). Alternatively you may import pycorn into your script and access the data inside res-files.


News

PyCORN-WEB launched: PyCORN is now available as a web-service. Just drop your res/zip file, get a preview of the plot (generated with plotly) - adjust as needed and download a high-quality PNG file. No need to open a terminal, no Python installation etc required :-)

visit: http://pycornweb.appspot.com


v0.19 released:

  • FIXED: Injection points not recognized properly (see #12)

Installation

  • pip install pycorn

Known issues

Requirements

  • Python 2.7 or 3.x (Tested on Linux / Windows 7 / Mac OSX)
  • optional: matplotlib (for plotting)
  • optional: xlsxwriter (for xlsx-output)

Usage

  • See pycorn/docs/USAGE_pycorn-bin.txt if you want to extract/plot data directly
  • See pycorn/docs/USAGE_pycorn_module.txt if you want to import it into your script

License

  • GPLv2 see docs/LICENSE.txt
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].