summaryrefslogtreecommitdiff
path: root/silx/math/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/math/__init__.py')
-rw-r--r--silx/math/__init__.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/silx/math/__init__.py b/silx/math/__init__.py
index 1ae8ec0..d8b7d81 100644
--- a/silx/math/__init__.py
+++ b/silx/math/__init__.py
@@ -1,6 +1,6 @@
# coding: utf-8
# /*##########################################################################
-# Copyright (C) 2016-2017 European Synchrotron Radiation Facility
+# Copyright (C) 2016-2018 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -21,6 +21,14 @@
# THE SOFTWARE.
#
# ############################################################################*/
+"""This package provides some processing functions for 1D, 2D, 3D or nD arrays.
+
+For additional processing functions dedicated to 2D images,
+see the silx.image package.
+For OpenCL-based processing functions see the silx.opencl package.
+
+See silx documentation: http://www.silx.org/doc/silx/latest/
+"""
__authors__ = ["D. Naudet", "V.A. Sole", "P. Knobel"]
__license__ = "MIT"