Page 2 of 2
Re: Find reference stars : Python3 script
Posted: Fri Aug 23, 2019 11:07 pm
by etienne bertrand
Good job ! Congratulations.
Re: Find reference stars : Python3 script
Posted: Tue Sep 10, 2019 7:37 pm
by James Foster
Great work Serge! Will you ever make a non-internet version?
I use this program at home, but have no internet when shooting from my 2500 meter
elevation dark sky site. Tc!
Sincerely Yours,
James Foster
Re: Find reference stars : Python3 script
Posted: Tue Sep 24, 2019 7:46 pm
by Serge Golovanow
Hey James,
Thanks for your feedback.
You just need Python3 (with some modules) to run it offline, from sources :
https://github.com/serge-golovanow/SpectroStars
On Windows, I usually run Python scripts with MiniConda, or Windows Subsystem for Linux.
I'm slowly rewriting it : modular, object-oriented, ... It will be able to create offline HTML pages as complete as the current online version does, but it won't be released soon...
Re: Find reference stars : Python3 script
Posted: Fri Sep 27, 2019 6:11 pm
by James Foster
To Serge,
Thanks for the great effort on your part.......spectra is hard but programming is too much more
to store in my small head! Look forwards to the portable version.
On another item.....any idea if the ELODIE 3.1 data base of high resolution spectra stars will be added?
These are useful when generating the Instrument reference spectra for the LhiresIII at high resolution.
Here a .txt version of the database:
http://www.astroimage.info/spectra/mybase.txt
James
Re: Find reference stars : Python3 script
Posted: Tue Apr 07, 2020 8:11 am
by Serge Golovanow
Hi,
Code has been fully updated.
It works offline as long as you don't try to use SIMBAD or GoogleMaps : use coordinates in config.ini.
As long as your database can be used with the
Reference Star Finder, it can be adapted (I just added some columns and formatted it as real CSV).