Skip to content

Conversation

@mrosseel
Copy link
Collaborator

@mrosseel mrosseel commented Nov 23, 2025

Add a gaia achart view to all objects, down to mag 17 but with an auto limiting magnitude taking into account SQM and equipment. This auto limit is overridable.

TODO:

  • further performance optimisations
  • fix missing tile bug
  • get the data < 1Gb
  • choose how to get this data to the users
  • 90 degree rotation bug?

mrosseel added 30 commits March 17, 2025 22:19
This reverts commit c872394.
The reformatting in b8d65d4 changed:
- solution.pop('key', None) → del solution['key'] (unsafe, fails if key missing)
- Added logging that referenced 'solution' before it could be assigned

This caused UnboundLocalError when solve_from_centroids() raised exceptions,
as 'solution' was never assigned but later code tried to check it.

Reverting to the previous working version (parent of b8d65d4).
@mrosseel mrosseel changed the base branch from release to main November 23, 2025 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant