pims
Python Image Sequence: Load video and sequential images in many formats with a simple, consistent interface.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
13 of 41 committers (31.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Keywords from Contributors
Repository
Python Image Sequence: Load video and sequential images in many formats with a simple, consistent interface.
Basic Info
- Host: GitHub
- Owner: soft-matter
- License: other
- Language: Python
- Default Branch: main
- Homepage: http://soft-matter.github.io/pims/
- Size: 8.18 MB
Statistics
- Stars: 266
- Watchers: 12
- Forks: 68
- Open Issues: 79
- Releases: 10
Metadata Files
README.md
pims: Python Image Sequence
What Problem Does PIMS Solve?
Scientific video can be packaged in various ways: familiar video formats like .AVI and .MOV, folders full of numbered images, or "stacks" of TIFF images. Each of these requires a separate Python module. And, once loaded, they have different methods for accessing individual images, looping through the images in bulk, accessing a specific range, or dealing with multidimensional files. PIMS can do all of these using a consistent interface, handling the differences between different inputs invisibly.
Formats readable by pims include: * Directories or zipfiles of still images (most formats, including TIFF, JPEG, PNG, BMP), and TIFF stacks * Microscope images supported by the Bio-formats project, including Leica, Nikon, Olympus, and Zeiss formats. Requires separate installation; see below. * Movie formats and codecs supported by ffmpeg, including AVI, QuickTime MOV, and H.264 (MP4). May require separate installation; see below. * CINE files from Vision Research cameras * SEQ files from NorPix StreamPix software
PIMS is based on readers by: * scikit-image * ffmpeg and PyAV (video formats such as AVI, MOV) * jpype (interface with Bio-formats) * Pillow (improved TIFF support) * tifffile (alterative TIFF support) * pims_nd2 (improved Nikon .nd2 support) * imageio (a multi-purpose reader package that reads and writes many formats) * moviepy (a Python module that supports video editing) * nd2reader (a Pure Python module for reading Nikon NIS Elements ND2 images and metadata)
Examples & Documentation
Everything is demonstrated in this IPython notebook.
Read the documentation for installation instructions, examples, and further reference.
Core Contributors
- Daniel Allan founding contributor, slicing and iteration logic, basic readers, display tools
- Thomas Caswell major refactor, abstract base class
- Casper van der Wel bioformats readers, display tools
- Thomas Dimiduk filetype-detecting dispatch logic
Support
This package was developed in part by Daniel Allan, as part of his PhD thesis work on microrheology in Robert L. Leheny's group at Johns Hopkins University in Baltimore, MD. The work was supported by the National Science Foundation under grant number CBET-1033985. Later work was supported by Brookhaven National Lab. Dan can be reached at dallan@bnl.gov.
This package was developed in part by Thomas A Caswell as part of his PhD thesis work in Sidney R Nagel's and Margaret L Gardel's groups at the University of Chicago, Chicago IL. This work was supported in part by NSF Grant DMR-1105145 and NSF-MRSEC DMR-0820054. Later work was supported by Brookhaven National Lab. Tom can be reached at tcaswell@gmail.com.
This package was developed in part by Casper van der Wel, as part of his PhD thesis work in Daniela Kraft's group at the Huygens-Kamerlingh-Onnes laboratory, Institute of Physics, Leiden University, The Netherlands. This work was supported by the Netherlands Organisation for Scientific Research (NWO/OCW).
Owner
- Name: Soft Matter
- Login: soft-matter
- Kind: organization
- Repositories: 13
- Profile: https://github.com/soft-matter
Code useful for doing soft-matter research
GitHub Events
Total
- Issues event: 3
- Watch event: 9
- Issue comment event: 4
- Push event: 2
- Pull request event: 5
- Fork event: 1
Last Year
- Issues event: 3
- Watch event: 9
- Issue comment event: 4
- Push event: 2
- Pull request event: 5
- Fork event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| caspervdw | c****w@g****m | 263 |
| danielballan | d****n@g****m | 179 |
| Thomas A Caswell | t****l@g****m | 63 |
| Nathan Keim | n****m@c****u | 34 |
| baneel | b****l@p****u | 33 |
| Nathan Keim | k****m@p****u | 29 |
| Keunhong Park | k****r@c****u | 17 |
| Genevieve Buckley | 3****y@u****m | 16 |
| Baptiste | n****b@p****u | 14 |
| Thomas A Caswell | t****l@u****u | 12 |
| Antony Lee | a****e@g****m | 11 |
| BaptisteAN | b****l@f****r | 11 |
| Ruben Verweij | r****n@l****l | 9 |
| Lukas Schrangl | l****l@t****t | 8 |
| Tom Dimiduk | t****m@d****t | 8 |
| Thomas A Caswell | t****l@b****v | 7 |
| jthetzel | j****l@g****m | 6 |
| Hadrien Mary | h****y@g****m | 5 |
| Charles Reid | c****1@g****m | 5 |
| Erismena | n****s@l****r | 4 |
| David Joy | v****2@g****m | 3 |
| David M. Palmer | d****r@g****m | 2 |
| John Kirkham | k****j@j****g | 2 |
| François Boulogne | f****g | 2 |
| Simon-Martin Schröder | m****r@n****e | 2 |
| jmoore | j****h@g****m | 2 |
| Lukas Schrangl | s****l@i****t | 2 |
| Ruben Verweij | v****j@p****l | 2 |
| Daniel Firester | d****r@D****l | 1 |
| Nicholas A. Del Grosso | d****k@g****m | 1 |
| and 11 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 70
- Total pull requests: 48
- Average time to close issues: 8 months
- Average time to close pull requests: 6 months
- Total issue authors: 52
- Total pull request authors: 18
- Average comments per issue: 1.77
- Average comments per pull request: 2.67
- Merged pull requests: 32
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 4
- Average time to close issues: 7 days
- Average time to close pull requests: 7 days
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 1.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- nkeim (5)
- tacaswell (4)
- bjarthur (3)
- anntzer (3)
- GenevieveBuckley (3)
- danielballan (3)
- HoseynAAmiri (2)
- antonkulaga (2)
- jthetzel (2)
- WaterKnight1998 (1)
- kvoit (1)
- fcakyon (1)
- ksunden (1)
- jmdelahanty (1)
- alexlib (1)
Pull Request Authors
- anntzer (9)
- nkeim (8)
- tacaswell (7)
- GenevieveBuckley (6)
- jthetzel (3)
- danielballan (2)
- Zethson (2)
- jstriebel (2)
- dstansby (2)
- EitanHemed (2)
- nickdelgrosso (1)
- joshmoore (1)
- dmarx (1)
- caspervdw (1)
- Callum-Welsh (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 4
-
Total downloads:
- pypi 71,745 last-month
- Total docker downloads: 209
-
Total dependent packages: 46
(may contain duplicates) -
Total dependent repositories: 220
(may contain duplicates) - Total versions: 42
- Total maintainers: 4
pypi.org: pims
Python Image Sequence
- Homepage: https://github.com/soft-matter/pims
- Documentation: https://pims.readthedocs.io/
- License: BSD-3-clause
-
Latest release: 0.6.1
published about 4 years ago
Rankings
Maintainers (4)
proxy.golang.org: github.com/soft-matter/pims
- Documentation: https://pkg.go.dev/github.com/soft-matter/pims#section-documentation
- License: other
-
Latest release: v0.6.1
published about 4 years ago
Rankings
conda-forge.org: pims
- Homepage: https://github.com/soft-matter/pims
- License: BSD-3-Clause
-
Latest release: 0.6.1
published about 4 years ago
Rankings
anaconda.org: pims
- Homepage: https://github.com/soft-matter/pims
- License: BSD-3-Clause
-
Latest release: 0.6.1
published over 2 years ago
Rankings
Dependencies
- actions/checkout v2 composite
- peaceiris/actions-gh-pages v3 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v1 composite
- continuumio/miniconda3 latest build
- imageio *
- numpy >=1.19
- slicerator >=0.9.8