Skip to content

Commit

Permalink
Fix inline string in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Nov 11, 2020
1 parent 522690c commit a81ad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/beam_handling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ convert from Jy / beam to K::

>>> vrsc_cube_K = vrsc_cube.to(u.K) # doctest: +SKIP

``VaryingResolutionSpectralCube `` will use a different beam and frequency for each plane.
``VaryingResolutionSpectralCube`` will use a different beam and frequency for each plane.

Handling variations in the beams is often a source of difficulty. Some spectral
operations (e.g., moment maps) require a common resolution. However, a few channels
Expand Down

0 comments on commit a81ad9f

Please sign in to comment.