summaryrefslogtreecommitdiff
path: root/silx/image/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/image/__init__.py')
-rw-r--r--silx/image/__init__.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/silx/image/__init__.py b/silx/image/__init__.py
index 8e67a1d..12bf320 100644
--- a/silx/image/__init__.py
+++ b/silx/image/__init__.py
@@ -1,6 +1,6 @@
# coding: utf-8
# /*##########################################################################
-# Copyright (C) 2017 European Synchrotron Radiation Facility
+# Copyright (C) 2017-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,12 @@
# THE SOFTWARE.
#
# ############################################################################*/
+"""This package provides some processing functions for 2D images.
+
+For more processing functions, see the silx.math and silx.opencl packages.
+
+See silx documentation: http://www.silx.org/doc/silx/latest/
+"""
__authors__ = ["H. Payno"]
__license__ = "MIT"