X
Search this forum:
Search
You are not authorized to create a new topic
Page 131 of 137 << < 129130131132133 > >>
Topics
 Replies
 Views
 Last Post
2 Replies and 1828 Views Maximum NDVI composite  1828  2 Started by  Deleted User Hi, I'm building composite images using ENVI Band Math. The average composite was easy to do but now I'm trying to figure out a way to create a Maximum NDVI composite, and it seems to be too complicated to do with Band Math. Or is it Has anyone found out a way to create maximum composites in ENVI Jukka
2 1828
22 Aug 2005 01:20 AM
1 Replies and 1750 Views how to install pca_band_contrib.sav from user contribution library  1750  1 Started by  Deleted User Who ever tries pca_band_contrib.sav I fail to install it. Could you help me Thank you!
1 1750
18 Aug 2005 03:35 AM
0 Replies and 1829 Views scatter plot or exporting pixel data  1829  0 Started by  Deleted User I'm looking to do something very simple. I want to create a scatter plot of the data within the same ROI of two files (each only one band). I want the plot to contain all the data from the entire ROI, not just the roi within the image window. If ENVI can't do this, I'm looking for a way to export the pixel values of the two files and input them into something like excel to create a scatter plot. thanks
0 1829
15 Aug 2005 04:22 PM
0 Replies and 1635 Views ASTER level 1A  1635  0 Started by  Deleted User hello, I have problems with georeferencing aster level 1A in ENVI 4.0. Can you help me thanks,
0 1635
09 Aug 2005 09:04 AM
0 Replies and 1827 Views Multi-line widget_string  1827  0 Started by  Deleted User Is there anyway to have a multi-line widget_string I can do this with widget_text, but that's not auto-managed.
0 1827
02 Aug 2005 10:24 AM
0 Replies and 2064 Views ETRS89  2064  0 Started by  Deleted User Hi, I have got an image projected in a Lambert Azimutal Equal Area projection that was generated using the ETRS89 datum. Does anyone know how to set this kind of Map Projection in ENVI thanks sergio
0 2064
21 Jul 2005 06:21 AM
2 Replies and 1712 Views Leica ADS-40  1712  2 Started by  Deleted User Howdy all, I was curious if anyone is using ENVI to process Leica ADS-40 files I heard a rumor that someone in the industry was but can't confirm that! Thanks!
2 1712
20 Jul 2005 08:03 PM
0 Replies and 1667 Views Compile all bands in Landsat imagery  1667  0 Started by  Deleted User How can I compile all the bands in etm 2000
0 1667
19 Jul 2005 03:58 PM
0 Replies and 1926 Views Spectroradiometers with Envi  1926  0 Started by  Deleted User Hi Gentlemens I' m beginner with Envi 4.1, I need Help under information for the Spectroradiometers, like mark, model, price and personal experience the us with ENVI.. My experience was with images Aster, Landsat & Spot on class vegetation, NDVI, SAVI I hope you can help me thanks in advance Best regards **Sorry for my bad english, I learning now Bye
0 1926
12 Jul 2005 03:38 AM
1 Replies and 1495 Views Spectroradiometers with Envi  1495  1 Started by  Deleted User Hi Gentlemens I' m beginner with Envi 4.1, I need Help under information for the Spectroradiometers, like mark, model, price and personal experience the us with ENVI.. My experience was with images Aster, Landsat & Spot on class vegetation, NDVI, SAVI I hope you can help me thanks in advance Best regards **Sorry for my bad english, I learning now Bye
1 1495
12 Jul 2005 03:38 AM
2 Replies and 2130 Views claculation of true probabilities from maximum likelihood rule images  2130  2 Started by  Deleted User How I can generate images of true probabilities from rule images of maximum likelihood classification, directly (or programmically) and not by RULE-CLASSIFIER module of ENVI
2 2130
11 Jul 2005 05:49 AM
0 Replies and 1620 Views Background or 0 values  1620  0 Started by  Deleted User I am using ASTER data, and have mosaicked several images. I have saved the background as 0 value. This obviously has an affect on Stats and further processing. Can anyone recomend what is the best method for excluding background values on calculating stats and processing Thanks
0 1620
10 Jul 2005 07:20 AM
1 Replies and 1941 Views importing raw bin image file  1941  1 Started by  Deleted User Hello. I am trying to import a raw binary image file into ENVI to visualize it. The file is a 2 Go Alaska radar image in a .BIN file. (http://www.asf.alaska.edu/4_4_1_1.html) They recommend using ENVI to view the file. There is a little text with the bin file with file information about the BIN file : ant125m.bin: unsigned 8 bit (BIL) raw binary image no. of rows : 41779 no. of columns: 48333 Upper Left X: -3174433.000 ...
1 1941
23 Jun 2005 07:30 PM
0 Replies and 1880 Views Map Coordiates Convertor ASCII  1880  0 Started by  Deleted User Hi all, I'd like to convert some lat/long coordinates into metric coordinates using ASCII coord. convertor in ENVI 3.4. How can I separete the degrees,the minutes and the seconds in the ASCII file There must be a separator/delimiter. Can someone send me a sample file Thanks in advance. Vasil Lefterov
0 1880
02 Jun 2005 03:45 PM
0 Replies and 1968 Views Map Coordiates Convertor ASCII  1968  0 Started by  Deleted User Hi all, I'd like to convert some lat/long coordinates into metric coordinates using ASCII coord. convertor in ENVI 3.4. How can I separete the degrees,the minutes and the seconds in the ASCII file There must be a separator/delimiter. Can someone send me a sample file Thanks in advance. Vasil Lefterov
0 1968
02 Jun 2005 03:45 PM
0 Replies and 1707 Views Ignoring zero when calculating co-occurrence measures  1707  0 Started by  Deleted User HI- I am trying to calculate second-order texture measures using the co-occurrence filter in ENVI on images that are not squares. ENVI automatically assigns a value of zero to the area outside my area of interest. Does anybody knows how to deal with the zero in the co-occurrence filter I tried subsetting my image using a ROI, but it still seems like the values outside the subset are set to zero, and they induce some bias in the calculation of the texture near the edge of the image. ...
0 1707
31 May 2005 09:59 AM
0 Replies and 1873 Views arrays of arrays  1873  0 Started by  Deleted User I want to use (or simulate an array of arrays). I got a set of images, represented by 2D arrays, that I want to put in an array such that it can be used in a loop. I try to simulate this with a 3D array, but I not sure about syntax (in fact, what a wrote did not work...) : imgArray=FINDGEN(nbImages,width,height) ;in a loop (where img is a 2D array) DRVtab&91i&93=img ;later, in another loop img=DRVtab(i,*,*) When I try to acces to an element of img, I get an 'out of range' error...
0 1873
20 May 2005 02:04 AM
0 Replies and 1760 Views Calibration of AVHRR images in ENVI Batch Mode  1760  0 Started by  Deleted User I would like to calibrate a large number of AVHRR ESA Sharp images in Batch mode using the ENVI_AVHRR_CALIBRATE_DOIT procedure. These image data are associated to a leader file needed to make the calibration process. When I run the batch I have to supply interactively the name of the leader file for each image. This could be avoided if the procedure should accept a keyword realated to this leader file, but this point is not included in the description of ENVI_AVHRR_CALIBRATE_DOIT. Is there any...
0 1760
18 May 2005 05:16 PM
1 Replies and 1986 Views Mangrove area calculation  1986  1 Started by  Deleted User We are constructing a large shrimp farm in Saudi Arabia (near Jizan) and want to do a baseline study of the existing mangrove area from satellite imagery. Can your software do this or could you refer us to a consultant to do this for us
1 1986
18 May 2005 01:35 PM
0 Replies and 1926 Views Spectral Library Mixtures  1926  0 Started by  Deleted User Hi, I was wondering wether anyone had developed anything to create automated linear spectral mixtures from spectral ibraries. I want to create mixtures at set percentages (say 1 increments) in a linear mix between every possible combination of two of the spectra in my library (29 spectra). If you could help me out that would be greatly appreciated. Thanks Daryl
0 1926
13 May 2005 11:28 AM
You are not authorized to create a new topic
Page 131 of 137 << < 129130131132133 > >>