How to fix the compilation error “Only 8 subscripts allowed” in IDL 8/30/2021 Reproduce Case Save the below codes in a single .pro file called test_arg.pro. PRO test_arg print,func_test_arg(1,2,3,4,5,6,7,8,9) END FUNCTION...Read More >
IDL 8.8.1 Workbench for Mac on Apple Silicon/M1 platform requires JRE update 8/23/2021 Problem The IDL 8.8.1 Workbench running on macOS 11 Big Sur (or newer versions) with Rosetta 2 on the Apple Silicon / M1 platform may be unstable and crash for some users. This behavior...Read More >
Error in Python to IDL bridge: idlpy.IDLError: % Attempt to call undefined function 8/19/2021 The following Help Article proposes a solution to the below error message when running the Python to IDL bridge idlpy.IDLError: % Attempt to call undefined function: '<function...Read More >
Example: how to call IDL codes from Multiprocessing Python Package 8/17/2021 Below is an example about how to call IDL commands from the multiprocessing Python library. The multiprocessing Python package can be used to parallelize processes in Python. IDL can...Read More >
How to use SARscape Analytics in ArcGIS Pro 7/27/2021 SARscape Analytics can be either run in ENVI or in ArcGIS Pro. In order to use SARscape Analytics in ArcGIS Pro, the following steps must be performed with administrator privileges: Install...Read More >