startextdump doesn't output spherical coordinates
Posted: 23.02.2020, 20:30
Hi everyone,
I'm trying to get startextdump to output spherical coordinates (RA, Dec, Distance). However, when I type this into the command line: I get just the normal output options (x, y, z). I have also tried doing and changing in line 27 to true. However, nothing seems to work, and it still outputs x, y, and z. What am I doing wrong?
Thanks,
Luke
I'm trying to get startextdump to output spherical coordinates (RA, Dec, Distance). However, when I type this into the command line:
Code: Select all
startextdump -s stars.dat
Code: Select all
startextdump --spherical stars.dat
Code: Select all
static bool useSphericalCoords = false;
Thanks,
Luke