1 | Tiny readme for JuxtaView for SAGE |
---|
2 | Nicholas Schwarz |
---|
3 | 28 October 2004 |
---|
4 | |
---|
5 | juxtaconfig.conf - Determines viewports of slave, display nodes. |
---|
6 | |
---|
7 | First line is the number of slave, display nodes. Each following line is the |
---|
8 | normalized viewport coordinates (0.0 - 1.0) for x_min, y_min, x_max, y_max. |
---|
9 | Origin is the upper left corner of the screen. Then follows a flag |
---|
10 | indicating which sides of the viewport to draw a border to. |
---|
11 | |
---|
12 | NOTE: It would be nice if a tile-config library could convert between, pixels |
---|
13 | and normalized coordinates, and convert between different origins as well. |
---|
14 | |
---|
15 | |
---|
16 | juxtadata.conf - Describes the data. |
---|
17 | |
---|
18 | First line: x, y origin of the data and the width and height of the data. Data |
---|
19 | refers to the entire, huge image. The origin is always the upper left corner |
---|
20 | of the data. |
---|
21 | |
---|
22 | Second line: x, y position of the starting location in the data. This is where |
---|
23 | the application starts. |
---|
24 | |
---|
25 | Third line: slow_pan amount, fast_pan amount. |
---|
26 | |
---|
27 | Fourth line: width, height of data extent to fetch. This should be the size |
---|
28 | of the SAGE window. |
---|
29 | |
---|
30 | Fifth line: scale factor for overview file given to UI |
---|
31 | |
---|
32 | Sixth line: path of overview file for the dataset for UI |
---|
33 | |
---|
34 | |
---|
35 | juxtalayout.conf |
---|
36 | |
---|
37 | Data layout specification file used by GlobalCoordinatesToFileMapper class. |
---|
38 | |
---|
39 | First line: width, height of entire, huge image. |
---|
40 | |
---|
41 | Second line: number_columns, number_rows of tiles that make up the entire, huge |
---|
42 | image. |
---|
43 | |
---|
44 | Thrid line: dim_x, dim_y of each file. This assumes that all files are the same |
---|
45 | size. This should change in the future. |
---|
46 | |
---|
47 | Following lines: Files that make up the entire, huge image. Specified column |
---|
48 | by column from the top of the column down. So in the sample file |
---|
49 | |
---|
50 | /home/evl/schwarz/data/16tdn155040.tif |
---|
51 | /home/evl/schwarz/data/16tdn155025.tif |
---|
52 | /home/evl/schwarz/data/16tdn155010.tif |
---|
53 | |
---|
54 | is the left most column, where /home/evl/schwarz/data/16tdn155040.tif is the |
---|
55 | top row in that column, and /home/evl/schwarz/data/16tdn155010.tif is the |
---|
56 | bottom row in that column. |
---|
57 | |
---|
58 | |
---|
59 | juxtauiserver.conf - config file used by JuxtaUIServer class. |
---|
60 | |
---|
61 | port to listen for incoming connections. |
---|
62 | |
---|
63 | |
---|
64 | juxtaclient.conf - config file used by JuxtaView Client UI. |
---|
65 | |
---|
66 | IP_address : port_number of server |
---|