Hi!
I was navigating with the purpose of finding a converter of stars.dat/stars.txt files. However, in the forum, I have only found 2 aplications. And I can't find those aplications anywhere.
The 2 aplications I'm referring to are:
cstarsconv.exe and makestardb.exe
I believe the "www.spacegear.org" had one of them, but it no longer exists.
Can someone help me and tell where I can find the converter? Or can someone send me a link to download it?
Thanks for your time and patience.
stars.dat to stars.txt converter and vice versa
-
Topic authorFlying Xicken
- Posts: 1
- Joined: 02.11.2007
- With us: 17 years
most recent celestia win32-SVN-build - use at your own risk (copy over existing 1.5.1 release)
The source code (stars.txt) and the programs used to create it from the Hipparcos database and to convert it into stars.dat are all available on SourceForge.
http://celestia.cvs.sourceforge.net/celestia/celestia/
stars.txt is in / celestia / data
the convesion programs are in / celestia / src / tools / stardb
http://celestia.cvs.sourceforge.net/celestia/celestia/
stars.txt is in / celestia / data
the convesion programs are in / celestia / src / tools / stardb
Selden
How do you use the startextdump?
I'm trying to open stars.dat (the extended version found on motherload HERE) so I can get at the coordinates. Whenever I open it with startextdump it just flashes through it at warp speed.
I'm trying to open stars.dat (the extended version found on motherload HERE) so I can get at the coordinates. Whenever I open it with startextdump it just flashes through it at warp speed.
- LordFerret
- Posts: 737
- Joined: 24.08.2006
- Age: 68
- With us: 18 years 3 months
- Location: NJ USA
Reiko wrote:How do you use the startextdump?
I'm trying to open stars.dat (the extended version found on motherload HERE) so I can get at the coordinates. Whenever I open it with startextdump it just flashes through it at warp speed.
Oh the woes of having a nice fast computer.
Reiko,
If you are looking at the output in a command or terminal window (sometimes called a DOS window), you can use the "more" command to page through the program's output.
startextdump | more
The vertical bar character redirects the output from startextdump into the program named "more". Then you can type a "space" to see the next page or Ctrl-C to exit.
help more
will tell you how to use it in detail.
If you are looking at the output in a command or terminal window (sometimes called a DOS window), you can use the "more" command to page through the program's output.
startextdump | more
The vertical bar character redirects the output from startextdump into the program named "more". Then you can type a "space" to see the next page or Ctrl-C to exit.
help more
will tell you how to use it in detail.
Selden
selden wrote:Reiko,
If you are looking at the output in a command or terminal window (sometimes called a DOS window), you can use the "more" command to page through the program's output.
startextdump | more
The vertical bar character redirects the output from startextdump into the program named "more". Then you can type a "space" to see the next page or Ctrl-C to exit.
help more
will tell you how to use it in detail.
The way I use it is I drag the stars.dat onto the the startextdump.exe
The output does show in a terminal window but it does not allow me to type in any commands or do anything.
If I try to run starstextdump it just flashes open for less than a second before closing.
The easiest way to open a command window is to use the Run menu.
(This is the U.S. English version. Hopefully something similar will work on your computer.)
Click on the Start icon
Select Run (in the lower right corner)
In the Open: box, type
cmd
then type a [return] or click on OK.
A Command terminal window will popup.
Type the command
cd
followed on the same line with the name of the folder where you put the program, perhaps
cd "Program Files\Celestia"
(quotes are needed because of the space between Program and Files)
Then you can type the name of the program you want to run. In the example below, I used the program "type" to look at one of Celestia's files since I don't have the program that you're using.
(This is the U.S. English version. Hopefully something similar will work on your computer.)
Click on the Start icon
Select Run (in the lower right corner)
In the Open: box, type
cmd
then type a [return] or click on OK.
A Command terminal window will popup.
Type the command
cd
followed on the same line with the name of the folder where you put the program, perhaps
cd "Program Files\Celestia"
(quotes are needed because of the space between Program and Files)
Then you can type the name of the program you want to run. In the example below, I used the program "type" to look at one of Celestia's files since I don't have the program that you're using.
Selden