Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor #178

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions src/chimera/core/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,6 @@ class CantSetScopeException(ChimeraException):
fails there because of bright objects or other more astronomical reasons
"""


class NoSolutionAstrometryNetException(ChimeraException):

"""
This exception is raised to indicate solve-field from astrometry.net
could not find a solution to the field
"""


class MeadeException(ChimeraException):
pass


class ProgramExecutionException(ChimeraException):
pass

Expand Down
108 changes: 0 additions & 108 deletions src/chimera/util/astrometrynet.py

This file was deleted.

65 changes: 0 additions & 65 deletions src/chimera/util/catalogs/landolt.py

This file was deleted.

44 changes: 0 additions & 44 deletions src/chimera/util/catalogs/ppm.py

This file was deleted.

46 changes: 0 additions & 46 deletions src/chimera/util/catalogs/ucac2.py

This file was deleted.

Loading