Since 4/2/2012 5:23:14 AM, panasencoaram has written 4 articles and participated in 1 conversations. panasencoaram signature: panasencoaram
panasencoaram's articles:
Items(4) /1
Spam Overflow...3159 (4/25/2010 7:08:08 PM) comp.lang.idl-pvwave Is there anything we can do?
I have clicked the 'Report Spam' button for every spam topic I saw,
but it doesn't seem to affect anything. Is there some sort of
moderator that can delete all this garbage?
~... Aram
Procedures and Functions - Checking Input Data for Validity7128 (4/17/2010 3:27:57 AM) comp.lang.idl-pvwave I tried searching IDL Help for a way to simplify checking for validity
of passed in arguments, but the only thing I was able to find was
documentation of some C macros (please correct me if there actually is
... Aram
IDL Array Push9280 (4/4/2010 11:38:30 PM) comp.lang.idl-pvwave I decided to write an IDL procedure an analogue of which is commonly
used in more modern computer languages: Array.push().
;+
; NAME:
; PUSH
;
; PURPOSE:
; Given two input arrays, the procedure mod... Aram
An easier way to draw a geodesic?3365 (4/4/2010 1:24:12 AM) comp.lang.idl-pvwave Hello, everyone! I've been programming in IDL for a little under a
year now, and I am currently building a program part of which involves
graphically selecting a 4-point polygon on a sphere (each side of
whi... Aram
panasencoaram's replies:
Items(1) /1
SAVE compress and Gzip6293 (6/18/2010 11:33:05 AM) comp.lang.idl-pvwave Hi,
I'm trying to compress save files already done.
If I compress the sav files in the unix terminal with Gzip, then IDL
"RESTORE" command does not recognize them:
IDL> save, a, filename='test.sav'
IDL... Xavi