معرفی شرکت ها


cmapfile-2022.9.29


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Write Chimera Map (CMAP) files
ویژگی مقدار
سیستم عامل -
نام فایل cmapfile-2022.9.29
نام cmapfile
نسخه کتابخانه 2022.9.29
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Christoph Gohlke
ایمیل نویسنده cgohlke@cgohlke.com
آدرس صفحه اصلی https://www.cgohlke.com
آدرس اینترنتی https://pypi.org/project/cmapfile/
مجوز BSD
Write Chimera Map (CMAP) files ============================== Cmapfile is a Python library and console script to write Chimera Map (CMAP) files, HDF5 files containing series of 3D XYZ datasets. CMAP files can be created from numpy arrays and various file formats containing volume data, e.g., BIN, TIFF, LSM, OIF, and OIB. CMAP files can be visualized using UCSF Chimera [2], a program for interactive visualization and analysis of molecular structures and related data. :Author: `Christoph Gohlke <https://www.cgohlke.com>`_ :License: BSD 3-Clause :Version: 2022.9.29 Requirements ------------ This release has been tested with the following requirements and dependencies (other versions may work): - `CPython 3.8.10, 3.9.13, 3.10.7, 3.11.0rc2 <https://www.python.org>`_ (32-bit platforms are deprecated) - `Numpy 1.21.5 <https://pypi.org/project/numpy/>`_ - `Scipy 1.8.1 <https://pypi.org/project/scipy/>`_ - `H5py 3.7.0 <https://pypi.org/project/h5py/>`_ - `Tifffile 2022.8.12 <https://pypi.org/project/tifffile/>`_ (optional) - `Oiffile 2022.2.2 <https://pypi.org/project/oiffile />`_ (optional) References ---------- 1. Thomas Goddard. [Chimera-users] reading in hdf5 files in chimera. https://www.cgl.ucsf.edu/pipermail/chimera-users/2008-September/003052.html 2. UCSF Chimera, an extensible molecular modeling system. https://www.cgl.ucsf.edu/chimera/ 3. Globals for Images - SimFCS. https://www.lfd.uci.edu/globals/ Examples -------- Print the command line usage:: python -m cmapfile --help Convert a 5D LSM file to CMAP file:: python -m cmapfile "/my data directory/large.lsm" Convert all BIN files in the current directory to test.cmap. The BIN files are known to contain 128x128x64 samples of 16-bit integers. The CMAP file will store float32 maps using subsampling up to 16:: python -m cmapfile --shape 128,128,64 --step 1,1,2 --dtype i2 --cmap test.cmap --subsample 16 --astype float32 *.bin Change the step size in the CMAP file:: python -m cmapfile --step 1,1,1.5 test.cmap Notes ----- The CMAP file format according to [1]:: Example of HDF format written by Chimera (Chimera map format) follows. The Chimera map file reader will allow all fields to be missing (except the 3D data). /image (group, any name allowed) name "centriole" (attribute) step (1.2, 1.2, 1.2) (attribute) origin (-123.4, -522, 34.5) (attribute) cell_angles (90.0, 90.0, 90.0) (attribute) rotation_axis (0.0, 0.0, 1.0) (attribute) rotation_angle 45.0 (attribute, degrees) color (1.0, 1.0, 0, 1.0) (attribute, rgba 0-1 float) time 5 (attribute, time series frame number) channel 0 (attribute, integer for multichannel data) /data (3d array of uint8 (123,542,82)) (dataset, any name allowed) /data_x (3d array of uint8 (123,542,82), alternate chunk shape) (dataset) /data_2 (3d array of uint8 (61,271,41)) (dataset, any name allowed) subsample_spacing (2, 2, 2) (attribute) (more subsampled or alternate chunkshape versions of same data) Revisions --------- 2022.9.29 - Make subsampling compatible with ChimeraX (breaking). - Fix deprecated import of scipy.ndimage.interpolation.zoom. - Switch to Google style docstrings. 2022.2.2 - Add type hints. - Drop support for Python 3.7 and numpy < 1.19 (NEP29). 2021.2.26 - Fix LSM conversion with tifffile >= 2021.2.26. - Remove support for Python 3.6 (NEP 29). 2020.1.1 - Do not write name attribute. - Remove support for Python 2.7 and 3.5. - Update copyright. 2018.8.30 - Move cmapfile.py into cmapfile package. 2014.10.10 - Initial release.


نیازمندی

مقدار نام
>=1.19.2 numpy
>=1.5 scipy
>=3.1 h5py
>=2021.11.2 tifffile
>=2021.6.6 oiffile


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl cmapfile-2022.9.29:

    pip install cmapfile-2022.9.29.whl


نصب پکیج tar.gz cmapfile-2022.9.29:

    pip install cmapfile-2022.9.29.tar.gz