Since 6/4/2012 7:35:34 AM, craig.markwardt has written 2 articles and participated in 184 conversations. craig.markwardt signature: craig.markwardt
craig.markwardt's articles:
Items(2) /1
Reminder: leap second on July 1st!040 (6/15/2012 7:01:22 PM) comp.lang.idl-pvwave Greetings-- If there are any IDL users that are concerned about precision timing, there will be a leap second applied at the June 30 - July 1st boundary.
If you use my TAI_UTC.PRO procedure to correct for l... Craig
Updates to Markwardt Library934 (12/22/2011 2:38:31 AM) comp.lang.idl-pvwave Hi Folks-- These days I don't promote my IDL library of software on the news group much any more, but seeing David put out some update notices got me motivated. I added a bunch of new routines that people mig... Craig
compare 2-d array with vector530 (9/24/2012 7:32:17 AM) comp.lang.idl-pvwave Hi all, I'm having problem when comparing a 2-d array with a given vector. For example, if giving a 2-d array
a=[[1,1,1],
[2,2,2],
[3,3,3],
[4,4,4]]
and a vector b=[1,2],
how can I get all the subscrip... dxsong11(1)
structure arrays with different structures349 (9/9/2012 1:08:38 AM) comp.lang.idl-pvwave Hi all,
I'm having some data that's gathered together in different structures and a=
rrays, and I want to collect everything in a structure array in this manner=
:
struct_template =3D { name:'', select:... sfrimann(6)
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)
MPFITFUN problem #2124 (8/28/2012 11:43:11 AM) comp.lang.idl-pvwave Hi,
I met a problem, when I used MPFITFUN.pro to fit a base of data using a use=
r function, the procedure gave a error as:
% MPFIT: Error detected while calling mpfitfun_eval:
% MPFIT: Array dimensions mus... sher.astro(1)
Format code to trim leading zeroes?327 (8/28/2012 5:10:09 AM) comp.lang.idl-pvwave I am not sure this can be done easily, but I was looking for some way
to format numbers in order to return the number without leading zeroes
or the decimal. For example,
if I have
0.003508
I want to ... ajillig(10)
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)
evenly spaced vector #21238 (8/21/2012 6:21:44 PM) comp.lang.idl-pvwave hi all.
i encountered an internet problem so i'll send the post again.
i have x and y points that describe an open curve in 2D space but this curve doesn't be represented by functions. lets say it is a ra... duransivan(9)