Skip to content

Commit

Permalink
Update some inaccurate comments noted in review
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Dec 7, 2023
1 parent bf930e5 commit 5571fed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions stellarphot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,8 @@ def _tidy_vizier_catalog(data, mag_column_regex, color_column_regex):
"""
Transform a Vizier catalog with magnitudes into tidy structure. Or
at least tidier -- this only handles changing magnitude and color
columns into tidy format.
columns into tidy format. In that format each row is a single
observation of a single object in a single passband.
Parameters
----------
Expand Down Expand Up @@ -1071,8 +1072,8 @@ def vsx_vizier(header_or_center,
clip_by_frame=False,
padding=100):
"""
Return the items from APASS DR9 that are within the search radius and
(optionally) within the field of view of a frame.
Return the items from the copy of VSX on Vizier that are within the search
radius and (optionally) within the field of view of a frame.
Parameters
----------
Expand Down
4 changes: 2 additions & 2 deletions stellarphot/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def test_bet_clean_criteria_none_removed():
('=-1', 1)])
def test_bet_clean_criteria_some_removed(condition, input_row):
"""
Try a few filters which remove the second row and check that it is
removed.
Try a few filters which leave only one row and make sure that row is
returned.
"""
inp = a_table()
criteria = {'b': condition}
Expand Down

0 comments on commit 5571fed

Please sign in to comment.