This file is indexed.

/usr/share/ossim/templates/orthoigen4.kwl is in ossim-core 1.7.21-3ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
//  This shows how to add tiling support to the output.
// theTile mask here is only for show.   The output file added to the orthoigen 
// is used as the mask for generating named tile files.
//
// This example shows a 10 meter per pixel in a 10 kilometer tile.  Note:
// when tiling is enabled any meter pixel overrides are ignored and is computed
// based on the tiling parameters.
//

igen.slave_tile_buffers: 10

igen.tiling.type: ossimTiling
igen.tiling.tiling_distance: 1 1
igen.tiling.tiling_distance_type: degrees
igen.tiling.delta: 1024 1024
igen.tiling.delta_type: total_pixels
igen.tiling.tile_name_mask: tile_%r%_%c%
igen.tiling.padding_size_in_pixels: 0 0



object1.description:
object1.enabled:  1
object1.id:  1
object1.object1.description:  
object1.object1.enabled:  1
object1.object1.id:  2
object1.object1.resampler.magnify_type:  nearest
object1.object1.resampler.minify_type:  nearest
object1.object1.type:  ossimImageRenderer

object1.type:  ossimImageChain

product.projection.type: ossimEquDistCylProjection
//product.projection.datum: WGE
//product.projection.decimal_degrees_per_pixel_lat: 1
//product.projection.decimal_degrees_per_pixel_lon: 1