smart-underworld / seestar_alp

Complete Control and Automation for Seestar S50
Other
42 stars 24 forks source link

Add more accurate spacing between mosaic panels #3

Closed smart-underworld closed 2 months ago

smart-underworld commented 2 months ago

Currently the panel spacing for mosaics is defined as a constant multiplier, but the spacing should be dependent on the Dec values in the sky coordinate.

jabamula commented 2 months ago

I got my test file working. It calculated right, but conversion to HMSDMS had something odd in it. Then I realised that the decimal value calculation was done correctly and I removed the unnecessary part. One more confusion because we want to have various options in the right ascension values.

I attach the revised python code (for some reason .py didn't get approved to be attached) and also testing results at different altitudes (75° , 5° -5° and 75°) MosaicCalc_python_revised.txt Test values revised.txt .

smart-underworld commented 2 months ago

Updated logic in v1.0.0a2