X
Search this forum:
Search
You are not authorized to create a new topic
Page 19 of 126 << < 1718192021 > >>
Topics
 Replies
 Views
 Last Post
1 Replies and 2114 Views Widget_window problem when using widget_tab  2114  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 2114
26 Mar 2016 01:05 PM
1 Replies and 1584 Views Differences between > and GT or < and LW  1584  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 1584
25 Mar 2016 03:31 PM
0 Replies and 1880 Views IDL & ENVI License Server Security Patch  1880  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 1880
22 Mar 2016 09:53 AM
1 Replies and 1813 Views Re. using the POLYFILL procedure  1813  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 1813
21 Mar 2016 01:13 PM
0 Replies and 2019 Views lmborrow  2019  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 2019
21 Mar 2016 12:26 PM
1 Replies and 1923 Views Change the path where IDL search the variables  1923  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 1923
18 Mar 2016 03:21 PM
0 Replies and 1954 Views to overlap & display a polygon shapefile inorder to highlight AOI over an orthomosaic  1954  0 Started by  Deleted User
0 1954
17 Mar 2016 03:07 PM
2 Replies and 2213 Views HISTOGRAM function  2213  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 2213
16 Mar 2016 11:10 PM
0 Replies and 1562 Views Cascading (Available) License detection  1562  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 1562
10 Mar 2016 12:01 PM
1 Replies and 2017 Views Error in writing NetCDF 4 data using USHORT data type  2017  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 2017
10 Mar 2016 09:59 AM
1 Replies and 2007 Views Get statistics of ROI or Shapefile from a Landsat image  2007  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 2007
09 Mar 2016 03:16 PM
1 Replies and 1832 Views using ENVITask(&39;ISODATAClassification&39;) on masked data  1832  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 1832
08 Mar 2016 02:16 AM
1 Replies and 1691 Views Add PLOT3D PLOT to window with many other plots messes up the fonts  1691  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 1691
02 Mar 2016 12:06 PM
4 Replies and 2173 Views Exception thrown when accessing MySQL database via Java-IDL bridge on 64-bit  2173  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 2173
26 Feb 2016 12:28 PM
1 Replies and 1769 Views Including user contributed software  1769  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 1769
22 Feb 2016 12:19 PM
0 Replies and 1701 Views several questions about sensor and sun azimuth 、 zenith of L8  1701  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 1701
19 Feb 2016 06:50 AM
2 Replies and 2382 Views Help the error of calling rpy2  2382  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 2382
18 Feb 2016 04:53 AM
1 Replies and 2331 Views Writing video wmv file  2331  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 2331
15 Feb 2016 09:00 AM
1 Replies and 2561 Views Running a non-interactive development IDL program session  2561  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 2561
11 Feb 2016 04:56 PM
2 Replies and 1998 Views Generate a .sav that can not be restored  1998  2 Started by  Deleted User Hi, I have to deliver an IDL program to a client. The easy way is to generate a .sav file and giving it to him. The problem is that with the RESTORE procedure, my client can see my whole program and then modify it or reuse it. Is there a way of transmitting an IDL program to someone without him being able to use the RESTORE procedure but him being able to use it with the right IDL command Thanks
2 1998
10 Feb 2016 04:45 AM
You are not authorized to create a new topic
Page 19 of 126 << < 1718192021 > >>