|
|
|
|
|
1 Replies and 1471 Views
Shapefile problems 1471 1
Started by Deleted User
I am trying to automate a process by creating an IDL program. As part of this process I have to convert thousands of points in text files into Shapefiles (polygons). I am able to create the new Shapefiles, however they don’t have any data. Here is the test code that I am dealing with:
PRO shapefile
myshape=OBJ_NEW('IDLffShape', FILEPATH('test7.shp', SUBDIR=&91'examples', 'data'&93), /UPDATE, ENTITY_TYPE=5)
new_vertices = &91&910.0,0.0&93,&910.0,1.0&93,&911.0,1.0&93,&911.0,0....
|
|
|
|
1 |
1471 |
21 Mar 2005 01:33 PM |
|
0 Replies and 1561 Views
BUG in DIALOG_MESSAGE IDL 6.1.1 MAC 1561 0
Started by Deleted User
Hi
I work with IDL 6.1.1 in Windows and in Machintosh, and the DIALOG_MESSAGE functions, do not works in Machintosh with this IDL's version .
I Verified that this functions works on a older version.
But on the 6.1.1 version, IDL it's blocked when this function is used.
Does anyone already had the same problem And Does someone know how i can solve it
|
|
|
|
0 |
1561 |
18 Mar 2005 06:39 AM |
|
0 Replies and 1457 Views
IDL ENVI Program Interaction 1457 0
Started by Deleted User
March 17, 2005
Hello,
I am trying to write a program to calibrate AVHRR data using IDL 6.1. IDL, I believe, uses some built in ENVI 4.1 functions to actually process the data. I am new both to IDL and ENVI and am not sure if what I'm saying is fully correct.
The following program opens a file that has a list of all the files that need to be processed (called 'inputFile') and processes them using the ENVI commands. The skeleton of this program was taken from an example (ENVI_AVHRR_CALIB...
|
|
|
|
0 |
1457 |
17 Mar 2005 03:59 PM |
|
0 Replies and 1770 Views
DICOM RT 1770 0
Started by Deleted User
I would like to open a DICOM image file, make some changes to it (say draw an outline around an object) and export it as a new DICOM RT image using the new IDLffDicomEx function avaliable in IDL 6.1.
Does anyone know how to do that
Thanks
|
|
|
|
0 |
1770 |
09 Mar 2005 09:43 AM |
|
0 Replies and 1416 Views
where can i get data for tutorial? 1416 0
Started by Deleted User
I read tutorial.pdf to study envi 4.0. But I found it mentioned many tutorial data on 'ENVI Tutorial and Data CD No 2 ' .I dont have 'ENVI Tutorial and Data CD No 2 ',who can help methank you!
|
|
|
|
0 |
1416 |
04 Mar 2005 09:21 AM |
|
0 Replies and 1335 Views
where can i get data for tutorial? 1335 0
Started by Deleted User
I read tutorial.pdf to study envi 4.0. But I found it mentioned many tutorial data on 'ENVI Tutorial and Data CD No 2 ' .I dont have 'ENVI Tutorial and Data CD No 2 ',who can help methank you!
|
|
|
|
0 |
1335 |
04 Mar 2005 09:21 AM |
|
1 Replies and 1562 Views
Color table 1562 1
Started by Deleted User
Does anyone know how I can 'run' Pendleton's
compound widget-style object for interactively
selecting colors from a full palette of
16 million
|
|
|
|
1 |
1562 |
04 Mar 2005 01:59 AM |
|
0 Replies and 1879 Views
download rivertool 1879 0
Started by Deleted User
salut tou l monde, ya pa un lien ou j peu télécharger RIVERTOOL même si c'est une version d'évaluation.......merci d'avance
|
|
|
|
0 |
1879 |
01 Mar 2005 07:32 AM |
|
0 Replies and 1721 Views
How to convert raster to vector polylines? 1721 0
Started by Deleted User
I have classified more than 15 images to extract rivers, and I would like to have a single polyline for each river rather than a polygon. How can I do this
Thanks,
Henrique Momm
|
|
|
|
0 |
1721 |
23 Feb 2005 09:44 AM |
|
0 Replies and 1894 Views
IGRF (International Geomagnetic Reference Field) 1894 0
Started by Deleted User
Does anyone have a routine for reading the IGRF coefficients file and computing the IGRF that runs under IDL, or a woriking C wrapper for PC that you would be willing to share
Edgar Bering
|
|
|
|
0 |
1894 |
22 Feb 2005 10:09 AM |
|
0 Replies and 1510 Views
Problem reading HDF5 file from library 1.6.2. 1510 0
Started by Deleted User
I have trouble reading HDF5 files built with library 1.6.2 using IDL version 6.1. Looking forward for the next IDL version 6.2 version to include upgraded routines able to read compressed HDF5 files (what I would expect), in the meantime I would like to know if there is any mean to solve the problem. Any suggestion will be greatly apreciated. This is relatively urgent.
|
|
|
|
0 |
1510 |
18 Feb 2005 03:40 AM |
|
0 Replies and 1534 Views
3D data line analysis 1534 0
Started by Deleted User
I am trying to write a widget program that allows the user to draw a line over a 3D data set (plotted in 2D with intensity as color) and have the program generate a separate 2D plot of intensity vs. position on the line they drew over the original 3D plot. Any pointers Iam very new and can barely write a widget program. I know how to get the x and y position of the cursor, bu beyond that I can't make out much.
Thanks.
|
|
|
|
0 |
1534 |
17 Feb 2005 02:47 PM |
|
0 Replies and 1739 Views
NITF Module - Add/Edit attributes to file header and segment headers - Batch Mode?? 1739 0
Started by Deleted User
Hello,
I'd like to ask if anyone has done the following operations in either ENVI/IDL/NITF Module.
I'm pretty new to image programming, more specifically IDL and ENVI, so I'd appreciate if anyone would shed a light on me. Thanks!!!.
I'd like to be able to manipulate an NITF file with absolutely no user interaction (ENVI Batch Mode). Given an input NITF file, can I perform these operations dynically:
* Open an NITF file.
* Retrieve single or all attributes of NITF file header, and o...
|
|
|
|
0 |
1739 |
17 Feb 2005 02:40 PM |
|
0 Replies and 1456 Views
LUT programming 1456 0
Started by Deleted User
Hi, I am a new man in the IDL's world. I have some troubles to create a LUT fonction using 2 sliders : one for luminosity and the over for the contrast. The response of my fonction is a black window or a very high contrast. Can you help me Thanks
|
|
|
|
0 |
1456 |
17 Feb 2005 02:24 PM |
|
0 Replies and 1751 Views
HELP PLEASE!!!!!!!!!1 1751 0
Started by Deleted User
hello, I have created a very simple program with matlab 6.5 ( suma.m) .With the matlab compiler I have created suma.c and suma.dll and I am trying to call suma.dll from IDL:
s= CALL_EXTERNAL('C:\RSI\IDL60\external\call_external\C\suma.dll','suma',a_d,b_d,/CDECL) and I get
CALL_EXTERNAL: Error loading sharable executable.
Symbol: suma, File = C:\RSI\IDL60\external\call_external\C\suma.dll
ERROR_PROC_NOT_FOUND
What can I do Thank you very much
|
|
|
|
0 |
1751 |
06 Feb 2005 09:47 PM |
|
0 Replies and 1682 Views
minimization 1682 0
Started by Deleted User
i am writing a curve fitting program for Lifetime Image data analysis. In that i have to fit 25600 points.markwardt algorithm is using for minimization. This algorithm finds very slow and also making memory problems with big data files. Is there any fast minimization procedure in IDL platform
|
|
|
|
0 |
1682 |
27 Jan 2005 06:52 AM |
|
0 Replies and 1512 Views
help, though i know it must be a very easy question! 1512 0
Started by Deleted User
i want to do a regression annalysis between just two bands, and derive the coefficient !
just like the equation bellow
b1 = u * b2 v,
i want to derive u and v.
but i don't know how to achieve it using envi or idl!
please help me!
|
|
|
|
0 |
1512 |
23 Jan 2005 01:58 AM |
|
0 Replies and 1751 Views
How to call matlab programs from idl? 1751 0
Started by Deleted User
hello!!!
I need to call a matlab file (.m) from idl. With the matlab compiler (mcc) I have been able to create the .c file and .dll file.But I can't call the .dll file from idl using the call _external function.
Should I have to use the option AUTO_GLUE
|
|
|
|
0 |
1751 |
14 Jan 2005 02:45 AM |
|
0 |
1484 |
12 Jan 2005 05:52 AM |
|
0 Replies and 1625 Views
Sine wave for Curvefitting 1625 0
Started by Deleted User
I would like to know a way to fit a sine wave and get the function to return the fit parameters.
The curvefit function in IDL calls a user defined function but it does not fit any phase. It fits a sine wave with only the initial value of the phase.
y = A B Sin(Cx)
A = Axis of rotation
B = Amplitude
C = Phase
My data just has half a sinogram.
Thank you,
HB
|
|
|
|
0 |
1625 |
11 Jan 2005 05:59 PM |