IMOD model files as pandas DataFrames in Python.
Project description
imodmodel
Read IMOD model files as pandas dataframes in Python.
Usage
import imodmodel
df = imodmodel.read('my_model_file.mod')
In [3]: df.head()
Out[3]:
object_id contour_id x y z
0 0 0 64.333336 64.666664 80.0
1 0 0 47.000000 77.333336 80.0
2 0 0 51.333332 45.666668 80.0
3 0 0 87.333336 49.666668 80.0
4 0 0 76.000000 82.000000 80.0
That's it!
Installation
imodmodel
can be installed from the Python Package Index (PyPI)
pip install imodmodel
We recommend installing into a clean virtual environment.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
imodmodel-0.0.8.tar.gz
(208.1 kB
view hashes)
Built Distribution
Close
Hashes for imodmodel-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84e1d00e5349bfb4cb6e728daabe98c6660ba4a6d3cea9890e0313a940fa10fd |
|
MD5 | fd237d058415c09701ccb6d0d07d8e1a |
|
BLAKE2b-256 | 006cdd883882c1462baf4538f5caed9aab055d3aaf1f5241140c36c02f824a54 |