Skip to content

Commit 4ebbf68

Browse files
committed
Changes in format for documentation
1 parent 742ecf5 commit 4ebbf68

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/astrohack/image_comparison_tool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def compare_fits_images(
8585
8686
.. rubric:: Comparison:
8787
Two types of comparison between the images are available:
88+
8889
* *direct*: Where the residuals are simply computed as Reference - Image.
8990
* *scaled*: Where the residuals are Reference - Factor * Image, with Factor = median(Reference/Image).
9091

src/astrohack/panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def panel(
5252
passing a dictionary, default is 3 (appropriate for sigma clipping)
5353
:type clip_level: float, dict, optional
5454
55-
:param exclude_shadows: Exclude regions with significant shadowing from analysis, e.g. secondary supporting arms,
55+
:param exclude_shadows: Exclude regions with significant shadowing from analysis, e.g. secondary supporting arms, \
5656
default is True.
5757
:type exclude_shadows: bool, optional
5858

0 commit comments

Comments
 (0)