Skip to content

Commit

Permalink
Fix typos on documentation and docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
gmzsebastian committed May 9, 2024
1 parent 8f1738b commit b2a3872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/basic_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ We will use a single offset with:

* No centering (if an offset is centered, then, for a multi-detector observation, each
detector is centered on the offset co-coordinates individually rather than the instrument
as a whole beinf centered there)
as a whole being centered there)

* No change in RA, DEC, or PA from the center of the observation

Expand Down Expand Up @@ -237,7 +237,7 @@ Observing the Created Scene
In order to observe the scene, we must add the scene catalogues created above to it, add
in error residuals, and finalize the observation. In so doing, we create output catalogues
which are taken from the input catalogues, but only contain the sources visible to the
detectors, and convert source brightness into unites of counts/s for the detectors.
detectors, and convert source brightness into units of counts/s for the detectors.

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion stips/astro_image/astro_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ def oldSersicProfile(self, posX, posY, flux, n, re, phi, axialRatio,
The ratio between the major and minor axes.
convolve_galaxy : bool
Whether to convolve the final image with the Roman PSF.
[default: False]
[default: True]
Returns
-------
Expand Down

0 comments on commit b2a3872

Please sign in to comment.