Geometry.Net - the online learning center
Home  - Basic_I - Idl Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 97    Back | 1  | 2  | 3  | 4  | 5  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Idl Programming:     more books (15)
  1. IDL: Background and status (Technical report. Carnegie Mellon University. Software Engineering Institute) by Donald L Stone, 1987

21. Dimeo IDL Programs
other useful IDL sites I have found the following links to be quite useful in my program development although there are numerous other idl programming sites.
http://www.ncnr.nist.gov/staff/dimeo/idl_programs.html
IDL Programs
The following IDL procedures, functions, and objects were developed either for the DAVE project directly, as a learning exercise for myself or as part of the local IDL training I occasionally do here at the NCNR. One of the entries for the object widget programs is an example of such a learning exercise. The program PAN is a complete curve fitting utility with a graphical user interface for novices and experts alike.
PAN: Peak Analysis
A general purpose curve fitting program with a graphical user interface.
Widget programs

Object class definitions

Object widget programs

Links to other useful IDL sites

Widget programs
SEUTIL.PRO

This simple widget program solves the Schrodinger equation in one dimension using the discrete variable approximation. The user can type in a function of x that represents the potential (in IDL syntax), and the eigenvalues and probability density are calculated for that potential. The accuracy of the eigenvalues increases as the size of the Hamiltonian increases but at the cost of processing speed.
Screen shot
XCALC.PRO

22. Practical IDL Programming
Practical idl programming Liam E In Practical idl programming , Liam E. Gumley provides a solid foundation in the fundamentals of procedural programming in IDL.
http://www.harcourt-international.com/catalogue/title.cfm?ISBN=1558607005

23. Welcome To Adobe GoLive 4
Spamalize/idl programming Tips This page Spamalize. There are also several tutorials available for idl programming in general. Most
http://tezpur.keck.waisman.wisc.edu/~oakes/spam/spam_idl_programming.html
Spamalize/IDL Programming Tips This page contains an introduction to programming in IDL , in the style that is embodied by Spamalize . There are also several tutorials available for IDL programming in general. Most of the Spamalize routines involve a Graphical User Interface (GUI) that displays parameters, options, and images, and then some programs that actually do the work. The bulk of this page is devoted to the nuts and bolts of Spamalize , so you can figure out how to steal pieces of Spamalize code to include in your own IDL application. Alternately, you could also plug your code into Spamalize's framework (it's easy!) and save a lot of work. If you make a nifty addition, please tell me about it ( oakes@psyphw.psych.wisc.edu ) so I can include it for others to use. There is a seperate page devoted to Spamalize installation PRO SPW_CONTINUE
;***create base***
cont_base = WIDGET_BASE(TITLE='Click to Continue:', /FRAME)
;***create button:***
continue_but= WIDGET_BUTTON(cont_base, /FRAME,$
VALUE=' CONTINUE ',UVALUE='CONT')

24. Welcome To Adobe GoLive 4
idl programming This page contains links to several tutorials for programming in IDL. There are a few books on idl programming which I have found very useful.
http://tezpur.keck.waisman.wisc.edu/~oakes/idl/idl_programming.html
IDL Programming This page contains links to several tutorials for programming in IDL. There is an introductory IDL tutorial avaialble, but if you are new to IDL you should peruse the IDL manual or one of the excellent books mentioned below. Tutorials are available for: Training Manuals There are a few books on IDL programming which I have found very useful. The IDL reference manuals are quite helpful if you already have some idea of what you need. The reference manuals contain a few examples for beginners, but the first book I would recommend reading is:
"IDL Programming Techniques" by David Fanning . It has a lot of examples and is a great book!
Another excellent book is:
"Application Development with IDL" by Ron Kling . This is a somewhat more advanced book, but also has some very nice example programs that are quite useful for image analysis. I have copies of both of these books if you want to borrow them (and you work in my lab!), or you can purchase them through RSI (makers of IDL).

25. Practical IDL Programming
Practical idl programming Gumley; L. By Morgan Kaufmann. Grey Matter Price £31.10 Express About Practical idl programming. Add
http://www.greymatter.co.uk/Developers/GmHome/sr3_prdidx.asp?id=44891

26. Introduction To IDL Programming
Introduction to idl programming. by Eric Crowe. Table of Contents. 1. Getting Started with IDL 2. Writing your first program 3. Introduction
http://www.internaldosimetry.com/linkedpages/introidlcont.html
Introduction to IDL Programming by Eric Crowe Table of Contents 1. Getting Started with IDL
2. Writing your first program
3. Introduction to event handling
4. Using IDL structures to share data
5. Using common blocks to share data
6. Sample region drawing program using material learned in the course
Back

27. Java IDL: Programming Guide
Programming Guide. Getting Started Hello World. Naming Service. Advanced Topic Dynamic Skeleton Interface Home, Concepts, Programming, Reference, Tutorial.
http://java.sun.com/j2se/1.3/docs/guide/idl/program.html
Programming Guide
Getting Started: Hello World
Example: Persistent State and User Exceptions
Example: Callback Objects
Example: Implementation Inheritance ... Tutorial

28. Java IDL: Programming Guide
Programming Guide. Getting Started Hello World has a transient server. Example Persistent Server. Example POATie Server-Side Model.
http://java.sun.com/j2se/1.4.2/docs/guide/idl/program.html
Programming Guide
Getting Started: Hello World has a transient server
Example: Persistent Server
Example: POA-Tie Server-Side Model
Example: ImplBase Server-Side Model
Example: Interoperable Naming Service ... Tutorial

29. 1558607005 Practical IDL Programming
Static Book Details Page Click Here to go to Computer Manuals Website. Practical idl programming ISBN 1558607005. By Gumley, L. Publisher MORGAN KAUFMANN.
http://www.compman.co.uk/htmlcat/1558607005_Practical_IDL_Programming.asp
Index Next Record Browse
Free Callback
...
For Pricing and Availability Click Here Static Book Details Page - Click Here to go to Computer Manuals Website
Practical IDL Programming
ISBN: 1558607005
By: Gumley, L Publisher: MORGAN KAUFMANN Our Price: 25.89 Discount: 26% RRP: 34.99 Increasingly, scientists and engineers must quickly and efficiently analyze and visualize extremely large sets of data. Interactive Data Language, IDL, was designed to address just this need. A popular data analysis and visualization programming environment, IDL is used worldwide by scientists and engineers in fields as diverse as the physical sciences, medical physics, and engineering test and analysis.
In Practical IDL Programming, Liam E. Gumley provides a solid foundation in the fundamentals of procedural programming in IDL. He presents concise information on how to develop IDL programmers that are well structured, reliable, and efficient. The example programs in the book demonstrate key concepts and provide functionality that can be applied immediately. In addition, the book offers readers practical tips and advice on IDL programming, which they would otherwise discover only after years of experience.
While only modest prior programming experience is assumed, readers with experience in any procedural language will quickly translate their skills to IDL, learning the best programming practices for this new environment. Scientists, engineers, and students in educational, government, and commercial research and development environments will all appreciate the author's guidance in helping them effectively analyze and visualize data.

30. HDF-EOS USER Forum - New Book: "Practical IDL Programming"
Thread Title New book Practical idl programming Created On Thu Jun 21, 2001 931 AM. lgumley Posts 15 Joined Feb 2003. Thu Jun 21, 2001 931 AM,
http://hdfeos.gsfc.nasa.gov/hdfeos/forum/messageview.cfm?catid=15&threadid=3011

31. Floating Point Systems - IDL Request Information
idl programming (3 days). Overview. Course Timetable idl programming, Programming IDL 5.0, Advanced Application Development, Month. 23rd 25th. 26th - 27th. February.
http://www.floating.co.uk/idl/idl_training.html
IDL - Training Courses
About IDL Request Info Tech Support Consultancy ... Contact] Whatever your level of experience with IDL, we have a course for you. From novice user to advanced developer, our courses enable you to get the most out of your investment in IDL. The courses are informal and highly interactive, using worked through examples to reinforce programming concepts. Taking place at our training facilities in Wokingham, the courses include lunch, provision of hardware and a comprehensive training manual. For organisations with a number of delegates, on-site courses are available offering substantial cost savings per delegate. Please call for details. There are three standard courses available and these are described below. We also offer tailor-made courses for those with specific training requirements.
IDL Programming (3 days) Overview The IDL Programming course is designed to give beginners and intermediate users of IDL a
thorough understanding of the IDL environment, and an in-depth knowledge of programming
in IDL.

32. Floating Point Systems - IDL Links Page
Other Interesting IDL Sites. Coyote s Guide to idl programming Dave Fanning s IDL Web pages. Many of the routines are related to idl programming support.
http://www.floating.co.uk/idl/idl_links.html
IDL - Related Sites
About IDL New Features Request Info Downloading ... Contact
Other Interesting IDL Sites
Coyote's Guide to IDL Programming
Dave Fanning's IDL Web pages. These have to be the number one place to get the best independant information and source programs for IDL.
Johns Hopkins Applied Physics Lab IDL Web Page.
This site contains some of the best examples of IDL programs in a variety of categories.
Phil William's Home Page at the Children's Medical Center.
Of particular interest are the file I/O utilities for MRI imaging scanners and the XDISPLAY program which is a general purpose imaging tool.
IDL Astronomy Library World Wide Web home page.
This site is a general repository of IDL astronomy routines.
University of Washington Astronomy World Wide Web home page.
This site contains over 3000 IDL procedures and functions written by users all over the world.
IDL Wavelet Workbench by Amara Graps.
This library of wavelet routines for image and signal analysis can be run from a graphical user interface or from the IDL command line.
IDL Help for Advanced Users by Scott Claflin.

33. Computers/Programming/Languages/IDL
Coyote s Guide to idl programming A guide to IDL (Interactive Data Language) programming, example programs, and other resources. url www.dfanning.com/.
http://www.portalscripts.com/portal/programming/Computers/Programming/Languages/
Home Documentation Support Forums Customer Portal ... News Portal
Welcome News Portal User Profile Customize News
Demos: Metasearch Open Directory ODP Music Portal ODP Sports Portal ... ODP United Kingdom Portal
Search Demos: Metasearch ODP Search Music Search Sports Search ... UK Search
More Demos: Real Estate Directory Washington DC Directory Programming Guide Shopping Guide ... Australian Businesses
This Page is generated by Absolute Portal
Programming Guide
the entire directory only in IDL
Programming Guide
Languages : IDL Popular Categories Popular Searches Popular Links In Association with Amazon.com Web Sites Research Systems
Dedicated to bringing the most advanced data analysis and visualization tools available today. Website will provide the latest information on IDL, ENVI, ION, and The Visible Human.
url: www.rsinc.com/
Better IDL HDF Documentation

Provides IDL HDF Documentation, links to IDL programming techniques, charts and software. url: www.dfanning.com/tips/hdf_documentation.html Coyote's Guide to IDL Programming A guide to IDL (Interactive Data Language) programming, example programs, and other resources.

34. John Wiley & Sons, Inc.: PROGRAMMING WITH JAVA IDL
PROGRAMMING WITH JAVA IDL. Geoff Lewis, Steve Barber, and Ellen Siegel. Click here to jump to the companion web site for Programming with Java IDL. Cover.
http://www.wiley.com/legacy/compbooks/lewis/
wiley.com
PROGRAMMING WITH JAVA IDL
Geoff Lewis, Steve Barber, and Ellen Siegel
If you are not automatically taken to the companion web site for
Programming with Java IDL please download the latest version of
or Internet Explorer.
Click here to jump to the companion web site for Programming with Java IDL.
ISBN 0-471-24797-9
336 pages
December, 1997 Wiley Computer Publishing
Timely. Practical. Reliable.

by

35. The IDL Programming Group At FZ Juelich

http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_people.html

36. IDL Programming Guidelines
idl programming Guidelines. MOST IMPORTANT GUIDELINE Always document your changes. Making changes If you want to make changes to
http://www.astro.uni-jena.de/Internal/Localidl/astron/local/guidelines.html
IDL Programming Guidelines
MOST IMPORTANT GUIDELINE
Always document your changes.
Making changes

If you want to make changes to a existing common routine, copy this routine to some private directory. Make the changes to your local copy and test the new routine thoroughly. After your are sure that the new version is working, update the header (description) of the routine accordingly. The changes have to ensure backward-compatibility, i.e. the routine should behave exactly like it did before the changes, if it is called in the same way. If this is not feasible, talk to everybody, who might use this routine, or do not make the changes public. Then you may copy the new version back to the common IDL directory. Also make an entry in the "HEADER"-file in the respective directory.
Starting a new routine

If you have developed or want to develop a routine which you think is of common interest, make the development and testing in your local directory. When the routine is working like you want to work it, write a complete documentation of of this routine as the header of that routine. An example header is found here . The Emacs IDLWAVE-mode provides an template header. After these steps, copy the routine to the appropriate IDL directory and make an entry in the HEADER"-file.

37. Programming In IDL
Programming in IDL or DOS) prompt. This command is very useful for running C or FORTRAN programs from within IDL. You can use IDL
http://amath.colorado.edu/scico/tutorials/idl/Programming.html
Programming in IDL
  • Kinds of Programs in IDL Conditional Statements Types of Programs
    • Batch Files
      • A batch file works just like something you type in at the command line. Execute a batch file with @mybatch . Note the Good for taking care of a bunch of common tasks. For example, I use the following batch file to (re)compile and run a procedure which has several supporting functions and procedures (notice they are also recompiled).
        retall
        close, /all
        .run read_writeequator
        .run onion
        .run hold_mixing_ratios
        .run plotmod
        onion As seen above, batch files can execute 'executive' commands ( .run, .compile ...). Procedures and functions cannot use these commands, which can make compiling supporting routines tricky. Inserting a batch file into another program is just like copying the contents of the batch file into that location in the new program. You can use this to save a lot of typing of common blocks of code.
      Main's
      • Has no declaration a the beginning (contrast this with functions and procedures) and ends with END Only one main can be in use at a time.

38. IDL Tutorials
http//fermi.jhuapl.edu/s1r/idl/idl.html This is a idl programming resource, so there is no basic stuff here. If you plan to write
http://amath.colorado.edu/scico/tutorials/idl/
IDL Tutorials on the Web

39. :: Ez2Find :: IDL
IDL HDF Documentation Site Info - Translate - Open New Window Provides IDL HDF Documentation, links to idl programming techniques, charts and software.
http://ez2find.com/cgi-bin/directory/meta/search.pl/Computers/Programming/Langua
Guide : IDL Global Metasearch
Any Language English Afrikaans Arabic Bahasa Melayu Belarusian Bulgarian Catala Chinese Simplified Chinese Traditional Cymraeg Czech Dansk Deutsch Eesti Espanol Euskara Faroese Francais Frysk Galego Greek Hebrew Hrvatski Indonesia Islenska Italiano Japanese Korean Latvian Lietuviu Lingua Latina Magyar Netherlands Norsk Polska Portugues Romana Russian Shqip Slovensko Slovensky Srpski Suomi Svenska Thai Turkce Ukrainian Vietnamese Mode
All Words Any Word Phrase Results
Timeout
Depth
Adult Filter Add to Favorites Other Search Web News Newsgroups Images
Guides IDL
ez2Find Home Directory Computers Programming ... Languages : IDL Related Categories Computers: Programming: Languages: Garbage Collected: Procedural Computers: Programming: Languages: Interpreted: Procedural Computers: Programming: Languages: Procedural Computers: Programming: Languages: Yorick
Web Sites

40. Alexa Web Search - Subjects > Computers > Programming > Languages > IDL
www.rsinc.com Site Info. Coyote s Guide to idl programming A guide to IDL (Interactive Data Language) programming, example programs, and other resources.
http://www.alexa.com/browse/general?catid=6173&mode=general

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 2     21-40 of 97    Back | 1  | 2  | 3  | 4  | 5  | Next 20

free hit counter