|
|
|
|
|
0 Replies and 1389 Views
Hovmoller Help 1389 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 |
1389 |
24 Jul 2014 01:13 PM |
|
1 Replies and 1349 Views
IDLDE Crashes once loaded 1349 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 |
1349 |
23 Jul 2014 04:54 AM |
|
3 Replies and 1688 Views
IDL 8.3 Mac OSX 10.9 unable to save or access menu items. 1688 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 |
1688 |
18 Jul 2014 09:02 AM |
|
0 Replies and 1347 Views
Turn Array (3,n) into a Grid (i,j) 1347 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 |
1347 |
16 Jul 2014 05:36 AM |
|
1 Replies and 1528 Views
READFITS syntax error 1528 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 |
1528 |
09 Jul 2014 02:03 PM |
|
1 Replies and 1429 Views
Attempt to call undefined procedure 1429 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 |
1429 |
08 Jul 2014 01:14 PM |
|
3 Replies and 1397 Views
code won&39;t stop trying to execute 1397 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 |
1397 |
08 Jul 2014 12:31 PM |
|
2 Replies and 1267 Views
envi widgets in idl 1267 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 |
1267 |
08 Jul 2014 11:57 AM |
|
1 Replies and 1459 Views
IDL8.3 Crashs when using Grib_New_From_File with the Initial working directory setting 1459 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 |
1459 |
08 Jul 2014 12:43 AM |
|
0 Replies and 1382 Views
Comparison between arrays with different lenght 1382 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 |
1382 |
07 Jul 2014 12:27 PM |
|
0 |
1167 |
03 Jul 2014 08:13 AM |
|
1 Replies and 1932 Views
H5A_* increasing slowness 1932 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 |
1932 |
02 Jul 2014 12:03 PM |
|
2 Replies and 1290 Views
Export Bridge Assistant build error 1290 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 |
1290 |
01 Jul 2014 09:22 AM |
|
3 Replies and 1578 Views
Undefined variable error with ENVI_RESIZE_Doit routine 1578 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 |
1578 |
30 Jun 2014 08:31 AM |
|
1 Replies and 1385 Views
Batch Processing for QUAC 1385 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 |
1385 |
22 Jun 2014 11:52 PM |
|
0 Replies and 1636 Views
Merging ROIs 1636 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 |
1636 |
19 Jun 2014 01:23 PM |
|
0 Replies and 1310 Views
Cut inclined slice from image 1310 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 |
1310 |
17 Jun 2014 03:21 AM |
|
0 Replies and 1319 Views
A problem of restore the map info from the LEDAPS corrected data 1319 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 |
1319 |
14 Jun 2014 01:48 AM |
|
1 Replies and 1329 Views
Newbie Question 1329 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 |
1329 |
12 Jun 2014 11:54 AM |
|
1 Replies and 1526 Views
Automatic Compilation problem 1526 1
Started by Deleted User
Odd issue I have come across...
I have a function that I defined myself and the .pro file is located in a directory which is included in my !PATH, however when I run a program that calls this function it doesn't find it and compile it (keeps thinking it is an undefined variable). However when I compile this function before running my main program all works as it should. I really don't think it is a IDL !PATH issue, because I have another function that I call within this main program which is l...
|
|
|
|
1 |
1526 |
11 Jun 2014 08:41 AM |