Skip to content

Commit

Permalink
Fix string checks and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
darafferty committed Nov 15, 2024
1 parent 0bcf7a6 commit 087b3f6
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 86 deletions.
2 changes: 1 addition & 1 deletion bdsf/opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ class Opts(object):
"FWHM in arcsec)",
group = "hidden")
psf_minor = Bool(False,
doc = "Show the FWHM of PSF minor axis variation (values are "\
doc = "Show the PSF minor axis variation (values are "\
"FWHM in arcsec)",
group = "hidden")
psf_pa = Bool(False,
Expand Down
Loading

0 comments on commit 087b3f6

Please sign in to comment.