X
Search this forum:
Search
You are not authorized to create a new topic
Page 19 of 126 << < 1718192021 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 2273 Views Floating illegal operand with EXP and real numbers  2273  0 Started by  Deleted User I have code running on two separate 64-bit Linux machines. One machine is running IDL v8.2 while the other is running v8.2.2 (these machines are owned by different entities, thus the different versions and licenses). When I run my code on the v8.2.2 machine, however, I get "floating illegal operand" errors that I do not get on the v8.2 machine. Tracking this down reveals that the errors are created when using the "EXP" function with real numbers (as opposed to NaN values). ...
0 2273
28 Mar 2016 12:29 PM
1 Replies and 2146 Views Widget_window problem when using widget_tab  2146  1 Started by  Deleted User I encountered a problem using widget_window when I wanted to plot in different tabs different windows. the problem is that the first widget_window appears in all the tabs even if it is created under one tab. does anyone knows a fix widget_draw works perfectly and I can create diffrents ones for each tab. Thanks for the help
1 2146
26 Mar 2016 01:05 PM
1 Replies and 1617 Views Differences between > and GT or < and LW  1617  1 Started by  Deleted User Hi everyone, I am trying to use the where function and i have found a dilema. My results are differents if i use the > than if i use GT. I had read the IDL online help but i don't understand the difference. I think where I use the > symbol, the values lower than the condition are set equal to the condition and with GT the values lower than the condition are ignored, isn't it Thank you in advice.
1 1617
25 Mar 2016 03:31 PM
0 Replies and 1915 Views IDL & ENVI License Server Security Patch  1915  0 Started by  Deleted User Harris Geospatial Solutions (Exelis VIS) was recently made aware of a security vulnerability in the Flexera FlexNet Publisher technology that is utilized for license management of the IDL & ENVI software products. This security vulnerability applies to all current and older versions of our software and applies to scenarios where a license server is utilized which includes network floating (FL) type licenses and some node-locked (SN) type licenses that use a license manager. The security vu...
0 1915
22 Mar 2016 09:53 AM
1 Replies and 1852 Views Re. using the POLYFILL procedure  1852  1 Started by  Deleted User Hi, I am trying to plot thevertices of a polygon over an existing raster in an IMAGE() window. The snippetis as follows: ;----------------------------------------- shp_and_raster = IMAGE(REFORM(ortho2&910,*,*&93),GEOTIFF=gtiff_VI_l_shrinked,RGB_TABLE=8,/ORDER, $ SEMIMAJOR_AXIS=6378137.0d, SEMIMINOR_AXIS=6356752.314245d, ZONE=17,ELLIPSOID='WGS 84', GRID_UNITS="m", $ IMAGE_LOCATION=&910,754&93,$ IMAGE_DIMENSIONS=&91new_ns*gtiff_VI_l_shrinked.MODELPIXELSCALETAG&910&93,new_nl*gti...
1 1852
21 Mar 2016 01:13 PM
0 Replies and 2047 Views lmborrow  2047  0 Started by  Deleted User I'm on a Mac. I was able to find information on lmborrow at http://www.exelisvis.com/Support/HelpArticlesDetail/TabId/219/ArtMID/900/ArticleID/14364/License-Borrow-Functionality-for-Floating-Licenses.aspx, which has been set up. I was able to checkout, and verify that I've borrowed. lmutil - Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved. Vendor Feature Expiration ______ ________ __________ idl_lmgrd ...
0 2047
21 Mar 2016 12:26 PM
1 Replies and 1957 Views Change the path where IDL search the variables  1957  1 Started by  Deleted User Hello everyone, I am starting to work with IDL. My problem is very basic I think, I don't know how to change the path where IDL has to go to search the variables. I have set the workspace and read the .pro files perfectly but when I write, for example: viewspe, '20160308T180138.spe' OPENR: Error opening file. Unit: 1, File: C:\Users\hp\20160308T180138.spe The path of the workspace is C:\Users\hp\Desktop\UMASS\FMCW_pruebas\, and is where my variables are. Someone can help me Ruben
1 1957
18 Mar 2016 03:21 PM
0 Replies and 1981 Views to overlap & display a polygon shapefile inorder to highlight AOI over an orthomosaic  1981  0 Started by  Deleted User
0 1981
17 Mar 2016 03:07 PM
2 Replies and 2246 Views HISTOGRAM function  2246  2 Started by  Deleted User Here is a example code mn = 0.8d mx = 1.5d step = 0.23d arr = &91mn:mx:step&93 h = histogram(arr, min=mn, max=mx, binsize=step, loc=loc) print, h print, value_locate(loc, arr) The output of histogram function is wrong. Correct output is &911, 1, 1, 1&93. This result is related to this post http://www.idlcoyote.com/math_tips/ra... Do you have any plane for fix this bug -Thanks
2 2246
16 Mar 2016 11:10 PM
0 Replies and 1591 Views Cascading (Available) License detection  1591  0 Started by  Deleted User I'm trying to figure out how to configure two license pools. We expect, in general, to have only a couple users of our application (1 - 3) at any given time, for which we intend to purchase a small pool of dedicated licenses. BUT, in the event we get the occasional additional demand, we would like to fail over to a larger pool used by the broader group of which we are a part. This will also allow us to determine if our dedicated pool is too small. I am aware that IDL looks through a series of...
0 1591
10 Mar 2016 12:01 PM
1 Replies and 2048 Views Error in writing NetCDF 4 data using USHORT data type  2048  1 Started by  Deleted User When I'm trying to write a USHORT array in a NetCDF 4 type, it always return an error for this line: NCDF_ATTPUT,id,'ot_anvilmean_brightness_temperature_difference','_FillValue',0,/USHORT The error message is Type conversion error: Unable to convert given STRING to Unsigned Integer. Here is the code I use: PRO datatype_test ;---- nlon=4200 nlat=3640 timeunit='seconds since 2007-07-22 00:00:00' fname='testnc.nc' id = NCDF_CREATE(fname,/CLOBBER,/NETCDF4_FORMAT) tm_id = NCDF_DIMDEF(id,'time',2...
1 2048
10 Mar 2016 09:59 AM
1 Replies and 2041 Views Get statistics of ROI or Shapefile from a Landsat image  2041  1 Started by  Deleted User Hello, I am trying to run a linear unmixing (aka spectral mixture analysis) process on several hundred landsat images. The endmembers are taken from the image itself. I wrote a code using an evf vector file that worked well. I am updating the code now that we have a newer version of IDL and can't figure out how to do this. Essentially, I want the mean values for all bands from regions designated on the image as derived from the shapefile or roi (as a polygon or point). I am not sure how to get s...
1 2041
09 Mar 2016 03:16 PM
1 Replies and 1866 Views using ENVITask(&39;ISODATAClassification&39;) on masked data  1866  1 Started by  Deleted User Dears, I am trying to perform an ISODATA classification on a masked Landsat image with ENVITask. With the following I mask the image: mask = e.OpenRaster(in_dir '\' fn_classification_mask) data = BYTE(mask.GetData()) data&91ind_dist_exclude&93=0 mask2 = ENVIRaster(data, URI=out_dir '\' fn_base '_mask_ISO_project_' STRTRIM(project_ids&91p&93,2), INHERITS_FROM=mask) mask2.Save Then I apply the mask to the Landsat image: SubsetWithMask = ENVIMaskRaster(Subset, mask2) Final...
1 1866
08 Mar 2016 02:16 AM
1 Replies and 1719 Views Add PLOT3D PLOT to window with many other plots messes up the fonts  1719  1 Started by  Deleted User A user has reported an issue in which they try to add a PLOT3D plot to a window that included many other plots generated using the PLOT function and the fonts within the window gets messed up .
1 1719
02 Mar 2016 12:06 PM
4 Replies and 2214 Views Exception thrown when accessing MySQL database via Java-IDL bridge on 64-bit  2214  4 Started by  Deleted User A customer has sent the following question: IDL> oIdlJava = OBJ_NEW("IDLjavaObject$DBUtilsPkg.ConnectToMysql","DBUtilsPkg.ConnectToMysql") The error messages are: Exception thrown Execution halted at: $MAIN$ The log file printed: IDL-Java Bridge : Nov 15 2013 11:58:08 Log Location : L:/SysTemp/IDL_Java_Bridge_LOG/ Bridge Logging : CONFIGFINE Config file : C:\Program Files\Exelis\IDL83\resource\bridges\import\jav...
4 2214
26 Feb 2016 12:28 PM
1 Replies and 1799 Views Including user contributed software  1799  1 Started by  Deleted User An IDL user has submitted the following question: "I would like to include IDL user contributed software to my installation, once it is up and running. I used to add the user contributed software via the “user_contrib” directory of the earlier version of idlxx . Can I include them in the same way in this version"
1 1799
22 Feb 2016 12:19 PM
0 Replies and 1729 Views several questions about sensor and sun azimuth 、 zenith of L8  1729  0 Started by  Deleted User hello,friends, i need to do rayleigh correct for L8 OLI,its parameters following: ROLL_ANGLE = -0.001 SUN_AZIMUTH = 161.83335842 SUN_ELEVATION = 35.29565303 what is the roll_angle the sun_azimuth and sun_elevation is the sun_azimuth and sun_elevation of image center point do i need to calculate sun_azimuth and sun_elevation of every pixel how do i acquire those parameters by using IDL language i am not able to use IDL acquire specify parameter in TXT fie
0 1729
19 Feb 2016 06:50 AM
2 Replies and 2412 Views Help the error of calling rpy2  2412  2 Started by  Deleted User Hi, guys: According to the "Calling the R Statistical Package from IDL via Python", rpy2 with Anaconda2 successfully installed on my windows 64bit system. I can get the graphics windows with the following commands: IDL> !null = Python.run("from rpy2.robjects.packages import importr") Loaded DLM: PYTHON27. Program caused arithmetic error: Floating underflow Program caused arithmetic error: Floating illegal operand IDL> !null = Python.run("import rpy2.r...
2 2412
18 Feb 2016 04:53 AM
1 Replies and 2366 Views Writing video wmv file  2366  1 Started by  Deleted User How can I write a video file without using the IDLffVideoWrite function (which requires a license when distributing the software application) Ideally the Video file is wmv or any other common file format - except mp4 or any other mp4 container format, such as avi, ogg, etc.
1 2366
15 Feb 2016 09:00 AM
1 Replies and 2597 Views Running a non-interactive development IDL program session  2597  1 Started by  Deleted User IDL user question: "Hey, I am using IDL module on one of UNC computer. I usually open a IDL interface using bsub -Ip idl. However, we have to compile IDL before we run it. The IT suggests me open a IDL interface, and IDL> .r filename.pro IDL> filename I am wondering is there any way I can run IDL submit the job directly Thank you"
1 2597
11 Feb 2016 04:56 PM
You are not authorized to create a new topic
Page 19 of 126 << < 1718192021 > >>