|
|
|
|
|
2 Replies and 1492 Views
Multi extension FITS file 1492 2
Started by Deleted User
Hello all,
I have a multi extension fits file that contains reduced astronomical data.
I'm using an already built program to analyze the data but the important data (along with the necessary header) is stored in extension=1 while the program is by default looking in extension=0.
Beside from changing to program code (which I can't do) is there a way to make it read the right extension
Thanks in advance,
Amir
|
|
|
|
2 |
1492 |
25 Jun 2015 02:16 AM |
|
2 Replies and 1444 Views
exporting only data values to IDL variable in a previously masked band 1444 2
Started by Deleted User
I am trying to export a subset of a band to an IDL variable.The band has data and 0.00000 values as nodata (the band was previously masked).How can I export only the data values to the variableOr...is there any other way this can be doneThanks
|
|
|
|
2 |
1444 |
24 Jun 2015 04:07 AM |
|
2 Replies and 1560 Views
Failure to acquire window rendering content. Unable to acquire device content 1560 2
Started by Deleted User
IDL 8.3 running Red Hat Enterprise Linux 6.6
Nvidia K2000 Graphics card, Nvidia 346.59 Driver, Two displays. (Tesla K40 also installed)
X11 Server version 11. GLX is not loaded according to glxinfo, if that matters. Open GL installed.
This used to work, but sometime after Tesla K40 installed, now I get this error.
1. Object graphics works from command line.
2. Object graphics does not work from idlde -- gives error:
plot1 = plot(/test)
Failure to acquire window rendering content.
Unable to ...
|
|
|
|
2 |
1560 |
22 Jun 2015 06:04 PM |
|
1 Replies and 2163 Views
Data cubes and reading Matlab data in IDL 2163 1
Started by Zachary Norman
Hi,
I was wondering if you had an example of generating a data cube and if there was a simple way to convert a data cube in Matlab to IDL.
|
|
|
|
1 |
2163 |
22 Jun 2015 01:08 PM |
|
4 Replies and 2058 Views
IDL plot function - upper limit symbol 2058 4
Started by Deleted User
I really like the format of the IDL plot function compared to the procedure version, however I'm having a difficult time figuring out how to plot a downward arrow indicating an upper limit to a value. With the plot procedure, I could use PSYM=8 after defining the symbol using PLOTSYM, 1 which gave me a downward arrow. The symbols for the plot function do not have a downward arrow available. Is there a way to do this or do I need to go back to using the procedure instead
|
|
|
|
4 |
2058 |
19 Jun 2015 11:47 AM |
|
6 Replies and 1789 Views
Maximum number of bands in MATH_DOIT 1789 6
Started by Deleted User
In MATH_DOIT, is there a limit in the number of bands to include in a mathematical expression
I'm using ENVI 5.0 IDL 8.2.0. I need to include 155 different bands in the mathematical expression and I get the error "The result is invalid" when I include more than 142 bands: 2.3 5.6*B1 ... 4.5*B142 6.7*B143 ...
Any ideas on what the issue might be
|
|
|
|
6 |
1789 |
18 Jun 2015 06:52 AM |
|
3 Replies and 1692 Views
IDL 8.2 on Mac Yosemite 1692 3
Started by Deleted User
My mac OS is Yosemite 10.10.3 and the IDL version is 8.2.0.
When installing the IDL on Yosemite, the first two steps for installation of IDL to Yosemite looks fine, i.e., the introduction, the license agreement. When choosing the installation for users, the "continue" botton becomes grew and the next step of the installation can not be done.
How can I fix the problem
Thanks!
|
|
|
|
3 |
1692 |
18 Jun 2015 03:23 AM |
|
2 Replies and 1710 Views
Install program jammed on mac 10.10.3 1710 2
Started by Deleted User
I have installed the x11 software and the java 6 but my program gets jammed at the install portion of Destination select. I am using the admin account for the system but I am unable to click any further on the install program.
|
|
|
|
2 |
1710 |
16 Jun 2015 12:27 PM |
|
1 Replies and 1464 Views
Problem opening IDL Virtual Machine 1464 1
Started by Zachary Norman
I am running a Mac OSX version 10.10.1 Yosemite. I downloaded IDL 84 native for Mac OSX from the Exelis website (Mac OS X (10.8,10.9) At first it did not work and asked for a license, but then when I downloaded XQuartz 2.7.4 (I think I had a later version originally) it installed.
However, when I tried to open the IDL Virtual Machine icon it flashes on the apple menu, but does not open. The path to the file I am trying to open on my machine is: /Applications/exelis/idl84/IDLVirtualMachine....
|
|
|
|
1 |
1464 |
11 Jun 2015 02:27 PM |
|
1 Replies and 2188 Views
save file not executing in virtual machine IDL 2188 1
Started by Deleted User
Hello.
I am currently running IDL 8.4 with a network license on W7 x64bit machine. Since my license is valid only when I am connected to my work network, I would like to be able to run my .pro files created in IDL even when I am offline or on another computer. I tried to create .sav file and run it in IDL virtual machine, but anytime I try it the following happens:
1. when I try to open IDL virtual machine, the program prompt me to navigate to .sav file
2. when I choose the .sav file, the regul...
|
|
|
|
1 |
2188 |
10 Jun 2015 08:46 AM |
|
1 Replies and 1606 Views
ENVIIDL 1606 1
Started by Deleted User
I'm running ENVI 4.7 on Windows 7 home basic . IDL installed fine, but when I attempt to open ENVIIDL , I get a pop up window that says "Fatal error: IDL has encountered a fatal error and will now exit" after which IDL closes. I tried to install CAT 7.2.1 plug in and its installation failed. After this IDL started showing like this .Any ideas on what the issue might be Thanks.
|
|
|
|
1 |
1606 |
10 Jun 2015 03:14 AM |
|
10 Replies and 1847 Views
looping over list elements - performance 1847 10
Started by Deleted User
Dear everybody,
I want to cut out differntly sized sub-arrays from one Source_Array into.
Given the following already existing 3 lists with equal number of elements N.
- Target_ArrayL
- Target_IndexL
- Source_IndexL
And a 3D Array:
- Source_Array
I have written the following for loop:
FOR i=1,N-1 DO $
Target_ArrayL&91i,Target_IndexL&91i,*,0&93,Target_IndexL&91i,*,1&93,Target_IndexL&91i,*,2&93&93$ = Source_Array&91Source_IndexL&91i,*,0&93,Source_IndexL&91i,*,1&93,Source_IndexL&91i,...
|
|
|
|
10 |
1847 |
09 Jun 2015 02:43 AM |
|
3 Replies and 1528 Views
two bugs in WIDGET_WINDOW 1528 3
Started by Deleted User
I've encountered two problems with WIDGET_WINDOW that I've been unable to find a solution for, and they seem to be the result of a bug. One is that when using the SYMBOL function, the graphics do not appear until after there is a mouse click within the window; all other graphic functions that I've tried so far appear right away.
The other problem is that when using the SAVE method with the window to write a PDF file, the output is blank , but appears normal if this is done within a widget_event ...
|
|
|
|
3 |
1528 |
08 Jun 2015 08:40 AM |
|
2 Replies and 1486 Views
OVERPLOT with MIN_VALUE resetting the Y range of the PLOT 1486 2
Started by Deleted User
If I do following in IDL:
a = findgen(10)*0.010.3
b = findgen(10)*0.010.2
plot(a)
plot(b, /overplot)
The output is nicely displayed, however, if I do
plot(b, min_value=0.3, /overplot)
Then the Y range will be reset to default which is &910,1&93, then the curve become flattened and the plot full of space, looks ugly.
Is there anything I can do to resolve this I mean preserve the plot ratio and size even the overplot data is given below the min_value.
Thanks for any help and hint.
Regards...
|
|
|
|
2 |
1486 |
08 Jun 2015 05:29 AM |
|
1 Replies and 1303 Views
Problem with IDL 7.1 on Mac 10.9 1303 1
Started by Zachary Norman
I can’t launch IDL on my 64-bit Mac laptop running OS X (10.9.5). I get the error message that I need X11; however I already have X11 installed in Applications/Utilities (version XQuartz 2.7.7 (xorg-server 1.15.2)).
|
|
|
|
1 |
1303 |
05 Jun 2015 03:27 PM |
|
1 Replies and 2184 Views
Problems using a DLM with IDL 2184 1
Started by Deleted User
ISSUE:
When attempting to run a routine from the third-party IDL GEOPACK DLM, I am encountering an "Attempt to call undefined procedure" error message. My DLM search path settings appear to be correct and the DLM files are in the expected location.
|
|
|
|
1 |
2184 |
02 Jun 2015 07:27 PM |
|
1 Replies and 10735 Views
Unable to allocate memory: to make array. Not enough space 10735 1
Started by Deleted User
During the runtime execution of code, I get an error saying “Unable to allocate memory: to make array. Not enough space”. I seem to understand that this issue seems to stem from the virtual memory requesting a the request for a continuous free space of memory which it could not find.
Other people can use the code just fine on the same computer and on other computers, however I still can’t execute the code. We would appreciate any solutions that you could provide or point to th...
|
|
|
|
1 |
10735 |
01 Jun 2015 01:58 PM |
|
1 Replies and 1919 Views
IDL no longer works 1919 1
Started by Deleted User
I am using the IDL to run an application. For some reason, the IDL no longer works. I get the following error messages:
Error opening printer.
Error opening file. File: rnp
Any ideas
|
|
|
|
1 |
1919 |
29 May 2015 04:49 PM |
|
1 Replies and 1440 Views
FILE_COPY interrupting 1440 1
Started by Deleted User
Hi,
Does anyone know if there is a way to interrupt a large FILE_COPY (or FILE_MOVE) I have a situation where there could be a large number of files being copied, but I need to allow an operator to interrupt it. The only solution I can think of is spawning the process out to an OS copy command, allowing me to display a 'cancel' dialog to the operator'.
Thanks
|
|
|
|
1 |
1440 |
27 May 2015 04:51 AM |
|
3 Replies and 1512 Views
IDL 8.4 : SERIOUS problems with save files 1512 3
Started by Deleted User
Good morning,
I am running IDL 8.4 on a windows 2008 server machine. I have two problems with the save files I am creating:
1. Even though I am including the exit, /no_confirm, command before the end command at the end of the program, IDL does not exit. I.e. the save file starts, runs, executes and then just sits there. If I simply run the same code properly, i.e. open, compile, run, then it executes and at the end, exists IDL. From the save file, it does not. Any ideas
2. Why do the save file ...
|
|
|
|
3 |
1512 |
27 May 2015 12:32 AM |