IDLdoc 3.5 released048 (9/10/2012 7:15:04 PM) comp.lang.idl-pvwave IDLdoc 3.5 is ready!
See the IDLdoc project site for the download link:
http://idldoc.idldev.com/wiki/Downloads
Here are the release notes:
* Added list of inherited properties to class descripti... Michael
IDLdoc 3.5 beta228 (9/4/2012 11:03:29 PM) comp.lang.idl-pvwave I'm getting ready to release IDLdoc 3.5. Read more about it and get the
download links on my website:
http://michaelgalloy.com/2012/09/04/idldoc-3-5-beta.html
If you give it a try, please let me know... Michael
mgunit 1.2 release025 (7/7/2011 10:36:28 PM) comp.lang.idl-pvwave mgunit 1.2 is ready for download at: http://mgunit.idldev.com/wiki/Downloads This is not a very exciting upgrade, but offers some nicer documentation. Here�s the new features: 1. Added FAILURES_ONLY k... Michael
New book: Modern IDL254 (6/14/2011 9:28:14 PM) comp.lang.idl-pvwave After nearly five years of writing on nights and weekends, I have finally finished Modern IDL, my book about all things IDL. I have it back from the printers and is currently available for order at modernidl... Michael
rIDL command line replacement158 (5/23/2011 7:59:06 PM) comp.lang.idl-pvwave For those interested in my command line replacement for IDL that offers tab completion and other similar features, I added a real build system to it this weekend. If you were interested in rIDL before, but co... Michael
Empty FOREACH loop254 (2/14/2011 11:47:45 PM) comp.lang.idl-pvwave I was quite surprised when the following raised an error for me: IDL> foreach g, [] do help, g % Variable is undefined: . % Execution halted at: $MAIN$ Does this seem like unexpected behavior? I was expecting... Michael
IDLdoc 3.3.1 bug fix release132 (1/8/2011 5:46:44 PM) comp.lang.idl-pvwave IDLdoc 3.3.1 fixes a couple memory leaks and a bug where hidden/private routines would show up in the categories listing when they shouldn�t. Download the new version from: http://idldoc.idldev.com/wiki/D... Michael
IDLdoc 3.3alpha1257 (8/20/2010 10:09:28 PM) comp.lang.idl-pvwave If you are interested in the next version of IDLdoc, check out the downloads page for what's new and the link to download: http://idldoc.idldev.com/wiki/Downloads If you try this out, please let me know (... mgalloy
IDLdoc 3.2 released040 (6/5/2009 8:21:30 PM) comp.lang.idl-pvwave IDLdoc 3.2 has been released! Head over to idldoc.idldev.com or automatically update with the Workbench update mechanism. What�s new in IDLdoc 3.2 follows: 1. Added ability to create LaTeX output. Use th... mgalloy
Distributing code in IDL 7.1258 (6/3/2009 10:30:07 PM) comp.lang.idl-pvwave The features I was most interested in (after 24-bit PostScript) where a couple of related features to make distributing code, particularly cross-platform DLMs, easier. Here's a brief run-down of the features:... mgalloy
command line input245 (7/23/2012 8:46:10 PM) comp.lang.idl-pvwave Hi guys,
Is there any way that, once inside of a procedure, to get input from the command line? If there is, what functions are available for doing this?
Thanks!
... ecatcom11(19)
A simple DLM question1331 (8/27/2012 5:13:57 PM) comp.lang.idl-pvwave Hi,=20
I'm having trouble figuring out the problem of the following DLM code:=20
/* The c routine */
void simple(int argc, IDL_VPTR argv[]) =20
{ =20
IDL_VPTR v; =20
v =3D IDL_BasicTypeConvers... xtao1012(13)
Dash Docset for IDL 8.1836 (8/31/2012 2:18:55 PM) comp.lang.idl-pvwave Hi,
I produced a easily accessible documentation file (docset) based on IDL 8.1 to be used with Dash > http://kapeli.com/dash/
It Includes also IDLdoc documentation.
There is also a PostGIS2 docset, if y... kidpixo(23)
IDLdoc 3.5 beta228 (9/4/2012 11:03:29 PM) comp.lang.idl-pvwave I'm getting ready to release IDLdoc 3.5. Read more about it and get the
download links on my website:
http://michaelgalloy.com/2012/09/04/idldoc-3-5-beta.html
If you give it a try, please let me know... mgalloy(665)
Parrallel Matrix Inversion in IDL?142 (9/7/2012 3:59:35 AM) comp.lang.idl-pvwave Does anyone know of an implementation for parallel matrix inversion in IDL? e.g. using IDL Bridge to split the task over multiple threads.
More generally, is there a library out there for doing parallel line... mattjamesfrancis(43)
Reading non-standard variable sizes331 (9/7/2012 8:44:21 PM) comp.lang.idl-pvwave I'm attempting to read values from a binary file with some strange variable formats. Specifically, I have a field of data that uses 9 bytes. No IDL data format has 9 bytes. I can do the following:
data = ... Danielsn81(49)