|
|
|
|
|
1 Replies and 1875 Views
Saving PNG files through SSH connection to make movies 1875 1
Started by Deleted User
I do a lot of work remotely and am currently creating a cgPlot and then writing to a png file, saving a series of pngs to create a movie. But when I do this it can take 20 seconds or so to save 1 png, while if I do this on campus then it only takes 0.5 seconds to save the plot as a png.
Is there another and/or more efficient of being able to plot and save the plot as a png when connected remotely through a SSH connection
|
|
|
|
1 |
1875 |
09 Jul 2016 09:44 AM |
|
1 Replies and 1850 Views
Plot Functions: How to save correctly plus placement of plot 1850 1
Started by Deleted User
Hey,
example:
p = plot(findgen(9), xtitle='x test', ytitle='y test', title='Test Plot')
p.save, 'testsave.eps', Resolution=600
The saved graph is not centered, but shifted to the right edge of the paper. I had the problem with some plots, that the far end of the x axis gets cut off. How can I change my code to center the plot Another problem regarding the centering,is that the plot is centered around the graph region and not around the plot region. So if I use epstopdf for latex it will create ...
|
|
|
|
1 |
1850 |
25 Jun 2016 04:51 PM |
|
1 Replies and 6174 Views
IDL unable to open NCDF file 6174 1
Started by Deleted User
A customer has reported that they are experiencing the following error (NOTE: I replaced the path to the file with ):
(NC_ERROR=-31)
Execution halted at: READ_NETCDF_NEW 14 \read_netcdf_new.pro
$MAIN$
|
|
|
|
1 |
6174 |
22 Jun 2016 01:12 PM |
|
3 Replies and 2327 Views
Landsat 8 Radiometric Calibration 2327 3
Started by Deleted User
Dear All
Out of https://www.harrisgeospatial.com/docs/enviradiometriccalibrationtask.html, I took the L8Calibrate.pro example, did the modification that is suitable to my needs. Although when running it this message is appearing:
Expression must be a scalar or 1 element array in this context: .
Execution halted at: $MAIN$
Here is the modified script:
PRO L8CALIBRATE
COMPILE_OPT IDL2
; Start the application
e = ENVI(/HEADLESS)
; A Landsat 8 OLI dataset consists of one TIF...
|
|
|
|
3 |
2327 |
20 Jun 2016 06:48 AM |
|
1 Replies and 1833 Views
Saving .ps files using plot function 1833 1
Started by Deleted User
Hello,
I'm trying to save plots to a multi-page post-script file. I previously used the plot procedure along with SET_PLOT and DEVICE to create my multi-page post-script file, and am now using the plot function and having no luck. Is there a way to use SET_PLOT and DEVICE while using the plot function, or do I have to instead save individual plots using p.save
Thanks for the help!
Best, Laura DeGrot
|
|
|
|
1 |
1833 |
15 Jun 2016 02:26 PM |
|
2 Replies and 1931 Views
Upgrading to Windows 10 1931 2
Started by Deleted User
I have IDL 8.4 and Windows 7. If I upgrade to Windows 10, will IDL work without new license and new installation
Thank you,
Vladimir
|
|
|
|
2 |
1931 |
15 Jun 2016 09:23 AM |
|
8 Replies and 5562 Views
Persistent Error "Procedure header must appear first and only once: " 5562 8
Started by Deleted User
I've inherited code from someone, but I am unable to get it to run. I've searched other instances of this error, but they were related to calling functions, which I don't do. The idea is to take a series of frames from a video and add them all together. The frames are in grayscale. I have a for loop, which I end with endfor, and then I create the image and save it.
If you have an suggestions or ideas, please let me know. I can't find any documentation on this error, so I have no idea how to go a...
|
|
|
|
8 |
5562 |
14 Jun 2016 07:24 AM |
|
1 Replies and 1635 Views
Issue activating IDL " Cannot find License file" 1635 1
Started by Deleted User
I don't think the activation worked for me. I copied the license file but do not understand how I am supposed to import it when activating the licence from the internet. Did I possibly put the host/ host id incorrectly
|
|
|
|
1 |
1635 |
03 Jun 2016 02:10 PM |
|
1 Replies and 1736 Views
Dispatch event? 1736 1
Started by Deleted User
Is there an IDL function to dispatch events to other widgets
|
|
|
|
1 |
1736 |
03 Jun 2016 03:13 AM |
|
4 Replies and 1584 Views
Calculating Class statistics for batch files 1584 4
Started by Deleted User
Hello,
I have a question about calculating class statistics. My current code performs an unsupervised classification on a batch of 25 images. I would now like to add the ability to calculate class statistics for the outputs but have so far been unsuccessful in getting this additional step to run. I believe I need to add another foreach command but am not sure how to pull my new classified images back in without having to somehow list them as I have for the initial batchfiles. In addition to thi...
|
|
|
|
4 |
1584 |
02 Jun 2016 03:14 PM |
|
1 Replies and 1964 Views
Secure OPeNDAP 1964 1
Started by Deleted User
I am attempting to read in some CMIP5 model data from an OPeNDAP site that is protected by OpenID (https://pcmdi.llnl.gov/projects/esgf-llnl/). I have seen some threads online that suggested using http://user:passdata_url, but this just throws a bunch of errors even when trying to run ncdump at the command line. An example I have tried is:
ncdump -h http://user:passaims3.llnl.gov/thredds/dodsC/cmip5_css02_data/cmip5/output1/NCAR/CCSM4/historical/6hr/atmos/6hrPlev/r6i1p1/va/1/va_6hrPlev_CCSM4_h...
|
|
|
|
1 |
1964 |
01 Jun 2016 02:48 PM |
|
1 Replies and 1719 Views
Unpredictable text behaviour while mapping 1719 1
Started by Deleted User
I have run into a problem while making maps with many symbols on them. The included code runs fine for a few time steps but then will start to produce maps like the attached with all text blacked out. It appears to be somewhat random. I've broken the code into small pieces to try and debug the possible reason, but so far I have not found it. Any insight would be much appreciated.
plotCols = 1
plotRows = 1
colorBarToggle = REPLICATE(0,plotCols,plotRows)
colorBarToggle&91*,-1&93 = 1...
|
|
|
|
1 |
1719 |
31 May 2016 11:17 AM |
|
1 Replies and 3254 Views
Getting Python Bridge to Work: "No module named site" Error 3254 1
Started by Deleted User
I have not previously used python. I have managed to install it, but in no version am I able to get the bridge to work. For starters, does the bridge only work with 2.7 or will it also work with 3.4 or later Also, must I use anaconda I was at one point in the day able to get to the point where the DLM was loaded, but I got an error that crashed out of IDL. Now I think I am facing
PYTHON::RUN: PYTHON::LOAD: Unable to find a valid Python installation.
>>>
though I have set all the envi...
|
|
|
|
1 |
3254 |
25 May 2016 08:20 PM |
|
1 Replies and 4342 Views
NaN to zero 4342 1
Started by Deleted User
Hi!
I would like to know how I can change NaN values to zero using IDL, if it exists any function that I could use.
Thanks.
|
|
|
|
1 |
4342 |
21 May 2016 04:35 PM |
|
2 Replies and 1721 Views
Symbol Function Slow 1721 2
Started by Deleted User
A user is running into an issue in which the SYMBOL function is very slow. The user provided the following code snippet:
;plot fires-- waaay slow
fire_comp=alog10(fire_comp1.) /2.0
ofire_comp=alog10(ofire_comp1.) /2.0
asize=size(fire_comp)
for i=0,asize&911&93-1 do begin
for j=0,asize&912&93-1 do begin
if fire_comp&91i,j&93 gt 0.0 and finite(fire_comp&91i,j&93) then $
fsym = symbol(rcm_x_2d&91i,j&93, rcm_y_2d&91i,j&93, /data, symbol="tr...
|
|
|
|
2 |
1721 |
19 May 2016 05:23 PM |
|
0 Replies and 1876 Views
ERRORBAR_THICK not working 1876 0
Started by Deleted User
I have encountered the error message " PLOT: Unknown property: ERRORBAR_THICK", when I was trying to control the size of my errorbar thickness.
I was seaching the forum for answers but found none. Now I have discovered that ERRORBAR_LINESTYLE and ERRORBAR_THICK are new features in 8.4, and I only have 8.3.
So here is the information if anyone at a future point is searching the forum with the same problem as I had.
|
|
|
|
0 |
1876 |
18 May 2016 04:55 AM |
|
1 Replies and 1785 Views
License manager NOT working on Debian Jessie 1785 1
Started by Deleted User
Help needed urgently.
I have been using IDL8.4 on Debian Wheezy for a few years. Recently our lab upgrade Linux system to Debian Jessie, then IDL tells me I don't have license. My license files are still there and I don't believe the version of OS will affect the license. I found it could be the license manager is having problem. All the lm* utilities under the /usr/local/exelis/idl/bin/bin.linux.x86_64 cannot work anymore. Running each of the utilities will get a message: "no such file or ...
|
|
|
|
1 |
1785 |
17 May 2016 07:56 PM |
|
1 Replies and 1874 Views
Source-code directoryin IDL 1874 1
Started by Deleted User
Hi,
i am using idl for the first time. My question is:
If one starts "demo" in idl (within the terminal/console), there are some examples. Under the directory "math and statistics" -> "math and statistics demo", there is an example for a polynomial fit.
Where is the source code for this polynomial fit within idl
best regards
|
|
|
|
1 |
1874 |
13 May 2016 11:49 AM |
|
2 Replies and 3172 Views
Exit code -3 from ENVI 5.2 & 5.3 installer 3172 2
Started by Deleted User
Customer issue:
"Using SCCM to manage our installations of ENVI We have been seeing several cases where the
ENVI 5.2 installer just hangs or exits with an exit code of -3. By my count, we have had 286
successful installs and out of those, around 38 failed at least once before successfully installing.
I am guessing that there is something else installed before ENVI which is causing the problem or
the installer is encountering some error condition. I packaged ENVI 5.3 in t...
|
|
|
|
2 |
3172 |
12 May 2016 01:19 PM |
|
2 Replies and 1581 Views
Legend problem with one data point 1581 2
Started by Deleted User
If I do a plot with only one point, then that dataset won't show up in the legend. In the following the p1 plot will show the point, but it won't show up in the legend, only 3 grey dots and the 'A' will show. Do anyone know if it is just an IDL bug or if I am doing something wrong
Thanks
pro test
p0 = PLOT(&911,2&93,&913,4&93, name=' A',LINESTYLE=6,SYMBOL='o',sym_size=1., /SYM_FILLED,sym_color='grey', xrange=&910,5&93, yrange=&910,5&93)
p1 = PLOT(&913&93,&911&93, name=' B',LINES...
|
|
|
|
2 |
1581 |
11 May 2016 07:48 AM |