-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME
49 lines (37 loc) · 1.81 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Woolz Internet Imaging Protocol (IIP) Server
============================================
($Id$)
Bill.Hill@igmm.ed.ac.uk 2013
The Woolz Internet Imaging Protocol (IIP) Server (WlzIIPSrv) extends
the {IIP} and was forked from the IIP Server of Ruven Pillay (IIPSrv).
The extensions allow section views of 3D Woolz objects with multiple
components.
Some features of the extensions are:
* Greyscale, colour and multichannel 3D image support.
* Section views of 3D images that may be defined by cutting plane angles,
a fixed point, a fixed line, a distance and a viewing mode.
* 3D image queries.
* Efficient sparse 3D image and domain representation.
* Very large 3D images (eg > 100GB per image) may be served from a standard
Linux server (eg 1 CPU, 16GB RAM, SATA disks).
* An arbitrary number of image overlay domains.
* Selection and composition of overlay domains.
* Image processing operations.
* Image thresholding and image value remapping.
* Transparent PNG tiles.
Documentation is available in the doc directory:
* manual/wlziipsrv.pdf Manual documenting the extensions and the server
installation.
* README.iip The original IIPSrv README file.
* code Doxygen documentation.
Examples of WlzIIPSrv in use:
* http://www.emouseatlas.org/emap/analysis_tools_resources/software/wlziip.html
* http://www.emouseatlas.org/eAtlasViewer_ema/application/ema/anatomy/EMA27.php
* http://www.virtualflybrain.org/site/stacks/index.htm
A quick overview of building the server (see manual for details):
* Download, build and install External and Woolz from
https://github.com/ma-tech, see their README files for how to do this.
* Copy, edit and then execute the script build.sh
* Copy the fcgi server to your fcgi bin directory.
To build the code documentation use:
make docs