Skip to content

Commit

Permalink
edit to UVPSpec.get_ENU_bl_vecs from pyuvdata update to LatLonAlt_XYZ
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern committed Jul 19, 2018
1 parent 0d9d1ab commit 22428f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hera_pspec/uvpspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,8 +989,8 @@ def get_ENU_bl_vecs(self):
Array of baseline vectors.
"""
return uvutils.ENU_from_ECEF(
(self.bl_vecs + self.telescope_location).T, \
*uvutils.LatLonAlt_from_XYZ(self.telescope_location)).T
(self.bl_vecs + self.telescope_location), \
*uvutils.LatLonAlt_from_XYZ(self.telescope_location[None]))

def read_from_group(self, grp, just_meta=False, spws=None, bls=None,
blpairs=None, times=None, pols=None,
Expand Down

0 comments on commit 22428f2

Please sign in to comment.