|
|
|
|
|
1 Replies and 1513 Views
Opening a Communications (COM) serial port 1513 1
Started by Deleted User
I'm interested in opening a serial port connection on my computer to send text commands and retrieve responses. More specifically, I would like to access a COM port from a remote computer location, similar to opening a socket in IDL.
First, can anyone supply a few steps to opening a COM port for communication with a device, say on com1 or com2 Secondly, does it seem reasonable that this process could also be performed from a remote computer over a TCP connection
Many thanks. Jon
|
|
|
|
1 |
1513 |
24 Jul 2006 03:29 PM |
|
0 Replies and 1140 Views
Automate Sharpening 1140 0
Started by Deleted User
I would like to know how i can automate a process of sharpening on ENVI. I have pancromatic images (Geotiff) and color images (jpg). Probably i will have use a routine in IDL so if someone know it i am waiting the answer, please.
Thank you.
|
|
|
|
0 |
1140 |
16 Jul 2006 05:33 PM |
|
1 Replies and 3036 Views
writing an array to a text file 3036 1
Started by Deleted User
Hi all,
I want to write values of two arrays to a text file. I have two arrays whose values are (1,2,3,4) and (a,b,c,d) .. these values I need to convert to text file.. the output text file should look like this...
1,2,3,4
a,b,c,d
Thanks in advance
kishor
|
|
|
|
1 |
3036 |
14 Jul 2006 07:15 PM |
|
0 Replies and 1194 Views
Curve fitting 1194 0
Started by Deleted User
Does anyone know how to do curve fitting using an image with several bands (>10) whereby the image values are the observed Y values, at given wavelength (X), and output the parameters (A0, A1, A2 ...) as images. eg for a simple linear model using least squares. All examples in IDL deal with only given values of X and Y, In other words, how can you the same using image as variables
|
|
|
|
0 |
1194 |
14 Jul 2006 09:09 AM |
|
2 Replies and 1468 Views
Drawing smooth antialiased lines 1468 2
Started by Deleted User
Can anyone please advise me how to draw high quality, possibly antialised lines in the plot
All of the curves or lines plotted under angle come out jagged. It seems like the line or curve drawing algorithm is not very good or I may be missing some parameter that makes the smoothing possible.
Is there a code example sowhere
Thanks,
Alex
|
|
|
|
2 |
1468 |
12 Jul 2006 02:14 PM |
|
1 Replies and 1366 Views
Ilidar problems 1366 1
Started by Deleted User
Hi, I'm an ENVI user and I had dowload your IDL application ilidar to test it with some lidar data. I have been trying to use it and I can do almost everything that I have readed on the users manual. My problem is that I'm trying to export the DEM to ENVI format and when I open it in ENVI it is save in grayscale (8bits) and not in float so it doesn't keep the real height of the DEM. Also it doesn't keeps the original coordinate system, how can I solve this problem Is it possible to create a tif...
|
|
|
|
1 |
1366 |
11 Jul 2006 03:48 PM |
|
1 Replies and 1127 Views
How to rotate programmatically a volume object with IVOLUME? 1127 1
Started by Deleted User
I have to programm a time series of 3D images, all of them with the same orientation, which is not the orientation that appears by default in IVOLUME. How can one rotate the volume programmatically
|
|
|
|
1 |
1127 |
11 Jul 2006 03:01 PM |
|
1 Replies and 1250 Views
IDL Curve fitting 1250 1
Started by Deleted User
Please help. Below is a script which is supposed to call some curve fitting function. However when I try to run it , it gives me the following errors:
Reading file: D:\Processing\Data\avoncasi1.bin
Compiled module: READ_BINARY.
READ_BINARY: READU: Error encountered reading from file. Unit: 100, File: D:\Mphil2006\Processing\Data\avoncasi1.bin
Error occurred at: READ_BINARY 132 D:\Processing\IDL\read_binary.pro
GAUSSIAN_GAUSS_FIT 9 D:\Processing\IDL\gaussian_ga...
|
|
|
|
1 |
1250 |
11 Jul 2006 01:52 PM |
|
1 Replies and 1372 Views
Convert DICOM format 1372 1
Started by Deleted User
Hello, i need Convert any image format to dicom. Anybody can help me
|
|
|
|
1 |
1372 |
10 Jul 2006 06:01 PM |
|
0 Replies and 1470 Views
Parallelism on IDL 1470 0
Started by Deleted User
Which Parallel programming paltforms does IDL support: MPI, FORTRAN, etc.
Thanks in advance
|
|
|
|
0 |
1470 |
07 Jul 2006 08:52 AM |
|
0 Replies and 1490 Views
Parallelism on IDL 1490 0
Started by Deleted User
Which Parallel programming paltforms does IDL support: MPI, HPF,OpenMP, etc.
Thanks in advance
|
|
|
|
0 |
1490 |
07 Jul 2006 08:52 AM |
|
2 Replies and 1388 Views
Insert programmatically a second legend in an iTool? 1388 2
Started by Deleted User
How do I insert programmatically a second legend into my iTool
I've got a class derived from iTool. One of its class methods attempts to insert two legends using
void = Self->DoAction('Operations/Insert/Legend')
void = Self->DoAction('Operations/Insert/Legend')
The first of these works fine, the second fails with the message
'A visualizatino supported by the legend facility was not selected.'
I'd be happy to select a visualization, but I don't even know how to do that. I...
|
|
|
|
2 |
1388 |
07 Jul 2006 06:46 AM |
|
1 Replies and 1480 Views
Beginner in IDL 1480 1
Started by Deleted User
Hi
I've a (beginer)question concering Itools, and in particulat the Idlitimessaging class.
I am trying to set a progress bar, but I really don't know how to do.
I have tried the following code, but it doesn't work:
obj = OBJ_NEW('IDLitVisualization')
test=Obj->IDLitIMessaging::ProgressBar('test',cancel='cancel', PERCENT=40)
Could you give me a way to do that (just the idea) I will then use 'help'
Thank you very much
Best regards
Arnaud
|
|
|
|
1 |
1480 |
05 Jul 2006 03:17 PM |
|
0 Replies and 1480 Views
interpolation with griddata but with bounds like krig2d 1480 0
Started by Deleted User
hello,
I would like to perform an interpolation (idw) with griddata but my problem is that I want to extend the the region interpolated define by min(x), min(y) and max(x), max(y).
I have tried to define my extented region with start, gridsize and delta kewords. But the result is sometime not good, and the reason is may be due to that the start keword (x_min_region_extend and y_min_region_extend) don't contain a value to interpolate.
I think this is easilly done with krig2d notably with...
|
|
|
|
0 |
1480 |
28 Jun 2006 11:53 AM |
|
1 Replies and 1475 Views
Réseau de neurones - Neural net 1475 1
Started by Deleted User
Bonjour,
J'aurais besoin d'aide pour réaliser une classification supervisée à l'aide du réseau de neurones. Un petit tutorial serait le bienvenu - je précise que je suis débutant dans l'utilisation de ENVI. D'autre part, quelles sont les grandes différences constatées entre une classification classique à l'aide du maximum de vraisemblance et le réseau de neurones
Hello,
I need help to realize a supervised classification with neural net algorithm. A tutorial will be wilcomed - I pre...
|
|
|
|
1 |
1475 |
26 Jun 2006 03:01 PM |
|
1 Replies and 1259 Views
Map 2 images on the same window 1259 1
Started by Deleted User
I need to overplot my data on a background map. I have started with a polyfill procedure, but it takes a lot of time. On the other hand a superposition of two object images with a alpha control could fit the role, but how do I introduce the map_set with object graphics Thank you
|
|
|
|
1 |
1259 |
26 Jun 2006 02:19 PM |
|
2 Replies and 1519 Views
contours 1519 2
Started by Deleted User
I would like to save all the points that are inside a specific contour. Is there a function in IDL to test if a point lies inside or outside a contour
Thanks
|
|
|
|
2 |
1519 |
23 Jun 2006 04:49 PM |
|
2 Replies and 1195 Views
keywords 1195 2
Started by Deleted User
hello
what are keywords what difference between some 'keyword' and '/keyword'
if i use keywords in procedure arguments i can return some value from there
for example
ENVI_SELECT,dims=dims,fid=image_fid,pos=pos,title='select'
i return dims,image_fid etc
i was thinking that procedures are not return any values.
thanks a lot
|
|
|
|
2 |
1195 |
23 Jun 2006 02:31 PM |
|
2 Replies and 1596 Views
IDL with MRI 1596 2
Started by Deleted User
I want to use IDL to analyse Bruker MRI data, can anyone point me in the direction of online help that will allow me to open this data in IDL.
thanks
Steven
|
|
|
|
2 |
1596 |
22 Jun 2006 07:47 AM |
|
0 Replies and 1326 Views
idldoc improvements 1326 0
Started by Deleted User
It will be a great idea to provide source code for idldoc tool written by michael galloy.
There is now a little well identified problem in the production of idldoc-index*.html files that may be easily fix by Michael himself and I will be glad to contribute to a XML/Docbook ouput if people are interested.
Without source codes, we can't improve the very usefull tool.
|
|
|
|
0 |
1326 |
19 Jun 2006 03:29 AM |