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

Home » Public Forums » archive » Re: Create a .dbd file
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: Create a .dbd file [message #59891 is a reply to message #59776] Fri, 11 April 2008 19:57 Go to previous message
wlandsman is currently offline  wlandsman
Messages: 743
Registered: June 2000
Senior Member
>>>> > On Apr 10, 11:38 am, vino <astrocr...@gmail.com> wrote:
>
> i am sure i am talking about a .dbd (database definition) file rather
> than a .dbf file.Only if .dbd file exists can i create a .dbf file..:(
> thanks and regards,
> vino

You are almost certainly referring to the IDL database format designed
by Don Lindler more than 20 years ago, mainly for astronomy. This is
a simple, flat database format but I still find it useful for small
( < 3 million entries) databases, when one does not need to often add
new columns or perform exotic searches. The main advantage is that
the database entries map easily into IDL vectors and arrays, so it is
easy to plot or process the data. The procedures and a README file
located at http://idlastro.gsfc.nasa.gov/ftp/pro/database/ and a
LaTEX file database.tex located at
http://idlastro.gsfc.nasa.gov/ftp/text. The LaTex file gives a
description of how to create the .dbd file, which is an ASCII file
made with an ordinary editor, which describes the data type and other
information about the database columns. It would probably be
useful to examine one of the .dbd files for some of the astronomy
databases stored at http://idlastro.gsfc.nasa.gov/ftp/zdbase.

For a completely different approach, you might look at Marc Buie's IDL
interface to a MYSQL database at
http://www.lowell.edu/users/buie/idl/#categ9

--Wayne
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: TGIF
Next Topic: Interpolation

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

Current Time: Wed Oct 08 19:42:33 PDT 2025

Total time taken to generate the page: 0.00498 seconds