Since 5/3/2012 12:30:34 AM, m.hadfield has written 5 articles and participated in 289 conversations. m.hadfield signature: m.hadfield
m.hadfield's articles:
Items(5) /1
Animation formats revisited336 (5/5/2006 2:44:26 AM) comp.lang.idl-pvwave This post follows on from the discussion in the "6.3 reactions" thread on the new Motion JPEG2000 format and the alternatives, but it is moving OT for that thread so I am starting a new one. Thanks for the i... Mark
Desperately seeking AVI source code141 (1/27/2005 8:56:35 PM) comp.lang.idl-pvwave Hello folks (especially Oleg Kornilov and Ronn Kling) As many of you know, and as explained briefly by David Fanning here http://www.dfanning.com/fileio_tips/avi.html there are two versions of a package t... Mark
Valid Fortran: recursive write statements?442 (1/9/2005 11:15:16 PM) comp.lang.fortran I'd like a ruling from the Fortran gurus: is the following valid Fortran 90/95? What about the 2003 standard? module mymod contains function mystring () character(len=4) :: mystring write (unit=m... Mark
Why are iTools so slow?736 (9/30/2004 12:05:32 AM) comp.lang.idl-pvwave The subject line says it, really. I kind of like the idea of iTools, and I'd like to tap into the framework for my own tools. (I've started to use property-sheet widgets, but nothing else.) If I do IDL> ... Mark
Reg netCDF plotting028 (9/14/2004 9:43:37 PM) comp.lang.idl-pvwave hari sundharesan wrote: >dear sir > i am an undergraduate student currently working on IDLDE..i >have to read data from a netcdf file and plot the same. the data in >the file is in the form of ar... Mark
IDL source code formatter337 (5/8/2006 8:05:32 PM) comp.lang.idl-pvwave Hi! I am looking for a free program that formats IDL source code with indents and spaces. The program must run on Linux and change the source code. Any help would be greatly appreciated. Cheers. Joao ... joaof
changing a datatype in a structure634 (5/11/2006 12:09:52 AM) comp.lang.idl-pvwave Ok, here is my current very frustrating problem. I have ALOT of IDL work done the general idea is that I read in binary files that are stored in very specific format...blah blah, the details aren't important, ... mark.macauda(1)
Animation Creations729 (5/20/2006 9:38:23 AM) comp.lang.idl-pvwave Would anybody happen to know what is the easiest way in IDL to create animations in the form of mpeg or avi files from a series of still images in png, jpg or other format. I see there are some licensing issues... nasalmon1(1)
Promised new IDE?1762 (5/24/2006 12:21:04 AM) comp.lang.idl-pvwave Back at the end of January I asked the question, Where are my friggin line numbers? Peter Clinch mentioned that there was possibly a new IDE being released wiht version 6.3, and to check in March. March has com... swingnut(34)
Julian Day Question2352 (5/26/2006 2:53:41 AM) comp.lang.idl-pvwave Folks, The last thing I, uh, would want to do is cause great confusion, but I have a question about time. My copy of Astronomical Algorithms arrived today, and I've spent the evening out on the porch, drinkin... davidf1(1521)
structures still confusing521 (6/13/2006 1:24:15 AM) comp.lang.idl-pvwave Hi Gurus, finally something, where I don't know, if it's odd idl syntax or not... something about structures. FUNCTION test_struct s = [{ m : [1L, 2L, 3L], n :1L }] FOR i =... rother1(5)
Precision Problem621 (7/24/2006 4:51:40 PM) comp.lang.idl-pvwave Hello All, Using IDL version 6.2 on a Windows XP machine I am reading in a set of coordinates from a binary file (it is LiDAR data stored in LAS Version 1.0 format) stored in UTM NAD83 Zone 11 and these points... dmcnamara(6)
Deleting a variable from a NetCDF file544 (7/24/2006 8:47:13 PM) comp.lang.idl-pvwave Hi, I am pretty new to idl, and I could find out an answer to my problem in the idl helper program. Does anyone know how to delete a variable from a NetCDF file? You help is greatly appreciated. Thanks, Ale... alexzcervantes(7)
IDL_IDLBridge in Virtual Machine421 (7/26/2006 2:54:56 PM) comp.lang.idl-pvwave I would like to know whether or not the IDL_IDLBridge object is useful for VM programs. The program I am working on will be used by people with only the VM, and it would be very nice to do some computations in ... warn0180