From: David B. <db...@gm...> - 2018-12-21 14:36:16
|
Hi Dennis, If you're referring to the data used by this git module: https://github.com/ossimlabs/ossim-batch-test I suspect you'll not get it as it's riddled with non-releasable data. You'd have to reach out to Radiant Solutions guys for that. They are on the mailing list, but quiet:-) The way ossim-batch-test works though it is pretty easy to set up you're on test. The simplest of all takes no input data as it just checks the configuration. Just committed it. See: https://github.com/ossimlabs/ossim-batch-test/blob/dev/config-test.kwl For instance if you're satisfied with your ossim preferences / config setup you can do // Dump ossim preferences: ossim-info --config // Check the plugins: ossim-info --plugins // Here are my environment variables: OSSIM_PREFS_FILE=/usr/local/ossim/share/ossim/ossim-site-preferences OSSIM_BATCH_TEST_DATA=/data1/test/data OSSIM_BATCH_TEST_RESULTS=/data1/test/results/linux // If you like the results save it to the "expected results" dir. "-a" for accept all test: ossim-batch-test -a config-test.kwl // Then is you do, this will catch any config/plugin changes: ossim-batch-test config-test.kwl So you can do the same thing with image data. I like to test: ossim-info -d -i -p <image> Also the histogram, if one pixel changes in an output of say ossim-chipper you'll see it. Sorry not much help but maybe a start. Take care, Dave On 12/19/18 4:31 PM, Milechin, Dennis wrote: > > Hello, > > I am hoping to get access to the OSSIM input data for > ‘ossim-batch-tests’ program. > > Thank you, > > Dennis > > _________________________________________________________ > > Dennis Milechin, P.E. > > Scientific Programmer/Analyst > > Research Computing Services | IS&T | Boston University | > > (617)-353-5985 | mil...@bu... <mailto:mil...@bu...> | rcs.bu.edu > | he...@sc... <mailto:he...@sc...> > > > > _______________________________________________ > www.ossim.org > Ossim-developer mailing list > Oss...@li... > https://lists.sourceforge.net/lists/listinfo/ossim-developer |