New Production Extras Release - Extras 1.0.1

Skip to end of sidebar Go to start of sidebar
Skip to end of metadata
Go to start of metadata

Extras version 1.0.1 has been released.
Downloads:

User Highlights:

  • This Extras release provides an updated IDL scripting extension. The updated IDL scripting extension will work with Opticks 4.3.0 and later.

NEW CAPABILITY

  • A new function has been added to the IDL scripting extension. The new function opticks_array_dimensions() can be used to query the size of an image in Opticks before using array_to_idl() to transfer the data over to IDL. This can be used to process very large imagery (multiple GB's) using IDL. (EXTRAS-6, EXTRAS-8)

BUG FIXES

  • The IDL scripting extension now properly supports floating point complex data when moving images between Opticks and IDL using array_to_idl() and array_to_opticks(). Previously it appeared to support the floating point complex data, but would have corrupted the data in transit. (EXTRAS-18)
  • The IDL scripting extension no longer crashes when calling get_data_element_names(). It will now properly report failure instead of crashing. (EXTRAS-8)
  • The IDL scripting extension returns a properly formed array when calling array_to_idl(). Previously, the dimensions of the array were in the incorrect order, which required a manual use of reform() in order to use the result returned from array_to_idl(). This has been fixed and the array dimensions are now being set correctly. (EXTRAS-7)
  • The IDL scripting extension now properly supports the WIDTH_OUT, HEIGHT_OUT and BANDS_OUT optional keyword parameters of the array_to_idl() function. (EXTRAS-7)
  • The IDL scripting extension will now fail when passing an invalid interleave to array_to_opticks() instead of performing indeterminate behavior. (EXTRAS-7)
  • The IDL scripting extension will now fail when using the OVERWRITE flag with array_to_opticks() if it cannot succeed because of the way the data was originally loaded into Opticks. Previously, it would silently fail. (EXTRAS-7)

Thanks,
The Opticks Extras Team

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.