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

Removing dithering - DO NOT MERGE #96

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion huntsman/observatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
from pocs.scheduler.observation import Field
from pocs.utils import error
from pocs import utils
from pocs.utils import dither
from pocs.utils.images import fits as fits_utils

from huntsman.guide.bisque import Guide
from huntsman.scheduler.observation import DitheredObservation
from huntsman.utils import dither
from huntsman.utils import load_config


Expand Down
2 changes: 1 addition & 1 deletion huntsman/scheduler/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
from pocs.scheduler.field import Field
from pocs.utils import current_time
from pocs.scheduler.observation import Observation
from pocs.utils import dither

from huntsman.scheduler.observation import DitheredObservation
from huntsman.utils import dither


class Scheduler(dispatch.Scheduler):
Expand Down
186 changes: 0 additions & 186 deletions huntsman/tests/test_dither.py

This file was deleted.

107 changes: 0 additions & 107 deletions huntsman/utils/dither.py

This file was deleted.

2 changes: 1 addition & 1 deletion huntsman/utils/hdr.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from huntsman.utils import dither
from pocs.utils import dither

from astropy import units as u
from astropy.coordinates import SkyCoord
Expand Down