Changes between Version 11 and Version 12 of ossimPreferenceFile


Ignore:
Timestamp:
Dec 7, 2010, 5:12:40 AM (13 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossimPreferenceFile

    v11 v12  
    234234geoid_egm_96_grid: /data/ele1/geoid/geoid96/egm96.grd
    235235
    236 
    237236// ---
    238237// Font support:
     
    241240// ---
    242241// font.file1: /usr/share/fonts/default/Type1/b018032l.pfb
    243 // font.dir1: /usr/share/fonts/default/Type1
    244 
    245 
    246 //---
    247 // OSSIM plugin support:
    248 //
    249 // Notes: 
    250 //
    251 // Embedded trace debug can be turned on using "ossimDynamic"
    252 // eg using icp application:
    253 // $ icp -T ossimDynamic
    254 // ossimDynamicLibrary::load DEBUG:
    255 // Loaded library:  /usr/local/lib/libossimpng_plugin.so
    256 // ossimDynamicLibrary::load DEBUG:
    257 // Loaded library:  /usr/local/lib/libossimgdal_plugin.so
    258 // ossimDynamicLibrary::load DEBUG:
    259 // Loaded library:  /usr/local/lib/libossimreg_plugin.so
    260 // ossimDynamicLibrary::load DEBUG:
    261 // Loaded library:  /usr/local/lib/libossimcontrib_plugin.so
    262 //
    263 // Keywords:
    264 //
    265 // plugin.dir1:  < directory where plugins are >
    266 //
    267 // you can also list by individual file names
    268 //
    269 // plugin.file1: < full path and file name >
    270 //---
    271 // Example, edit/uncomment as needed:
    272 // plugin.file1: /usr/local/lib/libossimpng_plugin.so
    273 // plugin.file2: /usr/local/lib/libossimgdal_plugin.so
    274 // plugin.file3: /usr/local/lib/libossimreg_plugin.so
    275 // plugin.file4: /usr/local/lib/libossimcontrib_plugin.so
    276 //
    277 // END OSSIM plugin support
    278 //---
    279 
    280 // Toggles for recceVue application:
    281 statusLatLon: true
    282 statusHeight: true
    283 statusDatum: true
    284 statusGSD: true
    285 statusUpdateOnClick: true
    286 
    287 
    288 // ---
    289 // Keyword: cache_size
     242font.dir1: /usr/share/fonts/default/Type1
     243
     244// ---
     245// plugin support:
     246// ---
     247plugin.file1: $(OSSIM_DEV_HOME)/build/lib/libossimpng_plugin.so
     248plugin.file2: $(OSSIM_DEV_HOME)/build/lib/libossimkakadu_plugin.so
     249plugin.file3: $(OSSIM_DEV_HOME)/build/lib/libossim_plugin.so
     250plugin.file4: $(OSSIM_DEV_HOME)/build/lib/libossimreg_plugin.so
     251plugin.file5: $(OSSIM_DEV_HOME)/build/lib/libossimgdal_plugin.so
     252
     253// ---
    290254// The cache size is in megabytes
    291255// ---
    292 cache_size:
     256// cache_size: 0
     257// cache_size: 256
     258// cache_size: 512
     259cache_size: 1024
     260// cache_size: 2048
     261// ---
    293262
    294263// ---
    295264// Keyword: overview_stop_dimension
    296265//
    297 // Affects any overview building from img2rr, imagelinker, iview. Controls
    298 // the amount of resLevels created.
    299 //
    300 // This is the point where "img2rr" or the overview builder will stop
     266// Affects any overview building from img2rr, imagelinker, iview.
     267//
     268// This is the point where "img2rr" or the overview builded will stop
    301269// decimating the image down.  So in other words, if the
    302270// overview_stop_dimension keyword is 64, img2rr application will build
     
    307275// Uncomment one below.
    308276// ---
     277overview_stop_dimension: 8
     278// overview_stop_dimension: 16
    309279// overview_stop_dimension: 32
    310 overview_stop_dimension: 64
     280// overview_stop_dimension: 64
    311281// overview_stop_dimension: 128
    312282// overview_stop_dimension: 256
     
    329299// ---
    330300// tile_size: 32 32
    331 tile_size: 64 64
     301// tile_size: 64 64
    332302// tile_size: 128 128
    333 // tile_size: 256 256
     303tile_size: 256 256
    334304// tile_size: 512 512
    335305// tile_size: 1024 1024
    336 
    337306
    338307// ---
     
    434403// End of PQE keywords...
    435404
     405// ---
     406// Kakadu threads - for kakadu plugin:
     407// ---
     408kakadu_threads: 4
     409
    436410}}}