Skip to content

Commit

Permalink
update the changelog and one more docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Nov 28, 2023
1 parent ecde9af commit 225d0e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ tolerance value to be user-specified.
`antenna_positions` and `telescope_location` together for `UVData`, `UVCal`, and `UVFlag`.
Additionally, failing this check results in a warning (was an error).

### Deprecated
- Having `freq_range` defined on non-wide-band gain style UVCal objects.
- Having `freq_array` and `channel_width` defined on wide-band UVCal objects.

## [2.4.1] - 2023-10-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyuvdata/uvcal/uvcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def __init__(self):
"future_array_shapes=False, then it is a "
"single value of type = float, otherwise it is an array of shape "
"(Nfreqs,), type = float."
"Not required if future_array_shapes=True and wide_band=True."
"Should not be set if future_array_shapes=True and wide_band=True."
)
self._channel_width = uvp.UVParameter(
"channel_width", description=desc, expected_type=float, tols=1e-3
Expand Down

0 comments on commit 225d0e9

Please sign in to comment.