wavelength calibration #3361 (11/1/2011 2:08:51 PM) comp.lang.idl-pvwave Hello IDL gurus, I have a night-sky emission spectrum (from my data), and a list of irregularly-gridded night-sky lines (from the literature). I'm trying to perform a wavelength calibration of my data; I have... Gray
Wavelength Calibration #2235 (7/22/2011 7:08:21 PM) comp.lang.idl-pvwave Hi all, I've been beating my head against the wall trying to get this to work for two days... so I figured I'd head on over here and see if anyone could help. I'm trying to perform wavelength calibration for ... Gray
ps_start, window problem341 (6/29/2011 6:22:56 PM) comp.lang.idl-pvwave Hi all, Hopefully this works (my last two posts never showed up...). I'm trying to= run something on IDL 8.0.1 on someone else's machine, over an SSH tunnel. = My code uses PS_START and PS_END to create pos... Gray
contour and points #2537 (6/28/2011 10:10:55 AM) comp.lang.idl-pvwave Hi all, What's the easiest/best way to determine which of a set of points is inside a contour (created with cgcontour)? Thanks! --Gray ... Gray
contour and points037 (6/28/2011 1:38:08 AM) comp.lang.idl-pvwave Hi all, What's the easiest/best way to find out if a point lies inside or outside a closed contour? My contours were created using cgcontour. Thanks! --Gray ... Gray
IDL hates python?154 (6/23/2011 12:05:52 PM) comp.lang.idl-pvwave Hi all, As part of my very long and complicated IDL program (running in IDL 8.0.1), I use SPAWN to call a package (that I didn't write) which involves some Python routines; example code, very stripped down: f... Gray
HASH -- bug, or "feature"?247 (4/20/2011 7:12:52 PM) comp.lang.idl-pvwave Can anyone tell me why, when you create a hash, the elements are not in the order of the keys you give? And, even worse, when you index a hash with an array of keys, the resulting hash does not come out in the... Gray
Improve contrast with ASINHSCL441 (4/11/2011 3:42:37 PM) comp.lang.idl-pvwave Hi all, Can anyone tell me how to improve contrast when I'm asinh scaling and image? The tip on idlcoyote.com doesn't really go into it. I'm assuming it has to do with the beta parameter, but I'm not sure ho... Gray
Interpolate between two curves1646 (3/25/2011 11:40:28 PM) comp.lang.idl-pvwave Hi all,
I have a large set (>10,000) of x,y data points, and two non-
overlapping curves (2nd-degree poly fits):
y = a1*x^2+b1*x+c1
y = a2*x^2+b2*x+c2
Curve 1 has z=0 and curve 2 has z=5; z values change... Gray
zenpos vs. SkyCalendar128 (3/15/2011 11:04:03 PM) comp.lang.idl-pvwave Hi all, I'm trying to use ZENPOS from the IDL Astronomy Library, but I'm not getting the results I expect. If I compare with SkyCalendar (http:// preview.tinyurl.com/495ys8l) for Kitt Peak, I get: Date (eve/... Gray
Formatted printf output642 (6/21/2011 1:30:11 PM) comp.lang.idl-pvwave Hi, I am trying to print a list of numerical values into a .txt file to be later imported by Excel. For this purpose, I want to change IDL's output when printing from 2.35 to 2,35 (comma). I was looking in the ... axelus(11)
Sort a HASH235 (6/22/2011 12:06:37 PM) comp.lang.idl-pvwave How can you sort a HASH() in IDL? IDL> h=3Dhash(['a','c','d','b'],[7,1,5,8]) IDL> print,h c: 1 a: 7 b: 8 d: 5 OK, they are randomly sorted. That's cool, it's a hash. I'll just so... jdtsmith.nospam(65)
contour and points #2537 (6/28/2011 10:10:55 AM) comp.lang.idl-pvwave Hi all, What's the easiest/best way to determine which of a set of points is inside a contour (created with cgcontour)? Thanks! --Gray ... graylikethecolor(117)
A problem with the group?344 (6/29/2011 10:04:40 AM) comp.lang.idl-pvwave I haven't seen a message posted to the group since the 25th June. I'm posting this to see if it's my computer / Google account. David ... dplatten(17)
ps_start, window problem341 (6/29/2011 6:22:56 PM) comp.lang.idl-pvwave Hi all, Hopefully this works (my last two posts never showed up...). I'm trying to= run something on IDL 8.0.1 on someone else's machine, over an SSH tunnel. = My code uses PS_START and PS_END to create pos... graylikethecolor(117)
Loading Sorted Images into a 3D array497 (7/21/2011 3:06:04 PM) comp.lang.idl-pvwave I have a stack of 55 png images (256 X 256, 24-bit each). I am creating a 3D array and would like to load the images in an ascending order. But this is not happening since IDL is loading them 1,10,101,.....2,20... manisha.rkp(19)
Hash in IDL?244 (7/22/2011 1:32:49 AM) comp.lang.idl-pvwave Does anyone know of a standardish implementation of a hash (or associative array if you will) in IDL? I've written one using the custom object features in 7.1 and it seems to do the job, but I wonder if there ... mattjamesfrancis(43)