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

DM-11162: Replace all use of Coord and subclasses with SpherePoint #78

Merged
merged 2 commits into from Mar 23, 2018

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented Mar 16, 2018

No description provided.



# Desired VisitInfo values for visit 229388, shared between test_getRaw.py and
# test_getInstcal.py

boresightRaDec = IcrsCoord('02:51:16.790', '-00:00:05.699')
boresightRaDec = SpherePoint(42.81995833, -0.00158305, degrees)
# boresightRaDec = IcrsCoord('02:51:16.790', '-00:00:05.699')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you include this line? If you want to preserve the coordinates I don't think it makes sense to put them in a IcrsCoord.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. I'll delete it. I was intending to show the sexagesimal representation of the original, but I dooubt it's worth doing, and I should have done it in a less confusing way!

Two errors remain: makeCamera.py has two undefined variables
as reported in DM-9294
Copy link
Contributor

@rearmstr rearmstr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@r-owen r-owen merged commit aaf62f6 into master Mar 23, 2018
@ktlim ktlim deleted the tickets/DM-11162 branch August 25, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants