Skip to content

Commit

Permalink
Update the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and kartographer committed Jun 24, 2024
1 parent 68d551d commit f338705
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/uvdata_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -976,12 +976,7 @@ utility method.
>>> antpos = uvd.telescope.antenna_positions + telescope_ecef_xyz
>>> # convert to East, North, Up (ENU) coords.
>>> antpos = utils.ENU_from_ECEF(
... antpos,
... latitude=uvd.telescope.location.lat.rad,
... longitude=uvd.telescope.location.lon.rad,
... altitude=uvd.telescope.location.height.to('m').value
... )
>>> antpos = utils.ENU_from_ECEF(antpos, center_loc=uvd.telescope.location)
UVData: Selecting data
----------------------
Expand Down

0 comments on commit f338705

Please sign in to comment.