IDL_Container and garbage collection1237 (8/8/2010 7:16:11 AM) comp.lang.idl-pvwave
Hi,
I've just found an interesting problem with migrating from IDL 7 to
IDL 8. When an IDL_Container is cleaned up and then all of its
children are automatically deleted. This means that the reference
c... Robbie
Headless build0194 (12/3/2009 12:31:55 AM) comp.lang.idl-pvwave
Does anyone know how to script the IDL workbench to build a sav file
and then exit?
Thanks
Robbie
... Robbie
Yet another build script040 (8/21/2009 1:30:59 AM) comp.lang.idl-pvwave Hi, I know that people have written IDL build scripts in the past, but I was wondering if anyone had done one which can be configured from an XML file (just like ant) For example I have a system which uses XM... Robbie
IDLgrROI bug234 (7/21/2009 6:48:56 AM) comp.lang.idl-pvwave Hi, I just found a rather interesting bug that has been eluding me for the last 2 years! This code should crash IDL for windows, versions 6.1, 6.4 and 7.0. I've created an incident with ITT support. pro rkbr... Robbie
Spline based ROIs126 (5/11/2009 10:43:00 PM) comp.lang.idl-pvwave Hi, I'm trying to write some code for spline based ROIs, but the splines seem to be very unstable and "explode" when the control points are ordered haphazardly. Does anyone have code for drawing smooth ROIs.... Robbie
Postgresql driver DLM146 (2/16/2009 11:39:52 PM) comp.lang.idl-pvwave Hi I'm just wondering if there is demand for a postgresql driver DLM. I've written one and compiled it using CMake for Win32 as well as OSX. The most important feature is that it supports large object storage... Robbie
String array from C139 (2/5/2009 11:30:19 PM) comp.lang.idl-pvwave I've had some problems dealing with string arrays which have been generated from a C program. If I try LONG(str) or FIX(str) I will find that there are extra characters which get processed, yet I don't see th... Robbie
IDL-Java bridge150 (1/27/2009 4:28:27 AM) comp.lang.idl-pvwave I have a useful DICOM parser with a SQL backend written in Java, but I want to access it from IDL. Some datasets are very large ( > 1Gb) which means that I tend to use Java's ByteBuffer classes for efficiency.... Robbie
iTools ambiguity437 (1/14/2009 5:48:05 AM) comp.lang.idl-pvwave The documentation for IDLitDataContainer says that its superclasses are IDLitContainer and IDLitData however I attempt the following obj = obj_new('IDLitDataContainer') obj -> IDLitContainer::Add, obj_new('ID... Robbie
Documentation time336 (1/7/2009 2:20:52 AM) comp.lang.idl-pvwave I'm in the process of documenting a fairly large IDL code base (47K lines of code in 272 files). The code base might seem excessive, but I assure you it is nowhere near as large as iTools (152K in 508 files). ... Robbie
iTools ambiguity437 (1/14/2009 5:48:05 AM) comp.lang.idl-pvwave The documentation for IDLitDataContainer says that its superclasses are IDLitContainer and IDLitData however I attempt the following obj = obj_new('IDLitDataContainer') obj -> IDLitContainer::Add, obj_new('ID... retsil(153)
IDL-Java bridge150 (1/27/2009 4:28:27 AM) comp.lang.idl-pvwave I have a useful DICOM parser with a SQL backend written in Java, but I want to access it from IDL. Some datasets are very large ( > 1Gb) which means that I tend to use Java's ByteBuffer classes for efficiency.... retsil(153)
12 bit jpeg328 (2/9/2009 10:15:25 PM) comp.lang.idl-pvwave Hi all, I know the IDL dicom package supports dicom files included 12 bit jpeg compressed data, however I'm wondering if anyone has any tricks for reading such files without paying the extra $$$ for the dicom... dktr.ted(16)
Reading Multiple DICOM Files10102 (3/8/2009 11:02:08 PM) comp.lang.idl-pvwave Hi Everyone, Im currently putting together an application that needs to read the image data from numerous DICOM files, currently 900 but this will possible go up to about 2000. ATM I have a simple FOR loop :(... jye.smith(14)
APP_SCROLL Keyword to Widget_Draw139 (5/11/2009 11:20:00 PM) comp.lang.idl-pvwave Folks, Has anyone successful written an application using a draw widget with the APP_SCROLL keyword set? An example program, Draw_App_Scroll, is supplied with IDL, but the initial image used in the example sta... news2122(4023)
How to draw IDLgrPlots over IDLgrImages?630 (8/27/2009 3:28:36 PM) comp.lang.idl-pvwave Hi all, I've a question about object graphics. How can I plot a group of IDLgrPlots over some IDLgrImages if I create the plots (and I add them to the model) firstly? I know that the IDLgrModel is a container... bernat.puigdomenech(306)
object graphics visualization question134 (9/14/2009 3:47:56 PM) comp.lang.idl-pvwave Hi folks, I enjoy working with objects graphics when I can... Today I'm trying to export an IDLgrScene to PS using the IDLgrClipboard. I've a problem with one image that I added to some models using the ALIAS k... bernat.puigdomenech(306)
best way to save thousands of ROI objects?140 (11/4/2009 5:07:45 PM) comp.lang.idl-pvwave I'm writing an interactive ROI tool that could have 1000s of ROIGROUP objects over many frames of image data. I'd like to save all the ROIs in one file. Here's all I can think of: (1) I experimented with ju... j.coenia(24)