X
Search this forum:
Search
You are not authorized to create a new topic
Page 81 of 126 << < 7980818283 > >>
Topics
 Replies
 Views
 Last Post
1 Replies and 1203 Views how to read img with projection inforamtion  1203  1 Started by  Deleted User i want to read image with projection inforamtion and locate pixel by the logtitude and lantidute. Genarelly, which command i need. i tried some command follwoing by the help. it doesn't work
1 1203
07 Jan 2009 05:39 PM
0 Replies and 1407 Views IDL VM crashes when DLM: PNG loaded  1407  0 Started by  Deleted User Hi All, When trying to launch programs written/compiled with IDL under IDL Virtual Machine, my system is completely locking up at the point at which it says Loaded DLM: PNG.&160; This also occurs when trying to run the IDL Demo whenever anything is launched that uses the PNG DLM and I've noticed also the JPG DLM. This was happening with IDL VM 6.3, but continues with IDL VM 7.0 This is a linux system, running Debian Etch. Any advice, or points to the right direction would be appreciated! ...
0 1407
05 Jan 2009 11:26 AM
1 Replies and 1103 Views Programatic Change of Axis Color in iSurface  1103  1 Started by  Deleted User Hi all, &160; I know how to change the axis color (tick marks and line) in iSurface by double clicking and using the property table but is there any way to change it programatically There is a keyword for changing the axis text color, but I don't see one for the color of the axis line and tick marks. &160; Thanks, &160; --John
1 1103
23 Dec 2008 03:46 PM
2 Replies and 1053 Views How to write an array into a dateset as a band, not a dateset?  1053  2 Started by  Deleted User Hi, there I want to write several 2-D arrays into a dateset as several ‘bands’, not several 'datesets' in a file. I use HDF_SD_START&160; with keywords&160; /CREATE&160; to create a HDF file, and use HDF_SD_CREATE to create a dateset in the generated file. Now I have some (suppose 7) 2-D arrays that can be wrote into the file. What I want is to write these 7 array into the dateset as '7 bands in one dataset', not as 7 datesets in this file. that is to say, if I use ENVI_FILE_QUERY&160; to...
2 1053
15 Dec 2008 01:39 PM
0 Replies and 1193 Views A question about CLASS_MAJORITY_DOIT  1193  0 Started by  Deleted User Hi, everybody. I try to complete a project of Post Classification with CLASS_MAJORITY_DOIT, whose UI looks like Envi. By reading the help, I can't find the tips or keywords how to pass the value of Center Pixel Weight. Who can offer a solution &160; I&160; need your help!
0 1193
14 Dec 2008 12:37 AM
0 Replies and 1269 Views windows to linux portability  1269  0 Started by  Deleted User Hi, I try to compile routines that have been implemented using windows XP. They work perfectly on windows but I get syntax errors when I try to compile them on linux. Example of syntax error: &160;var=function(arg1,arg2,arg3='String') &160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;...
0 1269
12 Dec 2008 04:39 AM
0 Replies and 972 Views Working with ROI (region of interest) in IDL  972  0 Started by  Deleted User Hi, I have to do some works like this:&160; generate ROIs from one image, and then use these ROIs to another dataset. the image and the dataset have the different map projections, samples and lines. Since routineslike&160; ENVI_GET_ROI_IDS and ENVI_GET_ROI_DATA need to use FID and NS,NL or POS as parameters, these routines do not works in this situation. So, any one can tell me how to achieve this in IDL Thanks.
0 972
11 Dec 2008 08:54 AM
6 Replies and 1660 Views Set map projection information to a dataset  1660  6 Started by  Deleted User Hi, there I have got a 2-D array (eg. image&914000,4000&93 ), the data type is float, this array could be visuaized by ENVI / open image files, but there is no map information in "avaiblae bands list". So I want to set some kinds of map projection information to this dataset, for example Albers Conical Equal Area map projection,the central point would be N 20, W 35. which procedures in IDL should I use Acturally, I search in IDL help, but I am totally confused by MAP_SET, MAP_IMAG...
6 1660
09 Dec 2008 01:18 PM
1 Replies and 1153 Views EOS_SW_ATTACH in a loop?  1153  1 Started by  Deleted User I have been trying to run a code (far too long to include here) which includes the line: &160;&160;&160; swath_id&160;&160;&160; = EOS_SW_ATTACH( sw_id, swathname&91swath_ctr&93 ) &160;&160;&160; n_fields&160;&160;&160; = EOS_SW_INQDATAFIELDS( swath_id, field_list, rank, n_type ) I have been running a loop over the entire thing so that I can process all the files in my directory .&160; So far, every time i run the code after 30 runs of the loop, the code crashes because sw_id...
1 1153
09 Dec 2008 06:23 AM
0 Replies and 1488 Views widgets and inputting data by hand into a CW_FIELD or TEXT widget  1488  0 Started by  Deleted User Hi All Aplogies in advance for my ignorance with idl widgets. I can't work out how to input say 6 different integers/float numbers by hand into 6 different respective TEXT WIDGETS or CW_FIELD WIDGETS and then after these numbers have been inserted actually use these values to do analysis in my IDL code ...... ! In effect this would be an interactive process whereby the user inputs&160; 6 different bits of data that are used by my code using widgets to input the data. I appreciate I am a novic...
0 1488
04 Dec 2008 09:59 AM
0 Replies and 1336 Views calculate solar zenith, solar azimuth, sensor zenith, sensor azimuth in MSG  1336  0 Started by  Deleted User I download some data of MSG-2 from eumetsat, but there are no solar zenith, solar azimuth, sensor zenith, sensor azimuth in these data. I don't know how to calculate these angles. The position of MSG-2 is (0E,0N) &160; Thank you for everyone's reply
0 1336
03 Dec 2008 09:06 PM
6 Replies and 1383 Views ROI data extraction error, help,please  1383  6 Started by  Deleted User Hi, I want to extract data from one ROI, and the data is in one daset of a file (MODIS). and I writes code like this: ///////////////////////// code below PRO TEST1102,EVENT NAMESTRING=DIALOG_PICKFILE(TITLE='PLEASE INPUT FILES',FILTER='*.HDF') &160; &160; &160; &160; IF (N_ELEMENTS(NAMESTRING) EQ -1) THEN RETURN ENVI_RESTORE_ROIS,'......\ data\ROITEST.ROI' &160;&160;&160; &160;&160;&160; HDFID=HDF_SD_START(NAMESTRING) &160;&160;&160; &160;&160;&160; INDEX=HD...
6 1383
02 Dec 2008 08:10 PM
1 Replies and 1216 Views multiband image negative values  1216  1 Started by  Deleted User Hi I am a new IDL user and I am working with a multiband image. I would like to identify in each of the bands all pixels with a certain value, how can I do it Thanks for your help
1 1216
02 Dec 2008 11:34 AM
1 Replies and 1306 Views how to deal with the missing value?  1306  1 Started by  Deleted User Hey everyong, Now I want&160; to contour the Sea surface temperature, the value on land is 32767, how to deal with it Thanks in advance. &160;
1 1306
30 Nov 2008 03:29 PM
1 Replies and 1068 Views how can I read a file?  1068  1 Started by  Deleted User Hi, I want to read one band dataset (included in a file) and assign the whole band dataset into an array. how can I do it Thanks
1 1068
28 Nov 2008 07:04 PM
0 Replies and 1299 Views cpu usage  1299  0 Started by  Deleted User I'm running IDL 7.0 on a&160; machine whidth fedora 9 (x86). I'm not able to use full cpu, every calculation i submit use few cpu clicle ( the windows version use full cpu) so de calculation is slow. Any idea Thanks Luca
0 1299
28 Nov 2008 04:25 AM
3 Replies and 1120 Views Automating ASTER Decorrelation Stretch  1120  3 Started by  Deleted User Hopefully someone out there has done something similar.&160; I am trying to read in a Level 1B ASTER file containing VNIR, SWIR and TIR data. I want to perform a decorrelation stretch on the TIR bands 10,11 and 12 in IDL (so that the process is automated) .&160; I have been trying to use the ENVI Decor_doit function, but can't read the data into ENVI as I am unable to read in the Latitude and Longitude that are associated with TIR. (ENVI automatically reads in the first Lat and Long in the fi...
3 1120
25 Nov 2008 12:50 PM
3 Replies and 1848 Views how to calculate NDVI for tons of MODIS images using IDL  1848  3 Started by  Deleted User Hi guys, I've been quite familiar with ENVI, were using it at school. I have recently discovered IDL and using some of the procedures I found on the net, i find it really good and useful. I know how to compute NDVI, EVI and LSWI using ENVI's band math but it would be really time consuming if im gonna compute the vegetation indices one by one for all images using band math. I am still in the process of learning IDL and without a background in programming i find it really hard to write a procedu...
3 1848
25 Nov 2008 01:17 AM
0 Replies and 1058 Views How can I know the resolution?  1058  0 Started by  Deleted User I'm using NLDAS (North America Land Data Assimilation System) data which has 0.125 degree resolution with 464 X 224 grid boxes, and I'm trying to project this data to the Albers map projection using the code below. The LIMIT key used in the MAP_PROJ_IMAGE indicates the total area coverage of NLDAS. Using this code, the result returns with 464 X 224 grid boxes which are the exact same size as the original data input. How can I know the spatial resolution of the result. I believe the result should...
0 1058
24 Nov 2008 10:04 AM
0 Replies and 1383 Views question about map parameters  1383  0 Started by  Deleted User I'm trying to do with MAP_PROJ_INTI for the Albers equal area projection. Is the center of latitude same as the latitude of projection origin I couldn't find the latitude of projection orign as a key word for MAP_PROJ_INTI. - Bryan
0 1383
19 Nov 2008 02:38 PM
You are not authorized to create a new topic
Page 81 of 126 << < 7980818283 > >>