Search this forum:
Search
You are not authorized to create a new topic
Page 1 of 12612345 > >>
Topics
 Replies
 Views
 Last Post
2 Replies and 1927 Views Can any IDL library handle .ser files?  1927  2 Started by  Eileen Meyer Hi, Does anyone know if IDL can import .ser files It is a video file format produced by the SharpCap astronomy imaging software. It's not listed in the file formats list: https://www.l3harrisgeospatial.com/docs/file_formats.html But I still wanted to double-check before abandoning IDL for python...
2 1927
by  Andrew CoolJump to last post
22 Aug 2023 09:07 PM
1 Replies and 202 Views Need additional optiminization help!  202  1 Started by  Bill Biagiotti I have another efficiency question for my fellow IDL experts. I am calculating the 'entropy' of many sequential 3x3 2D subsets within an image by performing the simple calculation of finding the MIN and MAX of these subsets, calculating the delta, and storing it in an array and the BYTSCLing it to display. This is a little different from a question I posted last year when a poster (Ben) gave me a very nice IDL way to solve it. Unfortunately, it doesn't lend itself to this problem. Here is my ...
1 202
by  Ben CastellaniJump to last post
14 Aug 2023 01:20 PM
1 Replies and 92 Views feature request: increase limitation on of tick marks  92  1 Started by  Tao Wang in plot-related PROCEDURES, the number of 'tickV' or 'tickNames' is limited to 60. Please either increase it, or turn off the limitation. Such a limitation is not necessary.
1 92
by  Ben CastellaniJump to last post
14 Aug 2023 11:35 AM
0 Replies and 61 Views getField in dataminer  61  0 Started by  Pierre Le Dantec Hello, I am using dataminer in IDL to get the content of a table: res = OBJ_NEW('idlDbRecordset', database, SQL = sqlString). One of the field in my postgresql table is a jsonb structure. When I get the content of that field with 'Getfield', I have a corresponding string which work most of the time. In some table, that jsonb structure can be pretty long and it seems that the GetField function is truncating the string to 255 characters. Any idea on how to get the full string from the db even ...
0 61
10 Aug 2023 08:32 AM
1 Replies and 91 Views IDLWorkbench editor responses slowly after a while  91  1 Started by  Tao Wang The editor on IDLWorkbench become very slow in response, after I reading and plotting for a while on IDLWorkbench. It responds very slow that for typing each word in the editor the Mac wait cursor would show up. So I have to wait for 1-2 seconds for each input at the editor. Sometimes click on the trash icon in the lower-right corner would help a little bit, but many times that button does not help much. The other attempt is to close the IDLWorkbench and restart it, that would help but won't...
1 91
by  Ben CastellaniJump to last post
24 Jul 2023 09:33 PM
1 Replies and 68 Views when drawing text with XYOUTS, how to make background white?  68  1 Started by  Tao Wang When drawing text with the XYOUTS procedure, how to make the textbox background white
1 68
by  Ben CastellaniJump to last post
24 Jul 2023 09:32 PM
8 Replies and 3622 Views Will the next version of IDL run natively on Macs with the new M1 Chip  3622  8 Started by  Sean Brittain Apple is moving away from Intel and to their new M1 chips. What is the timeline for releasing a version of IDL that runs natively on these chips.
8 3622
by  Ben CastellaniJump to last post
23 May 2023 10:31 AM
1 Replies and 253 Views IDLDE on macOS X11 display not forwarded  253  1 Started by  Chris Stuberg I'm having some issues with IDLDE 8.8.3 not forwarding the Workbench window over X11. Instead, `idlde` launches Workbench on the host machine not the client machine. I'm using a MacPro as a host running macOS 11.7. I'm using a MacMini running macOS 11.7 as a client. XQuartz version is 2.8.3 for both machines. From the client, I can ssh to the host and run `idl` from the command line just fine, and it will forward plots without any issues. However, when I run `idlde` from an ssh session...
1 253
by  Dave RowenhorstJump to last post
17 Apr 2023 10:53 AM
3 Replies and 291 Views Keyboard accessibility: new windows in IDLDE  291  3 Started by  Anna Malanushenko Hi, for some years now, whenever I type 'window, &91;number&93;' in IDLDE, the window it opens is (a) minimized, and (b) at the very very end of the AltTab sequence. This essentially makes it terribly inconvenient to switch to from the keyboard. Is there any setting that can help Is there a workaround My workflow often requires me to run a program, click somewhere on an opened window, then flicker between window 1 and window 2 (for example), then go back to IDLDE, then run a ...
3 291
by  Ben CastellaniJump to last post
13 Mar 2023 12:46 PM
2 Replies and 255 Views program routine arguments as lists and hashes  255  2 Started by  Evan Fishbein Does idl have a syntax like python when arguments and keywords can be accessed using lists (*arg) and dictionaries (**kwargs). I'm trying to write code that cycles through the supplied arguments and it seems that builtins like print, string and create_struct have this capabilities, but user written routines do not.
2 255
by  Kathleen FinchJump to last post
25 Feb 2023 04:31 AM
3 Replies and 2470 Views python to IDL bridge on Mac  2470  3 Started by  Stephane Erard Hello I have a hard time trying to make the python bridge to work on Mac (OS X 14.2 localized, IDL 8.7.1, python 2.7 and 3.6) I'm using either the Apple install of python 2.7 or a homebrew install of 3.6. The IDL to python seems OK with python in the PATH (I can call python from IDL command line, although not in the workbench), but not the other way around. - Defining a PYTHONHOME logical only results in complete blocking of python (exits with message ImportError: No module named site...
3 2470
by  Ben CastellaniJump to last post
07 Feb 2023 11:30 AM
1 Replies and 398 Views Python Bridge numpy absent  398  1 Started by  Dagmar van Dusschoten I recently installed IDL 8.8.3 and decided to setup the bridge to Python. I added to the PATH variable and ran setup.py in the correct directory. Everything looks OK. In Python 3.7.6 I can run from idlpy import * When I run in IDL > np=Python.Import('Numpy') I get PYTHON::LOAD: numpy is not installed for this python distribution and is required for the IDL-python bridge. numpy can be installed by running 'c:\users\d.van.dusschoten\Anaconda3\python.exe -m pip install numpy'. numpy is in...
1 398
by  Chris RyanJump to last post
31 Jan 2023 06:30 PM
3 Replies and 360 Views has anyone successfully brought up a python plot window from the DE  360  3 Started by  Ronn Kling I'm trying to bring up a matplotlib graph and cannot get past creating the figure. I get the same error when calling it from a .pro or using >>> to put the console into python mode >>> >>> import matplotlib.pyplot as plt Loaded DLM: PYTHON39. >>> plt.figure(0) The I get a window that says (wish I could paste an image here) This application failed to start because it could not find or load the Qt plaform 'windows' in '', Reinstalling the application may fix the problem Pressing...
3 360
by  Ronn KlingJump to last post
07 Jan 2023 04:48 AM
3 Replies and 330 Views Change Detection Difference Map  330  3 Started by  Christian Kohler Hi! Currently I am investigating differences in some data, in case two DEM files. Therefore I used the Change Detection Difference Map dialog in ENVI which is working perfectly fine and fast, but as I want to use it several time I am looking a possibility to recreate this functionality in IDL. Trying to recreate the functionality in IDL I used the following functions (firstly using ENVI modeler and then exported to IDL): 1. Generate Tie Points by Mutual Information 2. Filter Tie Points by Gl...
3 330
by  Mari MinariJump to last post
20 Dec 2022 08:32 AM
1 Replies and 321 Views REPEAT...UNTIL  321  1 Started by  Manaf Alkhuzaei Is there a way to use (Repeat begin/endrep until) and the condition that the code is run 100 times
1 321
by  Ben CastellaniJump to last post
07 Dec 2022 08:33 PM
3 Replies and 378 Views Scale all bands in raster  378  3 Started by  Deleted User I am trying to perform in IDL an operation that is conceptually quite simple, but that's apparently very complicated code-wise. I have a raster with more than 200 bands. The raster data values are 'float' type data and range between 0 and 1. I want to convert this raster to have 'uint' data type scaled between 0 and 10000. Conceptually this would be as easy as typing 'fix(raster*10000)', but that does not work, band math is needed. Now, is it really possible that this is the -only- way to...
3 378
by  Mari MinariJump to last post
21 Nov 2022 08:00 AM
1 Replies and 346 Views VECTOR function doesn't make plot on postscript device  346  1 Started by  Xinghai Zhao I am using VECTOR function to make vector plot. But the resulting plot is always showing up in separate 'x' window even if I set device as 'ps' as postscript. The postscript file generated has zero size. I use IDL 8.8.2 on M1 Mac with macOS 12.6. This seems the case on other systems too! Thanks a lot!
1 346
by  Ben CastellaniJump to last post
03 Nov 2022 09:01 AM
1 Replies and 1857 Views When will HDF5 1.10 be supported by IDL?  1857  1 Started by  Kathleen McCandless We would like to keep our application code in sync with IDL, and are wondering what the upgrade time frame is for HDF5. Thanks!
1 1857
by  Ben CastellaniJump to last post
31 Oct 2022 08:25 AM
1 Replies and 1382 Views Slow rendering at startup  1382  1 Started by  Ellen Wasbø I have an applikation with quite a few widgets in it, but I think it takes strangly long time to start up. The rendering of images, lists and tables during runing the program is not a problem. It just sometimes take very long time to get the buttons visible to get started. Are there anything I can do to my code to speed up the startup-rendering
1 1382
by  Ben CastellaniJump to last post
31 Oct 2022 08:22 AM
1 Replies and 1340 Views Creating ROIs for a dataset and collect pixel values  1340  1 Started by  Bereket Mamo I am doing remote sensing work and have a dataset containing a few hundred images. Each image has several bands, which contain information such as reflectance, incidence angle, longitude and latitude information. My goal is to create a database of reflectance and other information contained in the other bands on a pixel-by-pixel basis. 1. To reduce the large amount of data this would generate, I would like to create a region of interest (ROI) around a specified location of the surface and ap...
1 1340
by  Ben CastellaniJump to last post
31 Oct 2022 08:21 AM
You are not authorized to create a new topic
Page 1 of 12612345 > >>


SIGN UP AND STAY INFORMED

Sign up to receive the latest news, events, technologies, and special offers.

SIGN ME UP