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