Skip to content

Commit 265f6ac

Browse files
committed
Minor tweak to CSFD docstring.
1 parent 8a2255c commit 265f6ac

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

dustmaps/csfd.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ def query(self, coords, **kwargs):
7777
bit mask, where the bits (ordered from least to most significant) have
7878
the following meanings:
7979
80-
Bit 0: 'LSS_corr' - This bit is set in the footprint within which the
81-
LSS is reconstructed, and CSFD = SFD - LSS (otherwise
82-
CSFD = SFD).
83-
Bit 1: 'no_IRAS' - Set in the area with no IRAS data (DIRBE data filled
84-
in SFD); LSS removal in CSFD is done using a 1 deg smoothed LSS.
85-
Bit 2: 'cosmology' - Set in the area where both the LSS and CSFD are
86-
most reliable for precision cosmology analyses.
80+
Bit 0 - 'LSS_corr' - This bit is set in the footprint within which the
81+
LSS is reconstructed, and CSFD = SFD - LSS (otherwise
82+
CSFD = SFD).
83+
Bit 1 - 'no_IRAS' - Set in the area with no IRAS data (DIRBE data filled
84+
in SFD); LSS removal in CSFD is done using a 1 deg smoothed LSS.
85+
Bit 2 - 'cosmology' - Set in the area where both the LSS and CSFD are
86+
most reliable for precision cosmology analyses.
8787
8888
Args:
8989
coords (:obj:`astropy.coordinates.SkyCoord`): The coordinates to

0 commit comments

Comments
 (0)