Skip to content

Commit

Permalink
PEP8 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
VChristiaens committed Nov 22, 2024
1 parent f1e13bc commit d6c34c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vip_hci/metrics/detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def peak_coordinates(obj_tmp, fwhm, approx_peak=None, search_box=None,
channels_peak: bool, {False, True}, opt
Whether returns the indices of the peak in each channel in addition to
the global indices of the peak in the cube. If True, it would hence
return two 1d-arrays. (note: only available if the input is a 3d cube)
return two arrays. Note: only available if the input is a 3d cube.
Returns
-------
Expand Down
2 changes: 2 additions & 0 deletions vip_hci/preproc/skysubtraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def cube_subtract_sky_pca(sci_cube, sky_cube, masks, ref_cube=None, ncomp=2,
Whether to also output pcs, reconstructed cube, residuals cube and
derotated residual cube.
Notes
-----
Masks can be created with the function
Expand All @@ -78,6 +79,7 @@ def cube_subtract_sky_pca(sci_cube, sky_cube, masks, ref_cube=None, ncomp=2,
- anchor principal components, and
- reconstructed cube.
Usage Example
-------------
Expand Down

0 comments on commit d6c34c2

Please sign in to comment.