Skip to content

Commit

Permalink
Few more minor docstring fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kartographer committed Jan 5, 2024
1 parent ac42d92 commit 4190b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyuvdata/uvdata/uvdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -5318,10 +5318,10 @@ def _apply_w_proj(self, new_w_vals, old_w_vals, select_mask=None):
0.0) or an array of shape (Nblts,).
old_w_vals: float or ndarray of float
Old w-coordinates for the baselines, in units of meters. Can either be a
solitary float (helpful for unphasing data, where new_w_vals can be set to
0.0) or an array of shape (Nblts,).
solitary float (helpful for phasing unprojected data, where old_w_vals can
be set to 0.0) or an array of shape (Nblts,).
select_mask: ndarray of bool
Array is of shape (Nblts,), which identifies which records to change.
Array of shape (Nblts,), which identifies which records to change.

Raises
------
Expand Down

0 comments on commit 4190b5a

Please sign in to comment.