Skip to main content

Python tools to run cisTEM programs and code

Project description

pycistem

Python scripts inteacting with the cisTEM package

Usage

import asyncio
from pycistem.programs.refine\_template import RefineTemplateParameters, run

params = RefineTemplateParameters(input\_file="test.mrc",template="ribo.mrc")

results = asyncio.run(run(params))
from pycistem.core import *
import matplotlib.pyplot as plt

im = Image()
spectrum = Image()

im.QuickAndDirtyReadSlice("test.mrc",1)
spectrum.AllocateSameAs(im)

im.ForwardFFT(True)
im.AmplitudeSpectrumFull2D(spectrum)
plt.imshow(spectrum)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

pycistem-0.4.1-cp311-cp311-manylinux_2_27_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.27+ x86-64

pycistem-0.4.1-cp310-cp310-manylinux_2_27_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ x86-64

pycistem-0.4.1-cp39-cp39-manylinux_2_27_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ x86-64

File details

Details for the file pycistem-0.4.1-cp311-cp311-manylinux_2_27_x86_64.whl.

File metadata

File hashes

Hashes for pycistem-0.4.1-cp311-cp311-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 ecf40cfcb212a72c14f9cbc65af29814e974bc0a17b3d17289c8598ad0b08dad
MD5 657763af652a43355580b26020e27384
BLAKE2b-256 1ebb4bf6aede7d48984bed0d7713383b8dc37d946065cd67f69ad09a21e7cdd6

See more details on using hashes here.

File details

Details for the file pycistem-0.4.1-cp310-cp310-manylinux_2_27_x86_64.whl.

File metadata

File hashes

Hashes for pycistem-0.4.1-cp310-cp310-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 4b166b680ced6aa9f7e1eb7c47f2a397216793dc679a81512613e51c05f9ccb9
MD5 19a420dcfcd7cd9ed5e49ac42af6ebfc
BLAKE2b-256 738ebfb6917edd6590ee6cae9fccb5f67ce1964317e20cddb48639e07df43951

See more details on using hashes here.

File details

Details for the file pycistem-0.4.1-cp39-cp39-manylinux_2_27_x86_64.whl.

File metadata

File hashes

Hashes for pycistem-0.4.1-cp39-cp39-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 2440060d7dab600402b659655464a562439b1be70367519371bf4d795eeb643a
MD5 7959ffab7597648e7308156e1aa30f61
BLAKE2b-256 f88c55729a2a089602708c2f75446ee9121187dbd711b006eb89a36bbdc4e156

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page