Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhsmit/smitsuite

Various tricks and tools to make life easier
https://github.com/jhsmit/smitsuite

Last synced: 21 days ago
JSON representation

Various tricks and tools to make life easier

Awesome Lists containing this project

README

        

# SmitSuite
Various tricks and tools to make life easier

This project was designed for personal use and is mostly copy/paste from various sources of the internet. Doesnt come with any warranty and most things won't work properly. Feel free to use at your own risk, but please cite the appropiate packages who do the heavy lifting:

### Scikit-Image
Stéfan van der Walt, Johannes L. Schönberger, Juan Nunez-Iglesias, François Boulogne, Joshua D. Warner, Neil Yager, Emmanuelle Gouillart, Tony Yu and the scikit-image contributors. **scikit-image: Image processing in Python**, PeerJ 2:e453 (2014) [Link](https://peerj.com/articles/453/)

### Mahotas
Coelho, L.P. 2013. **Mahotas: Open source software for scriptable computer vision**. Journal of Open Research Software 1(1):e3, [DOI](http://dx.doi.org/10.5334/jors.ac)

### Symfit
Roelfs, M. Kroon, P. **Symbolic Fitting; fitting as it should be.** [DOI](http://doi.org/10.5281/zenodo.1133337)

### Matplotlib
Citation info [here](https://matplotlib.org/citing.html)

### Open Microscopy Environment (OME)
Citation info [here](https://www.openmicroscopy.org/citing-ome)

### Various stackoverflow answers and cookbooks:

- [Rolling window](http://stackoverflow.com/questions/6811183/rolling-window-for-1d-arrays-in-numpy)
- [Progress bar](http://stackoverflow.com/questions/3173320/text-progress-bar-in-the-console)
- [Drift correction](http://scikit-image.org/docs/dev/auto_examples/transform/plot_register_translation.html)
- [Gaussian fitting](https://scipy-cookbook.readthedocs.io/items/FittingData.html)
- [Headless ImageJ](http://forum.imagej.net/t/running-multiple-instances-of-imagej-simultaneously-on-windows-oss/1466)
- [Directory Listing](https://stackoverflow.com/questions/120656/directory-listing-in-python)