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

Support for LX200 align command #145

Open brickbots opened 7 months ago

brickbots commented 7 months ago

In our current implementation this function in SkySafari or other LX200 control apps acts like a go-to command and starts a push-to cycle on the PiFinder.

For some use cases where the telescope pointing position is far outside the camera FOV, this could server as an alternate alignment method. It should cause the PiFinder to store the offset between the provided RA/DEC and current solution and apply this to future solutions.

Some notes:

mrosseel commented 4 months ago

how would you propose to do the push-to if the align command can't be used? I would prefer to do the align on the pifinder itself. If both are possible that's of course the best solution.

brickbots commented 4 months ago

I see this as an alternative to the built in bright star alignment and potential object alignment. Basically just another way to tell the PiFinder 'Hey the telescope is pointed here!'

mrosseel commented 4 months ago

That would be fine, my question is how will you replace the push-to feature which is now using the align command?

brickbots commented 4 months ago

Not sure how it's implemented behind the scenes, but in SkySafari there are two buttons, one for Align and one for GoTo (see image). We currently do the same thing on both buttons, but I suspect SkySafari is sending different commands for align and GoTo, but I'm not sure.

The user requested that we use the Align button to do sort of what it does on the LX200, which is to snap the telescope reticle on to the selected item. Similar to our current Bright Star Alignment.

This might not be a useful enough feature to implement, especially if we implement object alignment ourselves.

IMG_5760