comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Looping through arrays
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Looping through arrays [message #94124 is a reply to message #94123] Sat, 21 January 2017 12:20 Go to previous message
Ben is currently offline  Ben
Messages: 4
Registered: February 2001
Junior Member
Good to know about the asterisks. I have used them extensively and will fix that.

I actually do use the header to read in things like:
obsdate = sxpar(hdr,'date-obs')
ra = sxpar(hdr,'objctra')
dec = sxpar(hdr,'objctdec')
hour = double(strmid(obsdate,12,2))
minute = double(strmid(obsdate,14,2))
second = double(strmid(obsdate,17,2))
deg = double(strmid(dec,1,2))
amin = double(strmid(dec,4,2))
asec = double(strmid(dec,7,4))
I left a great deal of stuff out that I thought would just clutter things up.

Thanks for the feedback.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: some users will be harmed by the new licensing policy in IDL 8.6
Next Topic: Orientation of 2-d plot

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:59:41 PDT 2025

Total time taken to generate the page: 0.00410 seconds