pson + !p.multi + xyouts136 (1/5/2008 6:52:15 PM) comp.lang.idl-pvwave Hi Folks, I ran into a problem with xyouts with !p.multi and pson..Any suggestions?? pson,filename='plot.ps',paper=A4 !p.multi=[0,1,5] ;plot #1 plot,a,b,xticklen=1,yticklen=1,xgridstyle=1,ygridstyle=1,$ ychars... metachronist
problem with vector plots029 (12/7/2007 9:10:08 AM) comp.lang.idl-pvwave Greetings all! I am trying to plot vectors using one_arrow. For example, If the aspect ratio is 1 (!x.crange=!y.crange), then I can see nice sexy looking vectors.. In data coordinates, the arrowsize is scaled b... metachronist
string conversion & integer426 (11/8/2007 5:16:25 PM) comp.lang.idl-pvwave Okay folks, I am sure this has been discussed many times already. Maybe trivial/silly... Anyway, to make sure: Problem: ------------ >print,where(X.dd eq dd_d) -1 I think it's got to do with internal... metachronist
multiple line plots in colors & legend335 (10/15/2007 2:51:12 PM) comp.lang.idl-pvwave Hello! I have a need to superpose a bunch of plots (XY) and this is what I did: (It is a kludge, I am sure elegant solutions exist.. sometimes I wish science to be devoid of pretty plots..heh) .., to give an e... metachronist
stack vector plots045 (9/4/2007 3:34:28 PM) comp.lang.idl-pvwave Folks, My requirement may be too trivial. I have 1D vector data with time on x-axis and discrete locations (latitudes) on the y-axis. I want to stack them up along these different latitudes. What would be the b... metachronist
plot axis problem?332 (8/1/2007 5:40:26 AM) comp.lang.idl-pvwave IDL Gurus, I think this is too trivial.. but anyways I can't get it right :( IDL> time=[22.,23.,0.,1.,2.,3.,4.,5.,6.,7.] IDL> field=[4.2,56.7,89.34,22.,0.,43.5,10.,2.,33.,-10.5] So the time values start at 22... metachronist
text positioning within multiple plots826 (7/10/2007 2:38:08 PM) comp.lang.idl-pvwave May be this is already been discussed or trivial. In any case, I have multiple plots that go into same page, and I would like to position text within each of these sub windows, as they are plotted from within a... metachronist
moxed format file i/o038 (7/3/2007 2:42:28 PM) comp.lang.idl-pvwave Hi All, I have a data file which has mixed formats (part in ascii and part bin). The file structure is like this: ascii - Couple of lines of header, followed by a (variable) # of lines. This ascii part (heade... metachronist
the NaN effect :-|940 (6/12/2007 3:33:59 PM) comp.lang.idl-pvwave This stumps me.. We had some discussions on NaN's earlier, but mostly wrt 'TOTAL' Lets say, IDL>a=[6.2,12.5,14.1,0.,22,!values.f_nan] IDL> print,max(a) 22.0000 IDL> print,min(a) 0.00000 ; Now I inc... metachronist
IDL segfault - debian+variants - libx11-6 client lib026 (4/25/2007 4:51:26 AM) comp.lang.idl-pvwave Ittvis offers this solution @ http://www.ittvis.com/services/techtip.asp?ttid=4177 for the segfault problem for Debian and its variant Ubuntu. $sudo dpkg -i libx11-6_1.0.3-6_i386.deb This doesn't necessarily ... metachronist
My Last Day on the Job5135 (8/29/2008 4:30:15 PM) comp.lang.idl-pvwave Folks, I just wanted to let you know that today is my last day on the job as an IDL consultant. Next week I start a full-time job elsewhere. I will still be doing a bit of IDL programming, but my plan is to ... news2122(4023)
IDL batch indexing728 (3/11/2008 5:30:41 AM) comp.lang.idl-pvwave Hi all, I am writing a batch processing routine in order to do some querying. Steps: 1) Read in 30 images ( could be 60 or more..hence using batch) Since i am using a file_search method to read in all the f... raghuram.narasimhan(28)
Any interest in an IDL to Python interface?838 (2/28/2008 4:00:30 PM) comp.lang.idl-pvwave We're thinking of coming out with product that acts as a bridge between IDL and Python, and are trying to get an idea of how much of a demand there is for this sort of thing. It would make Python modules usabl... jason.ferrara(7)
Creating machine-specific, licensed IDL software329 (12/15/2007 6:59:43 PM) comp.lang.idl-pvwave I'm contemplating creating commercial software that will be licensed for use on specific machines. In an effort not to re-invent the wheel, can anyone provide a good recommendation for how to implement such a s... MKatz528(48)
Reading a set of data with string type entries637 (11/30/2007 5:44:54 AM) comp.lang.idl-pvwave Dear all, I need to read in a large set of data. Each entry is started with a name, followed by many numbers. The numbers are separated by spaces, but the length of each number is not fixed. My problem is lik... idllearner(16)
Using IDL shell in crontab651 (11/24/2007 1:07:15 PM) comp.lang.idl-pvwave I tried hard to get the answer on the web, but I got no clue. My problem is really simple. I draw simple figures with IDL code and it work without any problem. I use simple shell file like idl /data1/kimws... bearstone(3)
string conversion & integer426 (11/8/2007 5:16:25 PM) comp.lang.idl-pvwave Okay folks, I am sure this has been discussed many times already. Maybe trivial/silly... Anyway, to make sure: Problem: ------------ >print,where(X.dd eq dd_d) -1 I think it's got to do with internal... rkombiyil(60)
Problems with visual depth of 24 in IDL 6.1122 (10/19/2007 9:16:48 AM) comp.lang.idl-pvwave Hello! My problem, here we are: I shall apply an IDL Program which produced perfectly good pictures when using a graphic card of visual depth=16. However, my graphic Card seems to be younger having a visual d... vera.meyer
multiple line plots in colors & legend335 (10/15/2007 2:51:12 PM) comp.lang.idl-pvwave Hello! I have a need to superpose a bunch of plots (XY) and this is what I did: (It is a kludge, I am sure elegant solutions exist.. sometimes I wish science to be devoid of pretty plots..heh) .., to give an e... rkombiyil(60)