|
|
|
|
|
0 Replies and 1499 Views
thresholding 1499 0
Started by Deleted User
hi,
i am working on idl.
want to calculate kittler and illongworth thresholding .
need help on the algorithm
regards
sunil
|
|
|
|
0 |
1499 |
30 Jul 2014 01:39 AM |
|
0 Replies and 1554 Views
Hovmoller Help 1554 0
Started by Deleted User
I am attempting to create Hovmoller diagrams using NetCDF data from satellite images. Has anyone done this before and if so, some pointers would be helpful. My data is as follows (for a sample of two files):
temp=ARRAY&912000,2000,2&93
lon=ARRAY&912000,2000,2&93
lat=ARRAY&912000,2000,2&93
time=ARRAY&912&93
Thanks for your help
|
|
|
|
0 |
1554 |
24 Jul 2014 01:13 PM |
|
1 Replies and 1494 Views
IDLDE Crashes once loaded 1494 1
Started by Deleted User
When I run idlde (8.3) with the hot fix under Linux. The DE shows up and then crashes with this error message in the terminal:
Problematic frame:
C &91libpthread.so.00x10eb8&93 __lll_unlock_elision0x18
I am running Arch Linux which tends to run the latest packages and that library is linked to glibc.
IDL works normally otherwise.
Any suggestions
|
|
|
|
1 |
1494 |
23 Jul 2014 04:54 AM |
|
3 Replies and 1883 Views
IDL 8.3 Mac OSX 10.9 unable to save or access menu items. 1883 3
Started by Deleted User
Hello All, I am unable to save files a new file using the IDL editor, the system throws up: Save Failed: java.lang.NullPointerException If I save a file (i.e. a procedure file) in an external text editor, I am then able to save modifications to the .pro file using the IDL editor. Furthermore, I am unable to save plots from the built in save button and am unable to access any of the menu items under File, Edit, Source,Project,Macros,Run,Window,Help. All the menu items are 'greyed' out. Has anyone...
|
|
|
|
3 |
1883 |
18 Jul 2014 09:02 AM |
|
0 Replies and 1483 Views
Turn Array (3,n) into a Grid (i,j) 1483 0
Started by Deleted User
Hey there,
maybe it seems like an easy question but i didn't find any procedures where i can turn a (3,n) array into a (i,j) Grid where n=i*j.
0
0
z0
1
0
z1
2
0
z3
0
1
z4
1
1
z5
2
1
...
|
|
|
|
0 |
1483 |
16 Jul 2014 05:36 AM |
|
1 Replies and 1700 Views
READFITS syntax error 1700 1
Started by Deleted User
readfits('imageName.fits',hd,/EXTEN,/silent)
I get the error:
readfits('imageName.fits',hd,/EXTEN,/silent)
^
Syntax error.
*note: the '^' is positioned below /EXTEN
|
|
|
|
1 |
1700 |
09 Jul 2014 02:03 PM |
|
1 Replies and 1566 Views
Attempt to call undefined procedure 1566 1
Started by Deleted User
Simple example of this problem i've been having.
So I made a procedure called SQUARE, here it is:
pro square, input, quiet=quiet
if keyword_set(quiet) then begin
print, "square= ", input^2
endif
if not keyword_set(quiet) then begin
print, "input= ", input
print, "square= ", input^2
endif
end
I make another .pro file that looks like this:
square, 7
end
---
And I get the Attempt to call undefined procedure error message. Both .pr...
|
|
|
|
1 |
1566 |
08 Jul 2014 01:14 PM |
|
3 Replies and 1526 Views
code won&39;t stop trying to execute 1526 3
Started by Deleted User
Hello, I'm trying to run a code and it calls in a procedure. the execution is halted , because it says "Attempt to call undefined procedure/function". I just want it to give up, but the "run" button gets replaced by the 'resume' button, and pressing 'stop' doesn't work either (the play button is still replaced by the resume button). I can exit IDL and re-open it, and my Play button is back, but I was hoping someone knew a quicker way.
Also, the procedure that is "und...
|
|
|
|
3 |
1526 |
08 Jul 2014 12:31 PM |
|
2 Replies and 1395 Views
envi widgets in idl 1395 2
Started by Deleted User
Is it possible to use ENVI Classic (ENVI 4) widgets within an IDL program running on IDL8/ENVI 5 Or do I need to replace all the old ENVI 4 widget commands with new ENVI 5 widget commands
|
|
|
|
2 |
1395 |
08 Jul 2014 11:57 AM |
|
1 Replies and 1602 Views
IDL8.3 Crashs when using Grib_New_From_File with the Initial working directory setting 1602 1
Started by Deleted User
Hi, I am in trouble.
In IDL 8.3, I set the initial working directory setting as my Project directory, located on the IDL Preferences page. When I reading the grib file using the Grib_New_From_File, the IDL 8.3 crashs.
But when I set the initial working directory setting as empety, the grib file can be read secussfully.
Also, when I use the CD procedure to set the current working directory, the grib file can be read secussfully
Why Maybe a bug
|
|
|
|
1 |
1602 |
08 Jul 2014 12:43 AM |
|
0 Replies and 1569 Views
Comparison between arrays with different lenght 1569 0
Started by Deleted User
Hello everybody!
I'd like to ask you about a simple problem I have with my program.
I have 2 .txt files that are like this:
FILE 1 (all data, day-by-day)
JULIANDAYYEAR MM DD OZONE STD
2448623 1992 1 1 0
2448624 1992 1 2 308.5 0.90
2448624 1992 1 2 306.9 0.80
2448624 1992 1 2 306.6 0.90
2448624 1992 1 2 303.6 0.60
2448624 1992 1 2 300.9 1.40
2448624 1992 1 2 301.3 1.20
2448624 1992 1 2 296.8 1.20
2448624 1992 1 2 298.8 1.10
24486...
|
|
|
|
0 |
1569 |
07 Jul 2014 12:27 PM |
|
0 |
1305 |
03 Jul 2014 08:13 AM |
|
1 Replies and 2077 Views
H5A_* increasing slowness 2077 1
Started by Deleted User
I am creating an object to parse the metadata in HDF5 files in a manner similar to H5_Parse. One difference, though, is that all groups, attributes, datasets, etc. remain open until the object is destroyed. I am parsing many files. If I parse them individually, closing each one before parsing the next, execution time increases linearly with the number of files. If I parse all files at once (closing only after all have been parsed), however, the H5A_* routines taking an increasing amount of time....
|
|
|
|
1 |
2077 |
02 Jul 2014 12:03 PM |
|
2 Replies and 1408 Views
Export Bridge Assistant build error 1408 2
Started by Deleted User
Hello,
when I try to build something in Export Bridge Assistant, I get an error as "The devenv Compiler must be in the path. Unable to complete build". I am using Visual Studio 2010 Ultimate and IDL vers. 8.2.
What can I do about it
Thanks in advance.
Görkem
|
|
|
|
2 |
1408 |
01 Jul 2014 09:22 AM |
|
3 Replies and 1716 Views
Undefined variable error with ENVI_RESIZE_Doit routine 1716 3
Started by Deleted User
Hi all,
I am getting an error when using the ENVI Resize_Doit routine, and my first question is, is it compatible with my current version of IDL I am using IDL version 8.0.1 (with ENVI 4.8).
If it is possible to use this routine with my version of IDL, I am trying to figure out why I get the following error "Variable is undefined: WL"
Some background into what I am doing.
I am loading 3 ascii files then creating an image file using the ENVI_WRITE_ENVI_FILE routine (code below)
ENVI_...
|
|
|
|
3 |
1716 |
30 Jun 2014 08:31 AM |
|
1 Replies and 1505 Views
Batch Processing for QUAC 1505 1
Started by Deleted User
Hi ENVI IDL users,
I would like to process my landsat 8 data for atmospheric correction using QUAC. Can anyone share their expertise how to perform batch processing of QUAC for Landsat 8
Thanks
|
|
|
|
1 |
1505 |
22 Jun 2014 11:52 PM |
|
0 Replies and 1807 Views
Merging ROIs 1807 0
Started by Deleted User
It's a straight forward process to merge ROIs using ENVI but how do I do this using IDL I'd like to create a union of 3 different ROIs but am having trouble locating the code to do so. Any help would be awesome
|
|
|
|
0 |
1807 |
19 Jun 2014 01:23 PM |
|
0 Replies and 1491 Views
Cut inclined slice from image 1491 0
Started by Deleted User
I have 2 dimensional array ( image ) and need to cut from it inclined slice, I tried to rotate at first and cut, but the pixel values doesn't coincide after it, could u please help me with it
Thank u
|
|
|
|
0 |
1491 |
17 Jun 2014 03:21 AM |
|
0 Replies and 1476 Views
A problem of restore the map info from the LEDAPS corrected data 1476 0
Started by Deleted User
Hi, everybody, I had experienced a problem when try to restore the map info from a ENVI hdr file, which was derived from LEDAPS correction. A HDF associated with a ENVI header file that contains geographic information.
A sample of the ENVI hdr file associated with the HDF file was like this:
ENVI
description = {LEDAPS HDF File Imported into ENVI}
samples = 7961
lines = 7021
bands = 1
header offset = 0
file type = HDF Scientific Data
data type = 2
interleave = bsq
sensor typ...
|
|
|
|
0 |
1476 |
14 Jun 2014 01:48 AM |
|
1 Replies and 1483 Views
Newbie Question 1483 1
Started by Deleted User
Hello,
I am literally just getting started with IDL so forgive me for making any seriously obvious mistakes. I am just running a few batch examples from the ENVI Reference Guide. I've just copied and pasted the CROSS_TRACK_CORRECTION_DOIT example into the IDL DE, save it, compile it, and run it. It seems to compile successfully and run through the couple of print statements I threw in for understanding. But it doesn't create a logfile or an output image. I know this is probably something ex...
|
|
|
|
1 |
1483 |
12 Jun 2014 11:54 AM |