Python Scripting Extension 1.1.0 has been released on August 11th, 2010.
View complete list of new features and fixed bugs.
Download Python Scripting Extension
New Features
- This release includes all of the new features and bug fixes present in the upcoming 1.0.1 release. The 1.0.1 release works with Opticks 4.3.X and this release works with Opticks 4.4.X.
- The opticks.data.types.DataElement class has a new method copyClassification() for copying the classification markings from an existing data set to a newly created data set. (EXTRAS-64)
- The Python API has been upgraded to allow the creation of an opticks.data.aoi.AoiIterator without an AOI. This allows the use of the same code path for processing subsets based on AOI and for processing an entire image. (EXTRAS-56)
Bug Fixes
- Setting the threshold values of opticks.view.layer.ThresholdLayer now accepts the threshold values in the currently set region units for the ThresholdLayer. (OPTICKS-888)
- Opticks will no longer crash when requesting large sections of data from a opticks.data.raster.RasterElement using getDataPointerArray(), it will now return an error. (OPTICKS-875)
Supported Opticks Versions
- This extension is supported in any version of Opticks 4.4.X that is Opticks 4.4.0 or later.