pkgsrc-wip/py-sima/Makefile
Kamel Ibn Aziz Derouiche fb5c5c04fb Import py27-sima-0.3.2 as wip/py-sima.
SIMA (Sequential IMage Analysis) is an Open Source package for analysis of
time-series imaging data arising from fluorescence microscopy.
The functionality of this package includes:

correction of motion artifacts
segmentation of imaging fields into regions of interest (ROIs)
extraction of dynamic signals from ROIs

The included ROI Buddy software provides a graphical user interface (GUI)
supporting the following functionality:

manual creation of ROIs
editing of ROIs resulting from automated segmentation
registration of ROIs across separate imaging sessions
2015-01-11 23:37:24 +00:00

15 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/01/11 23:37:24 jihbed Exp $
DISTNAME= sima-0.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= biology
MASTER_SITES= https://pypi.python.org/packages/source/s/sima/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.losonczylab.org/sima/
COMMENT= Software for analysis of sequential imaging data
LICENSE= gnu-gpl-v2
.include "../../lang/python/distutils.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"