summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2014-03-06 09:26:06 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2014-03-06 09:26:06 +0100
commit3aaae7d1b03012438497c1b0e428c93af9e79d18 (patch)
treec41f12a0eda52fd06492a5057fdef42bf06368f5
parent7f3eeb17882368b46e9f000172b30a369395f61e (diff)
downloadufo-filters-3aaae7d1b03012438497c1b0e428c93af9e79d18.tar.gz
ufo-filters-3aaae7d1b03012438497c1b0e428c93af9e79d18.tar.bz2
ufo-filters-3aaae7d1b03012438497c1b0e428c93af9e79d18.tar.xz
ufo-filters-3aaae7d1b03012438497c1b0e428c93af9e79d18.zip
Update README
-rw-r--r--README.md38
1 files changed, 6 insertions, 32 deletions
diff --git a/README.md b/README.md
index 6758e1b..bfe1f5f 100644
--- a/README.md
+++ b/README.md
@@ -1,39 +1,13 @@
## UFO base plugins
-This repository contains basic plugins used in combination with the UFO data
-processing [framework](https://github.com/ufo-kit/ufo-core).
+[UFO](https://github.com/ufo-kit/ufo-core) is a multi-threaded, GPU-enabled and
+distributed data processing framework. This repository contains basic plugins
+for image processing and tomographic reconstruction.
-### Data sources
+You can get a list and extensive description of the filters in our
+[reference](http://ufo-filters.readthedocs.org).
-* TIFF and EDF reader
-* Metaball generator
-* [libuca](https://github.com/ufo-kit/libuca) camera source
-### Data filters
-
-* Averager
-* Backprojection, ART and DFI
-* Flat-field correction
-* FFT and inverse FFT for 1-, 2- and 3-dimensional data
-* 1D frequency filters
-* Cropping
-* Complex arithmetics
-* Volume rendering
-* Generic OpenCL
-
-### Data sinks
-
-* TIFF and EDF writer
-* Pipe connection
-
-
-## Further information
-
-A description of each plugins property is given at
-
-* [Task reference](http://ufo.kit.edu/extra/filters/reference/)
-
-
-## License
+### License
Both ufo-core and ufo-filters are licensed under LGPL 3.