Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Mar 21, 2024
1 parent b93c8dd commit cb6b761
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/lsst/ap/association/trailedSourceFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ def _check_dia_source_trail(self, dia_sources, exposure_time, flags):
-------
trail_mask : `pandas.DataFrame`
Boolean mask for DIASources which are greater than the
cutoff length or have off_image setl. Also checks if both
Boolean mask for DIASources which are greater than the
cutoff length or have trails which extend beyond the edge of the
detector (off_image set). Also checks if both
suspect_long_trail and edge are set and masks those sources out.
"""
trail_mask = dia_sources.loc[:, "trailLength"] >= (self.config.max_trail_length*exposure_time)
Expand Down

0 comments on commit cb6b761

Please sign in to comment.