Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database range update for astap_cli solver #49

Open
han-k59 opened this issue Jun 24, 2023 · 9 comments
Open

Database range update for astap_cli solver #49

han-k59 opened this issue Jun 24, 2023 · 9 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@han-k59
Copy link

han-k59 commented Jun 24, 2023

Update:

Database selection criteria:

old
D50 (10 > fov > 0.2 degrees)
D20 (10 > fov > 0.3 degrees)
D05 (10 > fov > 0.6 degrees)
G05 (20 > fov > 3.0 degrees)
W08 ( fov > 20 degrees)

new:
D50 (6 > fov > 0.2 degrees)
D20 (6 > fov > 0.3 degrees)
D05 (6 > fov > 0.6 degrees)
G05 (20 > fov > 3.0 degrees)
W08 ( fov > 20 degrees)

The database ranges are pretty wide. ASTAP generates a warning "Large FOV, Use G05 database" if FOV>6 degrees, but the auto selection was using the G05 database only for FOV>10. This resulted in a warning for people with a FOV between 6 and 10 degrees. I have changed the auto selection of the G05 to FOV >6. So selection and warning are now both using the same 6 degrees as criteria.

  1. So this would required an update in the documentation
  2. Update of the executables.

Since OpenLiveStacker doesn't pass on the ASTAP warning this update has no priority. But if you do it do both point 1) and 2) SourceForge contains the updated executables.

Han

@artyom-beilis
Copy link
Owner

Thanks, I'll update

@artyom-beilis artyom-beilis added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 24, 2023
@artyom-beilis artyom-beilis added this to the Google Play Release milestone Jun 24, 2023
@artyom-beilis
Copy link
Owner

@han-k59

The databases were removed from SF. I used to access them via link like https://downloads.sourceforge.net/project/astap-program/star_databases/d05_star_database.zip but it is no longer there.

Can you please return them back. It breaks auto-download for Android

@artyom-beilis artyom-beilis reopened this Dec 4, 2023
@han-k59
Copy link
Author

han-k59 commented Dec 4, 2023

I have returned them!

Sorry. I did remove them to reduce the data amount but forgot they are used by your program.

Cheers, Han

@han-k59
Copy link
Author

han-k59 commented Dec 4, 2023

There is also a newer version of the command line solver. This one is a little faster. But please check it.

@artyom-beilis
Copy link
Owner

Thanks a lot. I'll check it!

@artyom-beilis artyom-beilis removed this from the Google Play Release milestone Dec 9, 2023
@artyom-beilis
Copy link
Owner

Hello, all work but this is still missing: g05_star_database.zip

@han-k59
Copy link
Author

han-k59 commented Dec 27, 2023

Strange. Pretty sure I have uploaded it a few weeks ago. I have uploaded it again. Should be okay now.

Cheers, Han

@artyom-beilis
Copy link
Owner

Strange. Pretty sure I have uploaded it a few weeks ago. I have uploaded it again. Should be okay now.

Only g05 was missing yesterday - the rest where on SF.

@artyom-beilis
Copy link
Owner

And thanks! now it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants