X
Search this forum:
Search
You are not authorized to create a new topic
Page 82 of 126 << < 8081828384 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 1031 Views Animation with variable frame rate?  1031  0 Started by  Deleted User Hello, I have been using XINTERANIMATE to plot the results of a numerical integrator with variable time step. It is an n-body simulation and I would like the animation to have a variable frame rate depending on the time step. Is there a way to do this in IDL Thanks!
0 1031
19 Nov 2008 09:46 AM
3 Replies and 1082 Views Palsar stack that needs to be compared against polygons  1082  3 Started by  Deleted User So my firts post in this part of the forum... Im currently engaged in a work concerning alos palsar images. These are in a stack form and are georeferenced and processed for errors. What i want to do is to take a stack of images and detect changes in the landscape over time. I have a set of vectors containing clear cuts that i want to compare againt the raster. basically compare the clear cut date against the change in spectral reflectance before and after that point in time on the area ...
3 1082
19 Nov 2008 01:29 AM
0 Replies and 1144 Views Applying map info.  1144  0 Started by  Deleted User I&160;got hundreds of data sets which&160;are projected&160;to&160;geographic lat/long projection. I have to convert their map projection to a certain and downscale them for a higher spatial&160;resolution. So, first I need to register the map info. The original data&160;files do not have any map info in them. I don't want to use iMAP tool, because I have to do this job one by one with it. I cannot find any IDL command for the same job. Please, help me. In addition, how can I do spatial ...
0 1144
18 Nov 2008 03:44 PM
1 Replies and 1266 Views How to plot time-series MODIS data?  1266  1 Started by  Deleted User Hi,there I am a new user of ENVI, and have a question like this: I got time-series MODIS data, and want to got a polt in which the X axias is the time (date) obtain from these data, and Y axias is the DN number (such as NDVI or EVI). How can I got it Do I need to realize it by using IDL programming, or The ENVI has the function pls reply in detail because I just learn ENVI from last week. Many thanks for your help!
1 1266
17 Nov 2008 09:42 AM
0 Replies and 984 Views Renaming file  984  0 Started by  Deleted User I want to rename some files that I have created using the following code. *************** PRO MoveFile &160; strFileOld = &91"test1.nc", "test2.nc"&93 &160; strFileNew = &91"test3.nc", "test4.nc"&93 &160; strFileNewName = &91"test5.nc", "test6.nc"&93 &160; &160; FOR iFile = 0, 1 DO BEGIN &160;&160;&160; lngNcdfIDOld = NCDF_OPEN(strFileOld(iFile)) &160;&160;&160; lngNcdfIDNew = NCDF_CREATE(str...
0 984
17 Nov 2008 02:32 AM
1 Replies and 1544 Views NetCDF error code  1544  1 Started by  Deleted User While opening a NetCDF file with NCDF_OPEN, IDL prompted the following error: NC_ERROR=-31. How do I find out what this error means&160; Is there a list of error code numbers to what it actually means (in case I have other error codes in the future) Many thanks. &160;
1 1544
17 Nov 2008 12:10 AM
0 Replies and 1097 Views some problem in IDL connectivity briges  1097  0 Started by  Deleted User I made a example that calling IDL objects in C by IDLDrawWidget,codes as follows: &160; &160;&160; &160;&160;&160;axIDLDrawWidget1.IdlPath = "E:\Program Files\ITT\IDL64\bin\bin.x86\idl.dll"; &160; &160;&160; &160;&160;&160;axIDLDrawWidget1.InitIDL((int)this.Handle); &160; &160;&160; &160;&160;&160;axIDLDrawWidget1.ExecuteStr("cd,'" Application.StartupPath"'"); &160; &160;&160; &160;&160;&160;axIDLDrawWidget1.ExecuteStr("...
0 1097
16 Nov 2008 06:43 PM
0 Replies and 955 Views IDL doesn't find existing shared libraries on Fedora 9  955  0 Started by  Deleted User &160; I have resolved my own question. At issue was the fact that I had a 32-bit library installed, but not the 64-bit version. Yum did the trick: yum install compat-libstdc-33.x86_64 &160; -M &160; &160; When I attempt to start IDL's online help assistant I get this message: IDL> atan&160;&160;&160;&160;&160;&160; ONLINE_HELP: Starting the IDL online help assistant. /usr/local/itt/idl64/bin/bin.linux.x86_64/idl_assistant: error while loading shared librarie...
0 955
14 Nov 2008 09:58 PM
2 Replies and 1316 Views Cant open IDLDE or ittlicense Fedora 9 Linux  1316  2 Started by  Deleted User When I launch IDLDE from Fedora 9 I get the following strange error, similar to the conrad.bielsky had in his thread: &160; Fatal error initializing DML &160;&160; &160; &160; Configuration info &160;&160;&160;&160; IDL : /home/jsmith/src/IDL/idl70/idlde/../bin/bin.linux.x86 (Use default IDL) &160;&160;&160;&160; BML : /home/jsmith/src/IDL/idl70/idlde/bin.linux.x86 (Use default IDL) &160;&160;&160;&160; DML : /home/jsmith/src/IDL/idl70/idlde/bin.linux.x86 (Use ...
2 1316
14 Nov 2008 12:53 PM
0 Replies and 1143 Views how to use delvar  1143  0 Started by  Deleted User Hi everyone, when I use the scripts in command line, there is no mistakes a=&911,2&93 delvar,a but when I use it like: (test.pro) pro test a=&911,2&93 delvar,a end it doesn't work: mistakes are: Identifiers can only be added or deleted at the main level: A. Execution halted at: SY&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160; 4 c:/program/sy.pro &160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&1...
0 1143
08 Nov 2008 01:01 PM
0 Replies and 1428 Views IMSL_survival_glm.pro  1428  0 Started by  Deleted User Has anyone used imsl_survival_glm much I can run the example in the help, but for my data, it doesn't want to output the coefficients (keyword coef_stat), without which it is pretty useless. The specific situation is an input array surv_x: IDL> print, surv_x, format = "(16f10.2)" 40.29 246.14 230.09 1033.99 1.30 1326.68 520.64 2548.12 6359.52 103.44 8201.34 8754.44 145.24 157.74 164.67 9554.00 5.30 7.00 8.00 145.00 ...
0 1428
07 Nov 2008 06:09 AM
0 Replies and 969 Views Widget_Text & Scroll Bar on Linux and Windows  969  0 Started by  Deleted User I have this widget_text with scroll bars. Looks like when the text area is full and we append new text, the scroll bar scrolls to the bottom automatically on Linux. This is not the case on Windows, in which the scroll bar remains at the top, and to view newly appended text one has to manually scroll down. Is there a way to force the scroll to move to the bottom automatically The "set_text_top_line" does not accomplish this as it moves previous text upward. Thank you, &160;
0 969
29 Oct 2008 01:32 PM
2 Replies and 1463 Views Serial port  1463  2 Started by  Deleted User Hello, I have a question about rs232 serial port. I'm using windows XP and IDL 7.0. I downloaded .dll and .dlm file from ITT web page and wanted to place those files in C:\rsi\idl56\bin\bin.x86. However, there is no idl56 folder. Where should I place those files alternatively Thanks. Yun &160;
2 1463
29 Oct 2008 09:24 AM
1 Replies and 1508 Views how to store vectors of different lengths in one variable  1508  1 Started by  Deleted User Hi guys, &160;&160;&160; I&160;am a new learner. I need a variable, which can be an array or anything, to contain 14 vectors with different lengths. if they are of equal length l, I can simply build an 14 * l array&160; &160;&160;&160; I can&160;run a loop 14 times to process these vectors, but that is definitely nor a good solution. Thanks for your advice &160;
1 1508
28 Oct 2008 07:02 PM
3 Replies and 1069 Views GET_KBRD(0) crashes in IDL 7.0.4 x86_64, not in i386  1069  3 Started by  Deleted User One of my interactive programs looks for keyboard input in the background using the GET_KBRD(0) command. In 7.0.4 running x86_64, I get the following: IDL> test=get_kbrd(0) Unable to read/modify terminal characteristics. Invalid argument Execution halted at: $MAIN$ IDL> print,!version { x86_64 darwin unix Mac OS X 7.0.4 Sep 3 2008 64 64} In 32 bit mode, the problem disappears: IDL> test=get_kbrd(0) IDL> print,!version { i386 darwin unix Mac OS X ...
3 1069
28 Oct 2008 08:13 AM
1 Replies and 1059 Views how to overrite a line in a text file?  1059  1 Started by  Deleted User hi, I am trying to overrite a line in a text file. Currently in my program, I am search for the string (or line) that I want to replace. I have a line in the file: 'data file :='. I want to replace it with 'data file := image". I am using &91printf&93 command and that inserts a line (does not replace it). If anyone can help, that will be appreciated. Thanks, &160;
1 1059
27 Oct 2008 12:40 PM
1 Replies and 1521 Views CALL_EXTERNAL crashes in IDL 7.0.4 update for Intel Mac, works in 7.0.  1521  1 Started by  Deleted User I just installed IDL 7.0.4 on an Intel Mac (OS 10.5.5) and noticed the following problem with CALL_EXTERNAL: CALL_EXTERNAL: Error loading sharable executable. Symbol: TM_Client_Info_idl, File = /Applications/STEREO/TMlib_Client/lib/idl/libIdlBridge.so dlopen(/Applications/STEREO/TMlib_Client/lib/idl/libIdlBridg e.so, 1): no suitable image found. Did find: /Applications/STEREO/TMlib_Client/lib/idl/lib...
1 1521
27 Oct 2008 12:39 PM
2 Replies and 1310 Views faster loop execution  1310  2 Started by  Deleted User Hello, I am newbie to IDL and would very much appreciate if someon can help me modify the following code to make it execute faster.&160; The for loop seem inefficient but I don't know how to make it go faster.&160; Thank you.. Michael.. ; program to replace image regions with most frequently occurring (mode) pixel value in input image PRO pixel2region, par1, par2, par3, par4, par5 &160; pixmap=READ_BINARY(par1, data_dims=&91par4,par5&93,data_type=1,endian='little') &160; regma...
2 1310
26 Oct 2008 03:02 PM
0 Replies and 1014 Views Convert coordinates  1014  0 Started by  Deleted User Hello! When I try to convert map coordinates to their corresponding x,y pixel coordinates, after doing the instruction: ENVI_CONVERT_FILE_COORDINATES, fid_tiff_B, gcp_x, gcp_y, gcp_mapX, gcp_mapY the variable gcp_x&160; takes negative values... It could be possible How can this problem be solved Cheers, Sara
0 1014
22 Oct 2008 10:10 AM
1 Replies and 1093 Views How to control iTool window layout  1093  1 Started by  Deleted User hello, I want to control the iTool window layout.&160; like this: &160;idTool = ITGETCURRENT(Tool=oTool) &160;idLayout = oTool->FindIdentifiers('*Layout*',/WINDOW) &160;oLayout = oTool->GetByIdentifier(idLayout) &160;oLayout->SetProperty, ...... if I want a 2X2 layout, how should I do after SetPropery Thanks. Dong Liu
1 1093
22 Oct 2008 03:22 AM
You are not authorized to create a new topic
Page 82 of 126 << < 8081828384 > >>