rorobmu / skymap

1 stars 1 forks source link

stars.csv #1

Open shahgazer opened 2 years ago

shahgazer commented 2 years ago

Hi,

I couldn't find the stars.csv file needed to load into pandas. Did I miss something? Thanks

-Shah-

rorobmu commented 2 years ago

Hi,

You need to set the parameter processCatalog to True in skymap.py so it will call process_cataog.py to generate the csv file. Also, there are some hard coded parameter in the process-catalog.py file you can change if you want : I only take stars with magnitude <=14 and stars above a specific declination (for northen hemisphere)

Romain