Skip to content

Commit 9869457

Browse files
committed
Slight formatting change to CSFD docstring.
1 parent 265f6ac commit 9869457

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

dustmaps/csfd.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,16 @@ def query(self, coords, **kwargs):
7575
Returns CSFD reddening on the same scale as SFD (similar to E(B-V)) at
7676
the specified location(s) on the sky. Also optionally returns a
7777
bit mask, where the bits (ordered from least to most significant) have
78-
the following meanings:
78+
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
81+
the 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
84+
filled in SFD); LSS removal in CSFD is done using a 1 deg
85+
smoothed LSS.
86+
Bit 2: 'cosmology' - Set in the area where both the LSS and CSFD
87+
are most reliable for precision cosmology analyses.
8788
8889
Args:
8990
coords (:obj:`astropy.coordinates.SkyCoord`): The coordinates to

0 commit comments

Comments
 (0)