brickbots / PiFinder

A plate solving telescope finder based around a Raspberry PI and RPI HQ Camera
GNU General Public License v3.0
157 stars 30 forks source link

SkySafari list import object matching is broken #139

Closed mrosseel closed 6 months ago

mrosseel commented 7 months ago

obslist.py

Changed API breaks this code:

    objects = catalogs.Objects()
    _object = objects.get_object_by_catalog_sequence(catalog, sequence)
brickbots commented 6 months ago

Fixed with pr #158