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 1745 Views Maximum NDVI composite  1745  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 1745
22 Aug 2005 01:20 AM
1 Replies and 1676 Views how to install pca_band_contrib.sav from user contribution library  1676  1 Started by  Deleted User Who ever tries pca_band_contrib.sav I fail to install it. Could you help me Thank you!
1 1676
18 Aug 2005 03:35 AM
0 Replies and 1756 Views scatter plot or exporting pixel data  1756  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 1756
15 Aug 2005 04:22 PM
0 Replies and 1563 Views ASTER level 1A  1563  0 Started by  Deleted User hello, I have problems with georeferencing aster level 1A in ENVI 4.0. Can you help me thanks,
0 1563
09 Aug 2005 09:04 AM
0 Replies and 1744 Views Multi-line widget_string  1744  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 1744
02 Aug 2005 10:24 AM
0 Replies and 1984 Views ETRS89  1984  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 1984
21 Jul 2005 06:21 AM
2 Replies and 1633 Views Leica ADS-40  1633  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 1633
20 Jul 2005 08:03 PM
0 Replies and 1591 Views Compile all bands in Landsat imagery  1591  0 Started by  Deleted User How can I compile all the bands in etm 2000
0 1591
19 Jul 2005 03:58 PM
0 Replies and 1837 Views Spectroradiometers with Envi  1837  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 1837
12 Jul 2005 03:38 AM
1 Replies and 1416 Views Spectroradiometers with Envi  1416  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 1416
12 Jul 2005 03:38 AM
2 Replies and 1943 Views claculation of true probabilities from maximum likelihood rule images  1943  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 1943
11 Jul 2005 05:49 AM
0 Replies and 1531 Views Background or 0 values  1531  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 1531
10 Jul 2005 07:20 AM
1 Replies and 1858 Views importing raw bin image file  1858  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 1858
23 Jun 2005 07:30 PM
0 Replies and 1808 Views Map Coordiates Convertor ASCII  1808  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 1808
02 Jun 2005 03:45 PM
0 Replies and 1889 Views Map Coordiates Convertor ASCII  1889  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 1889
02 Jun 2005 03:45 PM
0 Replies and 1629 Views Ignoring zero when calculating co-occurrence measures  1629  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 1629
31 May 2005 09:59 AM
0 Replies and 1788 Views arrays of arrays  1788  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 1788
20 May 2005 02:04 AM
0 Replies and 1678 Views Calibration of AVHRR images in ENVI Batch Mode  1678  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 1678
18 May 2005 05:16 PM
1 Replies and 1898 Views Mangrove area calculation  1898  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 1898
18 May 2005 01:35 PM
0 Replies and 1825 Views Spectral Library Mixtures  1825  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 1825
13 May 2005 11:28 AM
You are not authorized to create a new topic
Page 131 of 137 << < 129130131132133 > >>