Need Help with IDL? Check Out These Tutorial Recommendations!

  • Thread starter Thread starter liesandcake
  • Start date Start date
  • Tags Tags
    Tutorial
AI Thread Summary
A user seeking help with IDL programming, particularly in compiling and running .pro files, initiated a discussion about their struggles as a beginner. They expressed a need for tutorials and assistance, especially for upcoming data analysis work involving Fourier Transform Spectroscopy. Another user, facing a similar situation with no prior experience in IDL, joined the conversation, highlighting a lack of responses due to the thread's inactivity for over five years. A third participant provided a link to Excelis, the current owner of IDL technology, which includes documentation and resources. The original poster later reported success using a combination of Excelis resources and trial and error to overcome their initial challenges.
liesandcake
Messages
3
Reaction score
0
Hey everyone,

I just recently started working with a professor at my school who does a lot of programming in IDL (by ITT Visual Information Systems). I am new to the program/language, and was wondering if anyone has any suggestions for a good tutorial which goes over compiling and running .pro files. I'm having a hard time getting a very simple file I've written to go through.

Also, if anyone is experienced in IDL and willing to provide help here and there please PM me. I'm going to be doing a lot of data analysis (including Fourier Transform Spectroscopy) and I could use some friends that are familiar with IDL.

Thanks a lot,

-Dylan
 
Technology news on Phys.org
Hey Dylan,
Did anyone ever get back to you about this? I'm in a remarkably similar situation. I start undergraduate research in a couple days using IDL and I have ZERO experience with the language. My background in programming is pretty weak as is so I am trying to consume as much material on IDL as possible before Tuesday!
Thanks in advance
 
MathPhysFanatic said:
Hey Dylan,
Did anyone ever get back to you about this? I'm in a remarkably similar situation. I start undergraduate research in a couple days using IDL and I have ZERO experience with the language. My background in programming is pretty weak as is so I am trying to consume as much material on IDL as possible before Tuesday!
Thanks in advance
You're the first person to post in this thread for more than 5 years, so I doubt that anyone got back to the OP here. I did a search and found Excelis as apparently being the company that owns this technology now. Here's a link to some documentation, programming, and resources - http://www.exelisvis.com/docs/home.html.
 
Mark44 said:
You're the first person to post in this thread for more than 5 years, so I doubt that anyone got back to the OP here. I did a search and found Excelis as apparently being the company that owns this technology now. Here's a link to some documentation, programming, and resources - http://www.exelisvis.com/docs/home.html.
Thanks for the response, I ended up using a combination of Excelis and trial and error but I'm off my feet and running now!
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
What percentage of programmers have learned to touch type? Have you? Do you think it's important, not just for programming, but for more-than-casual computer users generally? ChatGPT didn't have much on it ("Research indicates that less than 20% of people can touch type fluently, with many relying on the hunt-and-peck method for typing ."). 'Hunt-and-peck method' made me smile. It added, "For programmers, touch typing is a valuable skill that can enhance speed, accuracy, and focus. While...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top