Skip to content

Commit

Permalink
Merge pull request #107 from JuanCab/Further_doc_edits
Browse files Browse the repository at this point in the history
Some additional documentation clarifications
  • Loading branch information
mwcraig authored Jun 28, 2023
2 parents 69875fd + 5ad1b74 commit 15daf7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stellarphot/source_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def source_detection(ccd, fwhm=8, sigma=3.0, iters=5,
sky_per_pix_avg=None):
"""
Returns an astropy table containing the position of sources
within the image.
within the image identified using `photutils.DAOStarFinder` algorithm.
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion stellarphot/visualization/comparison_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

def read_file(radec_file):
"""
Read an AIJ radec file with target and/or comp positions
Read an AIJ radec file with target and/or comparison positions
Parameters
----------
Expand Down

0 comments on commit 15daf7d

Please sign in to comment.